Skip to content
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

Absolem: syncronize Xacro with manual edits of model.sdf #877

Merged
merged 2 commits into from
Apr 6, 2021

Conversation

peci1
Copy link
Collaborator

@peci1 peci1 commented Apr 4, 2021

This PR replaces #851 until gzweb can support SDF 1.7 relative poses.

It updates the Xacro source files to correspond to the manual changes done to model.sdf . With this PR, running scripts/update_robot_sdf results again in the exact same SDF as the one commited to the repo.

There are a few changes to the model.sdf brought in by this PR, but that's probably just a difference between SDF rendering by libsdformat 8.9.0 and 8.9.1, and some whitespace changes. The "semantics" of the model is exactly the same. It can be easily seen by reviewing the changes, and I have also tested the update model in the simulator and it produces exactly the same data.

The requirement to keep SDF version 1.6 is satisfied by using ign sdf -p from libsdformat 8, which is the version used earlier in Blueprint, which does not know SDF 1.7. All developers who want to update the robot's model.sdf will need to install libsdformat8-dev manually. "Normal users" of the robot model are not affected and do not have to install anything.

This commit makes no real change to the geometry of the model, it just represents some numbers and rotations differently.
@nkoenig nkoenig merged commit eefcc49 into osrf:master Apr 6, 2021
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