UTNuclearRoboticsPublic / jog_arm

A real-time robot arm jogger.
45 stars 22 forks source link

Ycantin bug fixes (take 2) #53

Closed ycantin closed 6 years ago

ycantin commented 6 years ago

Bug fix : Silent out of bound access in checkIfJointsWithinBounds wreak havoc later (random segfault/memory corruption) : joint->getFirstVariableIndex() don't match and exceed new_jt_traj.points[0].velocities indexes when there is more joints in the robot model than in the move_group used.