-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
Description
Hello
| Required Info | |
|---|---|
| Camera Model | D435i |
| Firmware Version | 5.16.0.1 |
| Operating System | Ubuntu 20.04.6 LTS |
| Platform | NVIDIA Jetson Orin AGX |
| Jetpack | 5.1.1 [L4T 35.3.1] |
| Kernel Version (Linux Only) | 5.10.104-tegra |
| Librealsense SDK Version | 2.56.1 |
| ROS Distro | Humble |
| RealSense ROS Wrapper Version | 4.56.1 |
Issue Description
When I set accelerate_gpu_with_glsl = True (at the begining of the execution, not dinamically), I get empty data pointcloud like:
header:
stamp:
sec: 1726699016
nanosec: 654941162
frame_id: camera_depth_optical_frame
height: 1
width: 0
fields:
- name: x
offset: 0
datatype: 7
count: 1
- name: y
offset: 4
datatype: 7
count: 1
- name: z
offset: 8
datatype: 7
count: 1
is_bigendian: false
point_step: 16
row_step: 0
data: []
is_dense: true
But with accelerate_gpu_with_glsl = False it works perfectly.
Maybe I'm setting something wrong, I attach the list of ros params: