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
The static transformations for both cameras should be found in the tf tree.
Actual Behavior
When running the r200_nodelet_multiple_cameras.launch only one of the cameras is able to publish it's static transforms. This probably happens because the nodelet manager will have to latched publishers to tf_static, one per camera, and that does not work correctly, as explained here:
System Configuration
Expected Behavior
The static transformations for both cameras should be found in the tf tree.
Actual Behavior
When running the
r200_nodelet_multiple_cameras.launch
only one of the cameras is able to publish it's static transforms. This probably happens because the nodelet manager will have to latched publishers to tf_static, one per camera, and that does not work correctly, as explained here:http://wiki.ros.org/tf2/Migration#Addition_of_.2BAC8-tf_static_topic
Steps to Reproduce
Start the
r200_nodelet_multiple_cameras.launch
and check the tf tree. This can be done doing:You will see the camera2 frames being correctly resolved but the camera1 frame missing.
The text was updated successfully, but these errors were encountered: