installRealSenseSDK icon indicating copy to clipboard operation
installRealSenseSDK copied to clipboard

Can't take the correct info from the topic "/camera/aligned_depth_to_color/image_raw" which is under rs_camera.launch

Open drfg0119 opened this issue 5 years ago • 0 comments

Required Info
Camera Model {SR300 / D400 }
Firmware Version
Operating System & Version TX2(Ubuntu 18.04) & PC(Ubuntu 16.04)
ROS Version TX2(melodic) & PC(Kinetic)
Kernel Version (Linux Only) 4.9
Platform NVIDIA Jetson TX2 (Jetpack4.2)
TX2 SDK Version { 2.31.0 & 2.22.0 }
PC SDK Version { 2.31.0 & 2.24.0 & 2.32.1 }
Language {C++ }
Segment Robot

Issue Description

Hi, I got a problem about performance of SR305, when I run the API on TX2, the depth info was perfect, but if I run the node I wrote, there were incorrect values that only print 127mm at the maximum, and when I echo the topic, there was no value at the high byte position. But there was no problem when I run the node on PC.

Btw, all the parameters on SDK between PC and TX2 are the same, and the connection about D435i on TX2 and PC everything is good.

And these are the reference I followed to install on TX2: RealSense API: https://github.com/Tengyun-Mo/buildLibrealsense2TX2 ROS wrapper: https://github.com/jetsonhacks/installRealSenseROS

Is there any people experienced this ..? Please help me.

It's the aligned depth to color image on PC. sr305_PC

And this is the incomplete frames on TX2. SR305_TX2

But there is no problem when I run the API on TX2. SRviewerTX2

drfg0119 avatar Feb 18 '20 08:02 drfg0119