You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I set_pose with a non-zero translation, the fused_cloud is empty. Note that setting an orientation does not seem to affect the mapping.
Device information:
OS: Ubuntu
OS version: 18.04
CPU: Jeston Xavier
GPU Nvidia: Xavier
ZED SDK Version: 3.5.0
ROS Wrapper version: latest master
To Reproduce
Stop the mapping
Set a translation to, eg, 427568.79 5807824.26 150.50
Start the mapping
You get a fused_cloud that has an empty data field.
Expected behavior
We should get a point cloud as when not setting a translation.
Additional context
The pose is coming for RTK GPS converted to UTM. When this is happening, the depth and point clouds are published as normal. It is only the fused cloud from mapping that is empty. So far the only way I have found to recover from this is to reboot the jetson.
It is possible obviously that the bug is not with the ros wrapper but with the ZED SDK.
The text was updated successfully, but these errors were encountered:
Describe the bug
When I set_pose with a non-zero translation, the fused_cloud is empty. Note that setting an orientation does not seem to affect the mapping.
Device information:
To Reproduce
Expected behavior
We should get a point cloud as when not setting a translation.
Additional context
The pose is coming for RTK GPS converted to UTM. When this is happening, the depth and point clouds are published as normal. It is only the fused cloud from mapping that is empty. So far the only way I have found to recover from this is to reboot the jetson.
It is possible obviously that the bug is not with the ros wrapper but with the ZED SDK.
The text was updated successfully, but these errors were encountered: