RobotLocomotion / drake-iiwa-driver

BSD 3-Clause "New" or "Revised" License
24 stars 30 forks source link

Driver should have an option to detect dangerous commands on startup #33

Closed sammy-tri closed 4 years ago

sammy-tri commented 4 years ago

It's possible that when the driver starts, a controller may still be running from a previous session which is sending LCM commands which will cause the robot to stop (e.g. joint positions significantly distant from the current pose). We should add an option to the driver to refuse to pass commands to the robot if this condition is detected.