-
Notifications
You must be signed in to change notification settings - Fork 27
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
Implement collision checker node #301
base: hydro-devel
Are you sure you want to change the base?
Implement collision checker node #301
Conversation
We need to add the code for stopping the arms. |
* copyright notice, this list of conditions and the following | ||
* disclaimer in the documentation and/or other materials provided | ||
* with the distribution. | ||
* * Neither the name of JSK Lab, University of Tokyo. nor the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copyrights mismatch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, It's copy/pasted from the other program. That is set right here.
Adding some background to this; @DaikiMaekawa and I discussed about what and how we want to address #36, and took this approach: let MoveIt! detect self-collision. When a collision is found then give the "stop" signal by overwriting the command with the current pose of very instantaneous moment. Testing on the real robot, however, we found that the "stop" signal didn't interrupt the previous command (I think that's why the lines around here are commented out in this PReq). Another concern in this approach is that there's no effect to the lower level Our conclusion with this PReq is that:
|
#36 Implement new node for stop motion when collisions are detected.
Do not merge yet !!