Skip to content

robot-locomotion/terrain-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The terrain-server

Introduction

The terrain server computes a risk associate to the terrain (i.e. terrain costmap) and its surface; information important for motion planning and control in legged locomotion. The terrain costmap quantifies how desirable it is to place a foot at a specific location. The cost value for each voxel in the map is computed using geometric terrain features such as height deviation, slope and curvature. It computes the slope and curvature through regression in a configurable window around the cell in question; the features are computed from a Octomap map. For instance, the estimated surface normals and curvatures are computed from a set of neighboring occupied voxels. It terrain servers is used in the different motion planning and control methods, see publication section.

The dwl-rviz-plugin contains a plugin for visualization of the terrain costmap and normals, i.e. dwl_rviz_plugin::TerrainMapDisplay. Here you can see an example of mapping and visualization

| |

The source code is released under a BSD 3-Clause license.

Author: Carlos Mastalli, carlos.mastalli@laas.fr
With support from the Dynamic Legged Systems lab at Istituto Italiano di Tecnologia

Dependencies

The algorithms are built primarily in C/C++. The library uses a number of the local dependencies, which some of them are optionals.

The dwl-rviz-pluin is a ROS packages with the following required dependencies:

Building

Before building the dwl_msgs you need to install the dependencies of DWL. Additionally you have to build dwl with catkin.

The terrain_server is a catkin project which can be built as:

cd your_ros_ws/
catkin_make

Publications

About

Terrain mapping algorithm for motion planning and control in legged locomotion

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published