ros_astra_camera icon indicating copy to clipboard operation
ros_astra_camera copied to clipboard

ROS wrapper for Astra camera

Results 87 ros_astra_camera issues
Sort by recently updated
recently updated
newest added

Hello! I am currently using the orbecc astra for some projects and I have had to use them in ros2. Seeing that they weren't working yet, I decided to finalize...

I am inside a container based on noetic & focal. Here is the display with command : roslaunch astra_camera astra_pro.launch SUMMARY ======== PARAMETERS * /camera/camera/camera_name: camera * /camera/camera/color_depth_synchronization: False *...

Hi, is there any documentation/supporting explanation for what the parameters do in orbbec.ini file. I.e. Hole filter, Depth Auto Gain Region-of-Interest, Flicker, WavelengthCorrection etc. Would be great to know which...

#### #### Running command: "cmake /home/wesedano/catkin/src -DCATKIN_DEVEL_PREFIX=/home/wesedano/catkin/devel -DCMAKE_INSTALL_PREFIX=/home/wesedano/catkin/install -G Unix Makefiles" in "/home/wesedano/catkin/build" #### -- Using CATKIN_DEVEL_PREFIX: /home/wesedano/catkin/devel -- Using CMAKE_PREFIX_PATH: /home/wesedano/catkin/devel;/opt/ros/melodic -- This workspace overlays: /home/wesedano/catkin/devel;/opt/ros/melodic -- Found PythonInterp:...

默认图像频率为30FPS,当修改为20或10时,启动错误 ![screenshot](https://user-images.githubusercontent.com/67625140/222068977-db822d96-e552-4b83-a90a-d048aea60f19.png)

hi i am interfacing astra camera interface ubunt 18.04 ,when i am launch roslaunch astra_camera astra_pro.launch ,working fine when echo rostopic echo /camera/depth/points ,rviz get stuck and i did not...

按照readme配置好后,在ubuntu虚拟机上运行astrapro.launch文件可以正常运行。相同的配置步骤在jatson nano上运行后,终端一直提示等待设备连接,libuvc也可以确认已经成功配置好,请教各位大佬怎么解决wait for device to be connected的问题。 ![图片_20230208012049](https://user-images.githubusercontent.com/123752237/217320521-b9d3e3cf-048f-4421-9900-463f4c97da2c.jpg)

bug
MX400

@tfoote 大佬你好,我在docker容器中使用astar pro,按照你们的readme首先运行 ``` source ./devel/setup.bash roslaunch astra_camera astra.launch ``` 再在另外一个终端中运行 ``` source ./devel/setup.bash rviz ``` 但是在rviz中订阅不同的topic都无法正常显示: ![image](https://user-images.githubusercontent.com/53631206/212075504-8256be45-8a2d-48c6-94dd-c628f4dd9c20.png) 可以看到这里的PointCloud2和image都没有正常显示,我不知道这是否因为我没有添加udev规则: ![image](https://user-images.githubusercontent.com/53631206/212077096-6355d7a7-2924-44bb-9b7c-333982c18269.png) 但其实主要是因为docker容器中无法使用udev,我只能在主机上先设置了rules后,然后在启动容器时挂载相应设备,但是我在容器中使用lsusb能够正确识别到rgb和深度摄像头: ![image](https://user-images.githubusercontent.com/53631206/212077889-8fdc2791-5679-4449-9073-976dc1e96762.png) 而且使用qv4l2也能正常打开rgb摄像头: ![image](https://user-images.githubusercontent.com/53631206/212078265-5ffbfc43-1c95-40b6-a763-7b59987ab24c.png) 所以我不知道究竟是哪里出了问题,希望您能够给予我一些建议

Hi, is there any SDK to support acquiring Left and Right IR streams simultaneously? I see the issue here: https://github.com/orbbec/ros_astra_camera/issues/73 Is there any update afterwards? Thanks!

While examining the code, I noticed the following typo on line 89 of Astra.cfg. This could cause problems when using dynamic reconfigure. In any event, an extra `"` results in...