ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

At least the ur_modern_driver supports velocity control both with the ros_control setup as well as when not using ros_control.

Velocity setpoints are directly mapped onto speedj(..) statements on the controller.

See ros-industrial/ur_modern_driver#218 for some discussion on using ros_control's JointGroupVelocityController. The readme (briefly) documents the /joint_speed topic.

At least the ur_modern_driver supports joint velocity control both with the ros_control setup as well as when not using ros_control.

Velocity setpoints are directly mapped onto speedj(..) statements on the controller.

See ros-industrial/ur_modern_driver#218 for some discussion on using ros_control's JointGroupVelocityController. The readme (briefly) documents the /joint_speed topic.

At least the ur_modern_driver supports joint velocity control both with the ros_control setup as well as when in kinetic-devel (the old driver (master branch, deprecated) supported a /joint_speed topic, but that has not using ros_control.been ported to the new version).

Velocity setpoints are directly mapped onto speedj(..) statements on the controller.

See ros-industrial/ur_modern_driver#218 for some discussion on using ros_control's JointGroupVelocityController. The readme (briefly) documents the /joint_speed topic..