Absolem: syncronize Xacro with manual edits of model.sdf #877
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 installlibsdformat8-dev
manually. "Normal users" of the robot model are not affected and do not have to install anything.