UTNuclearRoboticsPublic / jog_arm

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

Misleading function name #63

Closed azhural closed 6 years ago

azhural commented 6 years ago

insertRedundantPointsIntoTrajectory(trajectory_msgs::JointTrajectory& trajectory, int count)

does not insert count points (but two less), nor is the final trajectory of length count (off by one).

Stumbled over this while trying to figure out why the simulation trajectories were of length 29 and only 1 on the real robot.

AndyZe commented 6 years ago

8cb9297