1. Camera usage

How to use the camera

Official website link: https://orbbec3d.com/develop/

Gemini 335 camera: https://github.com/orbbec/OrbbecSDK

Astra_Pro2 camera: https://github.com/orbbec/OrbbecSDK

Ordinary camera: https://github.com/bosch-ros-pkg/usb_cam.git

Gemini 330 series documents: https://www.orbbec.com.cn/index/Gemini330/info.html?cate=119&id=74

Astra_Pro2 camera specification diagram

image-20240701105617968

Driver compilation

Installation dependencies:

Install udev rules

Camera startup

Note: The camera service of a normal vehicle will start automatically. If you want to start the camera separately, please turn off the chassis service.

Camera View

For easy observation, you can view it through the vehicle's own web service. Connect to the vehicle's Wi-Fi: yahboom_navrob Password: yahboom890729

Then enter the address in the browser: http://10.168.1.100:8888

Click image_raw to view the current color image.

iShot_2024-06-26_11.46.35

You can also use the rviz tool to view

Enter the command,

image-20240701115621867

You can select color, depth, or infrared topic display here

If you want to turn on the infrared camera, you need to find the launch file of the camera and turn on this parameter. The default value is false

image-20240701115755183