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
I am running rtab map on my create 3 with a jetson orin nano host computer with jetpack6 and ros humble. Without rtabmap running I have the following TF tree frames_2024-12-11_18.31.10.pdf
When I run rtab map in localization mode with the following launch file
The missing link between odom and base_link is not published by rtabmap but by probably your create3 driver. You can double check why odom->base_link is not published anymore.
For rtabmap config, if you set explicitly 'odom_frame_id': 'odom', rtabmap won't subscribe to odom topic, but just get it from TF and use odom_tf_linear_variance/odom_tf_angular_variance parameters to set the odometry covariance matrix. Remove odom_frame_id and it will subscribe to odom topic (and use covariance form that topic).
I am running rtab map on my create 3 with a jetson orin nano host computer with jetpack6 and ros humble. Without rtabmap running I have the following TF tree
frames_2024-12-11_18.31.10.pdf
When I run rtab map in localization mode with the following launch file
frames_2024-12-11_18.30.41.pdf
Would appreciate some help on what I am doing wrong, tried everything else
The text was updated successfully, but these errors were encountered: