isk

- 12 Feb
- Joined Jul 30, 2023
- 0 best answers
Hi @isk
Something like this: https://docs.luxonis.com/software/depthai/examples/cast_diff/?- In Hi,
- Edited
Hi @isk!
Yes, there is documentation available for DepthAI ROS. The DepthAI ROS Wrapper is an attempt at a basic DepthAI to ROS2 interface, largely leveraging the existing depthai-python examples. You can use the cameras as classic RGBD sensors for your 3D vision needs. You can also load Neural Networks and get the inference results straight from the camera. The DepthAI ROS Driver runs your camera as a ROS2 Component/ROS Nodelet and gives you the ability to customize your camera using ROS parameters.For visualization of DepthAI ROS Driver data, Foxglove Studio is recommended. It is a free tool that allows you to visualize ROS2 data in a web browser.
For more detailed information, please refer to the official documentation.
Sources:
Hope this helps!
- Edited
Hi @isk
Ugh, the debian version is 11.9, that's why the condition fails..I've tested this with LR and looks like the rotation doesn't work on AR0234. Will forward this to the FW team; in the meantime you can use ImageManip. Shouldn't be too much of a difference.
EDIT: @isk Actually, AR0234 sensors inside LR are installed upside-down due to space constraints. This is why the default orientation is
ROTATE_180_DEG
. If you set the orientation toNORMAL
, you should get the same effect.Thanks,
Jaka