Open Danilrivero opened 5 months ago
Hello,
I have noticed that in some past commits there have been some fixes related to static transforms published such as https://github.com/orbbec/OrbbecSDK_ROS2/commit/ee5f7d7253f2af3d70cf7e43aa7aff72b3144c12. The driver still produces these errors. Is there any information related to this?
Thanks in advance.
For traceability I have been working lately with the latest commits and it still does happen. The calculation made returns a NaN value which can be quite annoying when working with other nodes using the tf tree for transformations between frames.
General information
Explanation
I use the camera for certain detections, all of these are relative to the _cameraframe, which need to be transformed to another frame by using tf2. Launching the driver with the following command:
Provokes the driver publishing the static tf with Nan values, thus giving in another terminal warnings and errors since this other module using the camera information uses tf2 as well.
Expected output
When launching the driver, it is able to properly calculate the transformations without any problem related to tf2.
Actual output
When testing the latest 1.58 version from 1.57 the following issue arises:
All the topics work as expected and the pcd is being published
Thanks in advance