-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use #70
Comments
have you solved the problem? |
I am having the same issues and have followed the same steps as mamoru1126. |
Does the "grid_map_topic_name" should be the elevation map topic name? |
This might help: #73 (comment) |
If you are using ANYbotics/elevation_mapping, go to the site to see what services are available. What you should see is a service that uses the message type of [grid_map_msgs/GetGridMap]. Then change the service on the following line to
|
hello.
I tried to use traversablity_estimation using rosbag file (traversability_estimation/maps/elevation_map.bag),
but I could not. Nothing was displayed in Rviz.
Please teach me how to use traversability_estimation.
The commands I used on the terminal are:
roslaunch traversability_estimation traversability_estimation.launch
※enable of grid_map_to_initialize_traversability_map is true, grid_map_topic_name is grid_map
rosservice call /traversability_estimation/load_elevation_map "~/catkin_ws/src/traversablity_estimation/traversablity_estimation/maps/elevation_map.bag/elevation_map.bag" "grid_map"
roslaunch traversability_estimation visualization.launch
I used Rviz after typing 1, 2 and 3 commands.
The text was updated successfully, but these errors were encountered: