ros_controllers icon indicating copy to clipboard operation
ros_controllers copied to clipboard

Added actionlib interface to forward_joint_group_command_controller

Open egordon opened this issue 4 years ago • 1 comments

In service of https://github.com/ros-controls/ros_controllers/issues/568

Prerequisite: https://github.com/ros-controls/control_msgs/pull/60

Tested via velocity_controllers/JointGroupVelocityController on Kinova JACO2

egordon avatar Jun 05 '21 01:06 egordon

Test code (Python 3): test_JointGroupCommandAction.txt

Tested behaviors:

  • actionlib velocity commands (0.1, -0.1) with timeouts (0, 1, 5, 15)
  • Preempted actionlib goal using the /command subscriber interface during goal execution

egordon avatar Jun 10 '21 22:06 egordon