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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added fixed and revolute joints (Ignition -> issacsim) #14

Merged
merged 15 commits into from
Feb 28, 2022

Conversation

ahcorde
Copy link
Contributor

@ahcorde ahcorde commented Feb 22, 2022

馃帀 New feature

Summary

Added fixed and revolute joints (Ignition -> issacsim)

joint_ignition_issac

Test it

Launch this model https://app.ignitionrobotics.org/OpenRobotics/fuel/models/Panda%20with%20Ignition%20position%20controller%20model

Checklist

  • Signed all commits for DCO
  • Added tests
  • Added example and/or tutorial
  • Updated documentation (as needed)
  • Updated migration guide (as needed)
  • codecheck passed (See contributing)
  • All tests passed (See test coverage)
  • While waiting for a review on your PR, please help review another open pull request to support the maintainers

Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining Signed-off-by messages.

Teo Koon Peng and others added 13 commits February 14, 2022 15:48
Signed-off-by: Teo Koon Peng <koonpeng@openrobotics.org>
Signed-off-by: Teo Koon Peng <koonpeng@openrobotics.org>
Signed-off-by: Teo Koon Peng <koonpeng@openrobotics.org>
Signed-off-by: Teo Koon Peng <koonpeng@openrobotics.org>
Signed-off-by: Teo Koon Peng <koonpeng@openrobotics.org>
Signed-off-by: Teo Koon Peng <koonpeng@openrobotics.org>
Signed-off-by: Teo Koon Peng <koonpeng@openrobotics.org>
Signed-off-by: Teo Koon Peng <koonpeng@openrobotics.org>
Signed-off-by: Teo Koon Peng <koonpeng@openrobotics.org>
* Some fixed to thread safe arch

Signed-off-by: ahcorde <ahcorde@gmail.com>

* Include PIMPL and model name should not constain spaces

Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: ahcorde <ahcorde@gmail.com>
Co-authored-by: Teo Koon Peng <koonpeng@openrobotics.org>
Signed-off-by: ahcorde <ahcorde@gmail.com>
@ahcorde ahcorde self-assigned this Feb 22, 2022
Base automatically changed from threadsafe-arch to main February 24, 2022 20:56
@@ -361,6 +361,175 @@ bool Scene::Implementation::UpdateJoint(const ignition::msgs::Joint &_joint)
auto stage = this->stage->Lock();
auto jointUSD =
stage->GetPrimAtPath(pxr::SdfPath("/" + worldName + "/" + _joint.name()));
if (!jointUSD)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is this the same code from sdformat, if so should we add a TODO just to keep track of duplicated code which we should re-use in the future when it's possible to do so?

Signed-off-by: ahcorde <ahcorde@gmail.com>
@ahcorde ahcorde merged commit 6e7e3a1 into main Feb 28, 2022
@ahcorde ahcorde deleted the ahcorde/threadsafe-joints branch February 28, 2022 08:40
This was referenced Feb 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants