Hi @RafalGorecki,
Thank you for your support.
We confirmed that the issue was not related to the image, as the latest husarion/husarion-ugv:jazzy-launch-refactor image had already been pulled and was up to date.
The configuration was already being loaded from the ~/config directory. However, after running:
docker exec husarion_ugv_ros bash -c 'source /ros2_ws/install/setup.bash && update_config_directory'
and restarting the containers, the configuration was reset to the default settings.
After that:
-
The TF tree was generated correctly (attached).
-
The
odom -> base_linktransform became available. -
/panther2/odometry/filteredwas published correctly. -
The robot position was updated properly in the visualization.
-
The robot moved correctly in both the real world and the visualization.
It appears that the issue was configuration-related, and resetting the configuration resolved the problem.
Thank you for your support.
