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

load mesh to rviz and "publish current scene" no effect MoveIt!

asked 2015-07-01 18:02:26 -0500

Huitan gravatar image

When I work with MoveIt!, instead of loading objects from the tabs in Rviz GUI, I loaded a mesh model into rviz using C++ code (visualization marker) and the loading was successful, I can see the object was there in Rviz. But after I clicked "publish current scene" the planning scene did not take into account the object in terms of collision detection and path planning. Could anyone shed light on how I can make sure the planning scene is aware of the loaded object? Thanks!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2015-07-02 02:51:54 -0500

gvdhoorn gravatar image

RViz != MoveIt. There is no direct connection between RViz and MoveIt's internal models. A visualisation marker is just that, a marker for RViz.

To get objects registered in the Planning Scene, see fi ROS moveit programmatically adding collision object, the MoveIt Environment API examples or any of the messages on the moveit-users list.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-07-01 18:02:26 -0500

Seen: 1,572 times

Last updated: Jul 02 '15