![]() |
depthai-ros repositorycomputer-vision camera robotics cv ros camera-driver depthai depthai-ros depthai_bridge depthai_descriptions depthai_examples depthai_filters depthai_ros_driver depthai_ros_msgs |
Repository Summary
Description | Official ROS Driver for DepthAI Sensors. |
Checkout URI | https://github.com/luxonis/depthai-ros.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2025-03-18 |
Dev Status | DEVELOPED |
Released | RELEASED |
Tags | computer-vision camera robotics cv ros camera-driver depthai |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Packages
Name | Version |
---|---|
depthai-ros | 2.11.2 |
depthai_bridge | 2.11.2 |
depthai_descriptions | 2.11.2 |
depthai_examples | 2.11.2 |
depthai_filters | 2.11.2 |
depthai_ros_driver | 2.11.2 |
depthai_ros_msgs | 2.11.2 |
README
CONTRIBUTING
![]() |
depthai-ros repositorycomputer-vision camera robotics cv ros camera-driver depthai depthai-ros depthai_bridge depthai_descriptions depthai_examples depthai_filters depthai_ros_driver depthai_ros_msgs |
Repository Summary
Description | Official ROS Driver for DepthAI Sensors. |
Checkout URI | https://github.com/luxonis/depthai-ros.git |
VCS Type | git |
VCS Version | jazzy |
Last Updated | 2025-03-18 |
Dev Status | DEVELOPED |
Released | RELEASED |
Tags | computer-vision camera robotics cv ros camera-driver depthai |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Packages
Name | Version |
---|---|
depthai-ros | 2.11.2 |
depthai_bridge | 2.11.2 |
depthai_descriptions | 2.11.2 |
depthai_examples | 2.11.2 |
depthai_filters | 2.11.2 |
depthai_ros_driver | 2.11.2 |
depthai_ros_msgs | 2.11.2 |
README
CONTRIBUTING
No version for distro kilted. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.
No version for distro github. Known supported distros are highlighted in the buttons above.
![]() |
depthai-ros repositorycomputer-vision camera robotics cv ros camera-driver depthai depthai-ros depthai_bridge depthai_examples depthai_ros_msgs |
Repository Summary
Description | Official ROS Driver for DepthAI Sensors. |
Checkout URI | https://github.com/luxonis/depthai-ros.git |
VCS Type | git |
VCS Version | ros-release |
Last Updated | 2023-01-10 |
Dev Status | DEVELOPED |
Released | RELEASED |
Tags | computer-vision camera robotics cv ros camera-driver depthai |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Packages
Name | Version |
---|---|
depthai-ros | 2.5.3 |
depthai_bridge | 2.5.3 |
depthai_examples | 2.5.3 |
depthai_ros_msgs | 2.5.3 |
README
depthai-ros
main branch supports ROS Melodic, ROS Noetic, ROS2 Foxy & Galactic. Might also work on kinetic too.
Install from ros binaries
Add USB rules to your system
echo 'SUBSYSTEM=="usb", ATTRS{idVendor}=="03e7", MODE="0666"' | sudo tee /etc/udev/rules.d/80-movidius.rules
sudo udevadm control --reload-rules && sudo udevadm trigger
Install depthai-ros. (Available for Noetic, foxy, galactic and humble)
sudo apt install ros-<distro>-depthai-ros
Install from source
Install dependencies
The following script will install depthai-core and update usb rules and install depthai devices
sudo wget -qO- https://raw.githubusercontent.com/luxonis/depthai-ros/main/install_dependencies.sh | sudo bash
if you don’t have opencv installed then try sudo apt install libopencv-dev
if you don’t have rosdep installed and not initialized please execute the following steps:
-
sudo apt install python-rosdep
(melodic) orsudo apt install python3-rosdep
sudo rosdep init
rosdep update
Setting up procedure
The following setup procedure assumes you have cmake version >= 3.10.2 and OpenCV version >= 4.0.0. We selected dai_ws
as the name for a new folder, as it will be our depthai ros workspace.
mkdir -p dai_ws/src
cd dai_ws/src
git clone https://github.com/luxonis/depthai-ros.git
cd ../..
rosdep install --from-paths src --ignore-src -r -y
source /opt/ros/<ros-distro>/setup.bash
-
catkin_make
(For ROS1)colcon build
(for ROS2) -
source devel/setup.bash
(For ROS1) &source install/setup.bash
(for ROS2)
Executing an example
ROS1
-
cd dai_ws
(Our workspace) source devel/setup.bash
-
roslaunch depthai_examples stereo_inertial_node.launch
- example node For more examples please check the launch files.
ROS2
-
cd dai_ws
(Our workspace) source install/setup.bash
-
ros2 launch depthai_examples stereo_inertial_node.launch.py
- example node For more examples please check the launch files.
Running Examples
Mobilenet Publisher:
ROS1:
File truncated at 100 lines see the full file
CONTRIBUTING
![]() |
depthai-ros repositorycomputer-vision camera robotics cv ros camera-driver depthai depthai-ros depthai_bridge depthai_descriptions depthai_examples depthai_filters depthai_ros_driver depthai_ros_msgs |
Repository Summary
Description | Official ROS Driver for DepthAI Sensors. |
Checkout URI | https://github.com/luxonis/depthai-ros.git |
VCS Type | git |
VCS Version | iron |
Last Updated | 2024-11-13 |
Dev Status | DEVELOPED |
Released | RELEASED |
Tags | computer-vision camera robotics cv ros camera-driver depthai |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Packages
Name | Version |
---|---|
depthai-ros | 2.10.5 |
depthai_bridge | 2.10.5 |
depthai_descriptions | 2.10.5 |
depthai_examples | 2.10.5 |
depthai_filters | 2.10.5 |
depthai_ros_driver | 2.10.5 |
depthai_ros_msgs | 2.10.5 |
README
CONTRIBUTING
No version for distro melodic. Known supported distros are highlighted in the buttons above.
![]() |
depthai-ros repositorycomputer-vision camera robotics cv ros camera-driver depthai depthai-ros depthai_bridge depthai_descriptions depthai_examples depthai_filters depthai_ros_driver depthai_ros_msgs |
Repository Summary
Description | Official ROS Driver for DepthAI Sensors. |
Checkout URI | https://github.com/luxonis/depthai-ros.git |
VCS Type | git |
VCS Version | noetic |
Last Updated | 2025-03-18 |
Dev Status | DEVELOPED |
Released | RELEASED |
Tags | computer-vision camera robotics cv ros camera-driver depthai |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Packages
Name | Version |
---|---|
depthai-ros | 2.11.2 |
depthai_bridge | 2.11.2 |
depthai_descriptions | 2.11.2 |
depthai_examples | 2.11.2 |
depthai_filters | 2.11.2 |
depthai_ros_driver | 2.11.2 |
depthai_ros_msgs | 2.11.2 |