Open
Description
Description
I'm trying to turn a point cloud topic (from an Oak-d lite stereo camera) into an octomap voxels to be used for motion planning with a 7 dof arm. However, the documentation in moveit for Humble is for ROS1:
Your environment
- ROS Distro: Humble
- Docker Ubuntu 20.04
I'm using ros2 launch depthai_examples stereo_inertial_node.launch.py
from here: https://github.com/luxonis/depthai-ros/blob/ros-release/depthai_examples/launch/stereo_inertial_node.launch.py to successfully display a point cloud in rviz2.
Do you have any advice on how to create the octomap? I'd be happy to PR updated documentation but I'm not really sure where to start an octomap_server to publish.