OrbbecSDK_ROS2 icon indicating copy to clipboard operation
OrbbecSDK_ROS2 copied to clipboard

OrbbecSDK ROS2 wrapper

Results 93 OrbbecSDK_ROS2 issues
Sort by recently updated
recently updated
newest added

Corrected the file name for the Astra2 camera from "xarco" to "xacro".

**1. Problem Description:** I am trying to launch my Orbbec Astra Pro Plus depth camera in a ROS 2 Humble environment. The camera is successfully detected as a USB 2.0...

main
astra

Hello, we recently upgraded the OrbbecSDK_ROS2 wrapper to the latest version (v2.4.7) of the ROS2 wrapper, and immediately started seeing a runaway memory usage increase on our system when using...

Gemini 435le

### **Environment** * **Hardware Platform**: NVIDIA Jetson orin nano 4G (ARM64 architecture) * **Operating System**: Linux * **Software**: ROS2, `orbbec_camera` ROS2 package * **SDK Version**: Orbbec SDK v1.10.22 (from the...

arm64
main
astra

Camera: Gemini 335Le OrbbecSDK_ROS2 branch v2_main The software triggering function in [this commit](https://github.com/orbbec/OrbbecSDK_ROS2/commit/794e05b997d508fd05c0cd84de66ef1cddc73605) is convenient and very useful to us. We like the mode where we only send a software...

bug
enhancement
v2-main

Hello, I'm using the multi_camera launch config to control two Femto Bolt cameras. Only the camera launched first is publishing the depth channels. The camera launched second is not publishing...

bug

在orin平台上编译代码,分支为v2-main,报错如下: --- stderr: orbbec_camera /usr/bin/ld: liborbbec_camera.so: undefined reference to `EVP_DigestFinal_ex' /usr/bin/ld: liborbbec_camera.so: undefined reference to `EVP_MD_CTX_new' /usr/bin/ld: liborbbec_camera.so: undefined reference to `EVP_MD_CTX_free' /usr/bin/ld: liborbbec_camera.so: undefined reference to `EVP_md5' /usr/bin/ld: liborbbec_camera.so:...

arm64

Gemini335 + orangepi ubuntu22 RK3588板子新装的ROS2 humble 直接克隆v2-main工程,按照README中流程配置: ```bash sudo apt install libgflags-dev nlohmann-json3-dev \ ros-$ROS_DISTRO-image-transport ros-${ROS_DISTRO}-image-transport-plugins ros-${ROS_DISTRO}-compressed-image-transport \ ros-$ROS_DISTRO-image-publisher ros-$ROS_DISTRO-camera-info-manager \ ros-$ROS_DISTRO-diagnostic-updater ros-$ROS_DISTRO-diagnostic-msgs ros-$ROS_DISTRO-statistics-msgs \ ros-$ROS_DISTRO-backward-ros libdw-dev cd ~/ros2_ws/src/OrbbecSDK_ROS2/orbbec_camera/scripts sudo...

arm64
Gemini 330
v2-main

I successfully ran `ros2 launch orbbec_camera femto_bolt.launch.py` on the `main` branch. But on `v2-main` this fails to start and loops forever: ``` [component_container-1] [INFO] [1748012165.019914818] [camera.camera_container]: Load Library: /home/christian/dev/orbbec_ws/install/orbbec_camera/lib/liborbbec_camera.so [component_container-1]...

Hi all, thanks for the implementation of the Orbbec driver! We are using `rclcpp composition` to dynamically load and unload the `orbbec_camera::OBCameraNodeDriver` that you provide (note that this refers to...

main