|
%!s(int64=6) %!d(string=hai) anos | |
---|---|---|
.. | ||
cfg | %!s(int64=6) %!d(string=hai) anos | |
include | %!s(int64=6) %!d(string=hai) anos | |
ros | %!s(int64=6) %!d(string=hai) anos | |
scripts | %!s(int64=6) %!d(string=hai) anos | |
src | %!s(int64=6) %!d(string=hai) anos | |
srv | %!s(int64=6) %!d(string=hai) anos | |
test | %!s(int64=6) %!d(string=hai) anos | |
56-orbbec-usb.rules | %!s(int64=6) %!d(string=hai) anos | |
CHANGELOG.rst | %!s(int64=6) %!d(string=hai) anos | |
CMakeLists.txt | %!s(int64=6) %!d(string=hai) anos | |
README.md | %!s(int64=6) %!d(string=hai) anos | |
astra_nodelets.xml | %!s(int64=6) %!d(string=hai) anos | |
package.xml | %!s(int64=6) %!d(string=hai) anos |
Go to 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
Create astra udev rule
$ roscd astra_camera && ./scripts/create_udev_rules
Run astra_camera (You will need to clone the launch files from https://github.com/orbbec/ros_astra_launch into your catkin src directory.)
use astra
$ roslaunch astra_launch astra.launch
use astra pro (uvc rgb )
$ roslaunch astra_launch astrapro.launch