Robot not enabled not causing joint_trajectory_action to fail #487
Replies: 1 comment
-
It's a bit of a work-around (from the action client / MoveIt perspective), but To make the action server deal with this a bit more intelligently, we'd have to see whether ros-industrial/industrial_core#271 already solves this (as That would make the action server reject goals unless MotoROS reports it's ready to execute them. Edit: I believe the driver(s) (as this applies to more than just
|
Beta Was this translation helpful? Give feedback.
-
motoman/motoman_driver/src/joint_trajectory_streamer.cpp
Line 429 in 4c5e6af
Hello I'm wondering if anybody else see's this. I'm running Ubuntu 18 with ROS melodic. But if you are sending a trajectory and the robot is not enabled. I.E you didn't call the robot_enable service. It doesn't seem like the joint trajectory action actually stops running, it just hangs. The only solution seems to be having moveit monitor the trajectory and then it catches this issue.
Is there anyway to know catch this happening besides using the moveit trajectory execution manager?
Beta Was this translation helpful? Give feedback.
All reactions