SouthieAutonomy / motoman

ROS-Industrial Motoman meta-package (http://wiki.ros.org/motoman)
0 stars 0 forks source link

HC10 Motoman feature requests, issues, and bugs #2

Open jaymwong opened 4 years ago

jaymwong commented 4 years ago
gavanderhoorn commented 3 years ago
* Some of the `SimpleMessage` functions don't appear to be thread safe (e.g. sending a trajectory using the `actionlib` and then querying if the motion controller is ready causes the driver to hang)

SimpleMessage is not thread safe at all.

  • Fix issue with planning over full joint space. There is an interesting bug within MotoROS that if the robot is within 18 degs of the joint limit during a trajectory, the robot will enter a state much similar to the one mentioned above and cause both MotoROS and any application talking through MotoROS to hang indefinitely. Also, this throws a warning.

Has this been reported?

is it only triggered when an FSU is present?