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

10 ➡️ 11 #657

Merged
merged 11 commits into from
Aug 9, 2021
Merged

10 ➡️ 11 #657

merged 11 commits into from
Aug 9, 2021

Conversation

azeey
Copy link
Collaborator

@azeey azeey commented Aug 6, 2021

➡️ Forward port

Port sdf10 to sdf11

Extra changes:

Branch comparison: sdf11...sdf10

Note to maintainers: Remember to Merge with commit (not squash-merge or rebase)

azeey and others added 11 commits July 9, 2021 14:37
`Element::GetElement` may create a child element if it doesn't exist.
This makes it a non-const function. Instead of changing this behavior, a
new function `Element::FindElement` is added that returns a nullptr if
the child element is not found instead of creating a new element.


Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
…Linux (#621)

This makes it impossible to pass additional flags at build time, such as the ones needed for building with ASAN

Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
* Error: move << operator from .hh to .cc file

Signed-off-by: Steven Peters <scpeters@openrobotics.org>

* Fix visibility

Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>

Co-authored-by: Addisu Z. Taddese <addisu@openrobotics.org>
Signed-off-by: Steven Peters <scpeters@openrobotics.org>
Signed-off-by: Jenn Nguyen <jenn@openrobotics.org>
* parser_urdf: no empty velocity_decay elements

This fixes the parser_urdf code to only add <velocity_decay/>
elements into links if a parameter is specified in a <gazebo/> tag.
Currently there there can be multiple empty <velocity_decay/> tags
added to a link.

* parser_urdf: only add <gravity/> to links if set

This fixes the parser_urdf code to only add <gravity/> elements
to links if the parameter has been specified in a <gazebo/>
tag.

* Add test for link extension tags

Signed-off-by: Steven Peters <scpeters@openrobotics.org>
Signed-off-by: Ian Chen <ichen@osrfoundation.org>
Co-authored-by: Steve Peters <scpeters@openrobotics.org>
* support parsing inf

Signed-off-by: Jenn Nguyen <jenn@openrobotics.org>

* made ValueFromStringImpl visible

Signed-off-by: Jenn Nguyen <jenn@openrobotics.org>

* type to string mapping

Signed-off-by: Jenn Nguyen <jenn@openrobotics.org>

* added test

Signed-off-by: Jenn Nguyen <jenn@openrobotics.org>

* readded bool test case

Signed-off-by: Jenn Nguyen <jenn@openrobotics.org>

* added comment

Signed-off-by: Jenn Nguyen <jenn@openrobotics.org>
Signed-off-by: Jenn Nguyen <jenn@openrobotics.org>
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
@azeey azeey requested a review from jennuine August 6, 2021 20:42
@github-actions github-actions bot added the 🏢 edifice Ignition Edifice label Aug 6, 2021
@azeey azeey merged commit 0ed0b86 into sdf11 Aug 9, 2021
@azeey azeey deleted the azeey/10_to_11_20210806 branch August 9, 2021 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏢 edifice Ignition Edifice
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants