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

4 to 5 #918

Merged
merged 8 commits into from
Jul 16, 2021
Merged

4 to 5 #918

merged 8 commits into from
Jul 16, 2021

Conversation

adlarkin
Copy link
Contributor

➡️ Forward port

Port ign-gazebo4 to ign-gazebo5

Branch comparison: ign-gazebo5...ign-gazebo4

Part of this forward-port involved fixing merge conflicts for #876. I also updated the physics system to handle the scenario where a parent model and nested model each have their own canonical links, but only the canonical link of the parent model moves. In this scenario, although the nested model did not move, the nested model and all of its links needs to be updated since the nested model pose in the physics system is saved w.r.t. the parent model. This scenario did not need to be addressed in #876 since ign-gazebo4 does not have full nested model support. I believe that with this forward port and additional fix, we can close #871 - cc @azeey

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

iche033 and others added 7 commits June 24, 2021 14:51
* fix mouse view control race condition

Signed-off-by: Ian Chen <[email protected]>

* add dragging

Signed-off-by: Ian Chen <[email protected]>
Signed-off-by: Nate Koenig <[email protected]>

Co-authored-by: Nate Koenig <[email protected]>
Signed-off-by: addy1997 <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>

Co-authored-by: Jose Luis Rivero <[email protected]>
Co-authored-by: Louise Poubel <[email protected]>
Signed-off-by: Ashton Larkin <[email protected]>
@adlarkin adlarkin requested review from azeey and mjcarroll July 15, 2021 20:57
@github-actions github-actions bot added the 🏢 edifice Ignition Edifice label Jul 15, 2021
Copy link
Contributor

@chapulina chapulina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but I didn't look closely at the changes from #876. It would be nice if @azeey could take a look.

examples/plugin/hello_world/CMakeLists.txt Outdated Show resolved Hide resolved
Copy link
Contributor

@azeey azeey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with passing INTEGRATION_examples_build

Signed-off-by: Ashton Larkin <[email protected]>
@adlarkin
Copy link
Contributor Author

INTEGRATION_examples_build is passing, so I will go ahead and merge this

@adlarkin adlarkin merged commit f2706be into ign-gazebo5 Jul 16, 2021
@adlarkin adlarkin deleted the adlarkin/4_to_5 branch July 16, 2021 16:02
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.

Pose updates for nested models are incorrect
6 participants