MoveIt!2 add Pointcloud2 to OccupancyMapMonitor
First my Setup:
- Ubuntu 20.04
- ROS2 Foxy from Debian Packages
- MoveIt!2 ROS2 UR Driver from https://github.com/UniversalRobots/Un...
- own Node for Launching RViz with moveIt and the Robot Driver connected to the URSimulator for Linux: all working
- own Node for Receiving a Pointcloud over Network from an RGB-D Camera publishing it as Pointcloud2 in a topic: I can see the Pointcloud in RViz
I would like to use the Pointcloud as "Collision Object" in MoveIt so I tried to use the Perception Pipeline Tutorial from here: https://ros-planning.github.io/moveit... But I can't transfer it from Moveit1 to Moveit2. I tried to find the sensor_manager.launch file or to create it, but got stuck here. Is there another way to give the PointCloud2 the OccupancyMapMonitor?
Thank you for your efforts.
Florian