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
In the Project I am working on we are using a Bounding Box Camera to publish 3D Detections as a ros2 topic. We want to verify that the Bounding Boxes are correct projecting them into the Lidar frame in Foxglove. However, the Detections seem to be rotated 180° around an undefined axis as if the camera was looking the wrong way even though in gazebo the camera seems to be correct. This seems to come from an incorrect transformation of the Cooradinates of the Detections.
Expected behavior: The Bounding Boxes appear around the Cones
Actual behavior: The Bounding Boxes appear rotated 180
Environment
Binary: Harmonic
Description
In the Project I am working on we are using a Bounding Box Camera to publish 3D Detections as a ros2 topic. We want to verify that the Bounding Boxes are correct projecting them into the Lidar frame in Foxglove. However, the Detections seem to be rotated 180° around an undefined axis as if the camera was looking the wrong way even though in gazebo the camera seems to be correct. This seems to come from an incorrect transformation of the Cooradinates of the Detections.
Expected behavior: The Bounding Boxes appear around the Cones
Actual behavior: The Bounding Boxes appear rotated 180
Steps to reproduce
2.Subscribe to the /camera/left/bbox3d/detections topic. This yields the following Bounding Box:
The z Value here is negative. That however would mean that the camera detects the bounding box behind its field of view
Output
This is the visualized output in Foxglove
The text was updated successfully, but these errors were encountered: