Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
C++
CMake
Python
C
Shell
Cannot retrieve the latest commit at this time.
| Failed to load latest commit information. | |||
|
|
cfg | ||
|
|
include/astra_camera | ||
|
|
ros | ||
|
|
scripts | ||
|
|
src | ||
|
|
srv | ||
|
|
test | ||
|
|
56-orbbec-usb.rules | ||
|
|
CHANGELOG.rst | ||
|
|
CMakeLists.txt | ||
|
|
README | ||
|
|
astra_nodelets.xml | ||
|
|
package.xml | ||
README
1,goto catkin workshop dir and compiler astra_camera $ catkin_make --pkg astra_camera note: astra driver provide two work method, normal and filter. with filter driver, get better quality depth data but need high-performance platform , like pc. if you work in the ARM, suggest to use normal method. you can use -DFILTER=ON / OFF to change the method. $ catkin_make --pkg astra_camera -DFILTER=OFF 2,create astra udev rule $ roscd astra_camera && ./scripts/create_udev_rules 3,run astra_camera use astra $ roslaunch astra_launch astra.launch use astra pro (uvc rgb ) $ roslaunch astra_launch astrapro.launch 4,you can use rviz or image_view to verify driver