Absolem: syncronize Xacro with manual edits of model.sdf#877
Merged
nkoenig merged 2 commits intoosrf:masterfrom Apr 6, 2021
Merged
Absolem: syncronize Xacro with manual edits of model.sdf#877nkoenig merged 2 commits intoosrf:masterfrom
nkoenig merged 2 commits intoosrf:masterfrom
Conversation
…orrespond to the desired values in SDF.
This commit makes no real change to the geometry of the model, it just represents some numbers and rotations differently.
This was referenced Apr 4, 2021
nkoenig
approved these changes
Apr 6, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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_sdfresults 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 -pfrom 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-devmanually. "Normal users" of the robot model are not affected and do not have to install anything.