We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The driver publishes a transform from base_link to base_footprint, but the transform is always an identity.
base_link
base_footprint
stretch_ros2/stretch_core/stretch_core/stretch_driver.py
Lines 233 to 244 in b77baa1
The Nav 2 AMCL base_frame_id parameter is set to the base_footprint link, but it's not clear why base_link wasn't used.
stretch_ros2/stretch_nav2/config/nav2_params.yaml
Line 9 in b77baa1
Try using base_link instead and remove the base_link -> base_footprint transform if it is not needed.
base_link -> base_footprint
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The driver publishes a transform from
base_link
tobase_footprint
, but the transform is always an identity.stretch_ros2/stretch_core/stretch_core/stretch_driver.py
Lines 233 to 244 in b77baa1
The Nav 2 AMCL base_frame_id parameter is set to the
base_footprint
link, but it's not clear whybase_link
wasn't used.stretch_ros2/stretch_nav2/config/nav2_params.yaml
Line 9 in b77baa1
Try using
base_link
instead and remove thebase_link -> base_footprint
transform if it is not needed.The text was updated successfully, but these errors were encountered: