-
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
Set joint positions in JointController disabled #1138
Comments
Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters). I don't fully understand the description of this bug. Is it related to this code in JointController.cc? |
Original comment by Nate Koenig (Bitbucket: Nathan Koenig). It has been disabled for a very long time. The code that would set the joint to a specific position in the update loop was already commented before pull request #1048. Looking at the blame, the comments occurred back in Oct of 2012. There are no test for this code, and the comments indicate that it's broken. The result is to disable to code and put in a warning message. If you think the code in question is valuable, please write tests and put it back in. |
Original comment by John Hsu (Bitbucket: hsu, GitHub: hsu). needed for atlas animation tutorial |
Original comment by Andreas Bihlmaier (Bitbucket: andreasBihlmaier). This is pretty bad. Please increase the priority of fixing this bug. For now I have to revert to gazebo 2.X. |
Original comment by Andreas Bihlmaier (Bitbucket: andreasBihlmaier). Very much appreciated :) |
Original comment by Dave Hershberger (Bitbucket: dave_hershberger). Well I've just spent my morning trying to understand why my robot's position was not initializing correctly. I guess I'm not seeing the result of the "gzwarn" line for some reason, so I didn't find this until I looked at the Gazebo source. So what's the status of the fix? Is there any workaround? Redefine my URDF so that zero positions of joints are in other places, I guess? (ouch) |
Original comment by Tian X (Bitbucket: tmoneyx). Try gazebo 1.9. |
Original comment by Andreas Bihlmaier (Bitbucket: andreasBihlmaier). 2.2 works, too. |
Original comment by John Hsu (Bitbucket: hsu, GitHub: hsu). I am working on recovering it for 3.0. Current trajectory is going towards:
|
Original comment by John Hsu (Bitbucket: hsu, GitHub: hsu). please see / test out pull request #1096 |
Original comment by Andreas Bihlmaier (Bitbucket: andreasBihlmaier). Compiled gazebo from source (branch set_joint_position) together with gazebo_ros_pkgs. Once the patch is merged, will there be updated gazebo3 packages? |
Original comment by Nate Koenig (Bitbucket: Nathan Koenig). @hsu I don't believe there was an issue tracking the "updating the collision elements is not working" problem. @andreasBihlmaier Yes, we'll release a new debian of gazebo3.0 once this patch is in place. |
Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).
|
Original comment by Nate Koenig (Bitbucket: Nathan Koenig).
|
Original comment by Nate Koenig (Bitbucket: Nathan Koenig).
|
Original report (archived issue) by Nate Koenig (Bitbucket: Nathan Koenig).
Setting a joint angle in
JointController
is disabled because updating the collision elements is not working.Please vote for this issue if you want to see this fixed.
The text was updated successfully, but these errors were encountered: