-
Notifications
You must be signed in to change notification settings - Fork 486
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
Joint::childLink not loaded correctly #943
Comments
Original comment by John Hsu (Bitbucket: hsu, GitHub: hsu). pull request #772 has a fix 9b5e7e8. we need a separate pull request for gazebo 1.9. |
Original comment by Nate Koenig (Bitbucket: Nathan Koenig). This definitely looks wrong, but it also looks like it was done on purpose. Is there a scenario in which the original code fails? |
Original comment by John Hsu (Bitbucket: hsu, GitHub: hsu). For example, for a robot like atlas, any of the robot's joints |
Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters). I don't think it was done on purpose. I think I just botched the logic in pull request #329. We should add a test for this (maybe somewhere in Joint_TEST). |
Original comment by Nate Koenig (Bitbucket: Nathan Koenig). Nice detective work. I retract my concern. |
Original comment by John Hsu (Bitbucket: hsu, GitHub: hsu). pull request #820 for gazebo_1.9, after that, we should merge it downstream into gazebo_2.0, gazebo_2.1 and default. |
Original comment by John Hsu (Bitbucket: hsu, GitHub: hsu). merged pull request #820 |
Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).
pull request #820 and pull request #833 have both been merged. |
Original comment by Nate Koenig (Bitbucket: Nathan Koenig).
|
Original comment by Nate Koenig (Bitbucket: Nathan Koenig).
|
Original report (archived issue) by John Hsu (Bitbucket: hsu, GitHub: hsu).
Currently Joint::LoadImpl has an error in its logic such that if
parentLink
is notNULL
,childLink
is not assigned. This is done in error, the code should look like below:The text was updated successfully, but these errors were encountered: