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

Based on the requirements you state (and the fact that you haven't mentioned it yet), I'd take a look at the universal_robot package. It can probably do what you want.

Based on the requirements you state (and the fact that you haven't mentioned it yet), I'd take a look at the universal_robot package. It can probably do what you want.


The wiki page is a bit barren, but the README.md file in the github.com/ros-industrial/universal_robot repository should clear things up.

Note that the driver provides just a FollowJointTrajectoryAction server. You'll have to write a client yourself (ur_driver/test_move.py shows how a minimal example of how to do this).

Based on the requirements you state (and the fact that you haven't mentioned it yet), I'd take a look at the universal_robot package. It can probably do what you want.


The wiki page is a bit barren, but the README.md file in the github.com/ros-industrial/universal_robot repository should clear things up.

Note that the driver provides just a FollowJointTrajectoryAction server. You'll have to write a client yourself (ur_driver/test_move.py shows how a minimal example of how to do this).