UTNuclearRoboticsPublic/jog_arm

Don't send trajectories when jog is inactive

Closed this issue · 2 comments

Sending zero velocity trajectory messages when no jog is active (all input values 0) does prevent other trajectory sources such as moveit from driving the controller.

Therefore, It would make sense to stop sending zero velocity messages when no jog is currently active.

Excellent, thank you.