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

11 ➡️ main #660

Merged
merged 15 commits into from
Aug 9, 2021
Merged

11 ➡️ main #660

merged 15 commits into from
Aug 9, 2021

Conversation

azeey
Copy link
Collaborator

@azeey azeey commented Aug 9, 2021

➡️ Forward port

Port 11 to main

Branch comparison: main...azeey:azeey/11_to_main_20210809

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

azeey and others added 15 commits July 9, 2021 14:37
…zebosim#620)

`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 (gazebosim#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>
* BUG: add missing sdf files to CMakeLists

Closes: gazebosim#629
Signed-off-by: Sebastian Wallkötter <sebastian@wallkoetter.net>
Signed-off-by: FirefoxMetzger <sebastian@wallkoetter.net>
Signed-off-by: Jenn Nguyen <jenn@openrobotics.org>
…ebosim#636)

Introduced a step before calling readXml in readDoc, called checkXml, which allows us to check the XML statically for any undesired behavior. This should ideally allow us to add on more rules and restrictions on the XML files moving forwards.

Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
* 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>
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
@github-actions github-actions bot added the 🏯 fortress Ignition Fortress label Aug 9, 2021
@azeey azeey merged commit 22a968e into gazebosim:main Aug 9, 2021
@azeey azeey deleted the azeey/11_to_main_20210809 branch August 9, 2021 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏯 fortress Ignition Fortress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants