How see all collision objects in rviz?
Hi,
I'm working with panning scenes. I have done a "world interface" class in C++. My code works, I can iterate all collision objects and attached collision objects, but I can't see this objects in Rviz.
Well, I have a marker with attached_objects topic, and I can see when an object is attached, but I can't see any collision object.
I have read in a tutorial that said somethin like "Launch the display for known model markers" with: roslaunch planning_environment display_planner_collision_model.launch but this file doesn't exits.
How can I see all the scene object?
Regards.
In my code, I add some collision objects into the world, and after a get_planning_scene, I can iterate all the objects.