Implement collision checker node#301
Implement collision checker node#301DaikiMaekawa wants to merge 9 commits intostart-jsk:hydro-develfrom
Conversation
|
We need to add the code for stopping the arms. |
There was a problem hiding this comment.
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 !!