-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
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
Add twist-stamper node so nav2 example works with humble #28
Add twist-stamper node so nav2 example works with humble #28
Conversation
Signed-off-by: Rhys Mainwaring <rhys.mainwaring@me.com>
Signed-off-by: Rhys Mainwaring <rhys.mainwaring@me.com>
Signed-off-by: Rhys Mainwaring <rhys.mainwaring@me.com>
Signed-off-by: Rhys Mainwaring <rhys.mainwaring@me.com>
Signed-off-by: Rhys Mainwaring <rhys.mainwaring@me.com>
4c2b756
to
1fb59d0
Compare
Signed-off-by: Rhys Mainwaring <rhys.mainwaring@me.com>
1fb59d0
to
ef5357e
Compare
Every thing works fine, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The twist stamper is working as intended. Excellent work.
Thanks @ryan, I'll merge once the issue with the failing test is resolved. Ah, that's an upstream issue with ardupilot_gazebo - missing the gstreamer deps in the cmake. Let me get onto that. |
The main addition is to add a twist-stamper node to allow the nav2 example to work with ROS 2 Humble.
See #11 (comment) for details.
Other changes include:
SDF_PATH
env variable is set in launch file to allow robot state publisher to resolve the model (and so TF).Dependences