ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Display collision space in rviz

asked 2013-01-20 23:50:02 -0500

Kilin gravatar image

Hi,

I'm experimenting with arm_navigation with kuka youbot.

I am using move_arm to plan and execute trajectories from my code, now I'd like to add obstacles (both in the form of primitive objects and point clouds) to the planning environment.

I followed this tutorial: http://www.ros.org/wiki/motion_planning_environment/Tutorials/Adding%20known%20objects%20to%20the%20collision%20environment (I just modified the code in order to use arm_navigation_msgs types)

When I run the code, I correctly get:

My question is: how can I view the collision environment in rviz? I just want to view which obstacles where added along with the model of the robot.

Thank you

edit retag flag offensive close merge delete

Comments

Thank you for your reply. Well, I don't see neither a planning_scene_markers topic, nor a PlanningScene display type when I click "add" in rviz..

Kilin gravatar image Kilin  ( 2013-01-21 02:27:11 -0500 )edit

It should be a Marker display/topic. It shows up in our system, but maybe it's something custom that is launched somewhere and not a feature of the environment_server itself.

dornhege gravatar image dornhege  ( 2013-01-21 03:07:55 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
-1

answered 2013-01-21 00:43:07 -0500

dornhege gravatar image

updated 2013-01-21 00:44:42 -0500

Add a PlanningScene Marker display at /planning_scene_markers.

edit flag offensive delete link more

Comments

It doesn't show up...

andrestoga gravatar image andrestoga  ( 2019-07-31 13:17:12 -0500 )edit

Question Tools

Stats

Asked: 2013-01-20 23:50:02 -0500

Seen: 1,206 times

Last updated: Jan 21 '13