noetic-devel branch also works on melodic(tested). Might also work on kinetic too.
cd ~git clone --recursive https://github.com/luxonis/depthai-core.git --branch developcd ~/depthai-coremkdir buildcd buildcmake .. -D BUILD_SHARED_LIBS=ONcmake --build . --parallel --config Release --target installcd ~mkdir -p ros_ws/srccd ros_ws/srcgit clone https://github.com/luxonis/depthai-ros.git --branch noetic-develgit clone https://github.com/luxonis/depthai-ros-examples.git --branch noetic-develgit clone https://github.com/ros-perception/vision_msgs.git --branch noetic-develcd ~/ros_wssource /opt/ros/<ros-distro>/setup.bashorsource /opt/ros/<ros-distro>/setup.zshif using zsh instead of bashcatkin_make_isolated --cmake-args -D depthai_DIR=~/depthai-core/build/install/lib/cmake/depthai
cd ~/ros_wssource ~/ros_ws/devel_isolated/setup.bashroslaunch depthai_examples stereo_node.launch- example node
- ImageConverter - Tested using
roslaunch depthai_examples stereo_node.launch&&roslaunch depthai_examples stereo_nodelet.launch&&roslaunch depthai_examples rgb_publisher.launch' - ImgDetectionCnverter - tested using
roslaunch depthai_examples mobile_publisher.launch - SpatialImgDetectionConverter - Not tested yet. (Will add an example on this soon)
If there a standard Message or usecase for which we have not provided a ros msg or converter feel free to create a issue or reach out to us on our discord community. We would be happy to add more.