Skip to content

ar-robotics/ros2_astra_camera

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenNI2 SDK for ROS2

ROS2 Wrapper for Orbbec RGB-D Astra Cameras. Tested with ROS2-Humble (Ubuntu 22.04)

Dependencies

sudo apt install ros-humble-magic-enum 
sudo apt install libuvc-dev

UDEV rules

In order for the launch files to work, udev rules must be in place and working. Under the "scripts" folder, run the "install.sh" that will copy the rules "56-orbbec-usb.rules" into the "/etc/udev/rules.d" folder for you, or do it manually. Once the rules are copied, either restart your computer or execute the following command:

sudo udevadm control --reload-rules && sudo udevadm trigger

About

ROS2 wrapper for Astra camera

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 62.2%
  • C 26.6%
  • Python 9.3%
  • CMake 1.4%
  • Other 0.5%