leggedrobotics / ros_best_practices

Best practices, conventions, and tricks for ROS
https://rsl.ethz.ch/education-students/lectures/ros.html
BSD 3-Clause "New" or "Revised" License
1.51k stars 415 forks source link

call traversability_footprint service always failed #19

Open lukechencqu opened 5 years ago

lukechencqu commented 5 years ago

hi: we used the traversability_estimation rospack for mapping the robot footprint cost map for our quadruped robot's body-path planner. the issue is that: when we call traversability_footprint service, this service always gived the error like"service call failed: service [/traversability_estimation/traversability_footprint] respond with an error: GridMap::at(...): No map layer 'traversability_slope' available", other similar errors are maybe traversability_step or traversability_roughness layer not available. so, we did not know what caused this service call failure, could you give us some advice? thank you!