-
Notifications
You must be signed in to change notification settings - Fork 147
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
Error adding inertia to robot base fram #105
Error adding inertia to robot base fram #105
Comments
Wouldn't this already take care of it? https://github.com/ros-navigation/navigation2_tutorials/blob/rolling/sam_bot_description/src/description/sam_bot_description.sdf#L93 @Amronos did you run into any issues like this? |
This comes as a warning from
This warning in my testing always comes, even when inertia is not specified for the root link ( |
Should we move |
I have tried that but the warning still appears (for SDF). Making similar changes in the URDF and using that instead of the SDF prevents the warning from coming. So I suppose I guess we can make this change in both URDF and SDF with a note in the docs that this warning will appear while using SDF but can be safely ignored. |
Ah got it - it might just be a quirk of the conversion
Agreed! 👍 |
When I ran the Writing the SDF section of the Nav2 tutorial for ROS2, Jazzy I was getting an error an error saying I was no allowed to add the inertia to the robot base. It needed to be added as a child link.
I had to removed the inertia macro from the base_link and added a new frame and it works.
The updated code is as follows:
The text was updated successfully, but these errors were encountered: