Skip to content

Fix carla_localization: correct base_frame docs and add missing nav_msgs dependency#414

Draft
hassaan141 with Copilot wants to merge 2 commits into
mainfrom
copilot/update-carla-sim
Draft

Fix carla_localization: correct base_frame docs and add missing nav_msgs dependency#414
hassaan141 with Copilot wants to merge 2 commits into
mainfrom
copilot/update-carla-sim

Conversation

Copilot AI commented Apr 1, 2026

Copy link
Copy Markdown

The carla_localization package had documentation referring to base_link while the actual code, config, and tests all use base_footprint. Additionally, nav_msgs was missing from package.xml despite localization_node.py importing and publishing nav_msgs/Odometry.

Changes

  • README.md / DEVELOPING.md: Replace all references to base_link with base_footprint to match the actual default parameter value and TF tree (map → odom → base_footprint)
  • package.xml: Add <depend>nav_msgs</depend> — required by the Odometry publisher in localization_node.py

Copilot AI changed the title [WIP] Update Carla Sim for improved performance Fix carla_localization: correct base_frame docs and add missing nav_msgs dependency Apr 1, 2026
Copilot AI requested a review from hassaan141 April 1, 2026 01:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants