1
0
mirror of https://gitlab.com/obbart/universal_robots_ros_driver.git synced 2026-04-10 10:00:48 +02:00
Commit Graph

19 Commits

Author SHA1 Message Date
Tristan Schnell
8bacdc0fe1 added RTDE writer class and required interfaces for use in the hardware interface 2019-07-25 18:30:28 +02:00
Felix Mauch
2afb937bb8 Pass stopped_controllers to underlying launch files 2019-07-03 09:58:50 +02:00
Felix Mauch
a6338abad6 by default, deactivate tool_comm and set tool voltage to 0 2019-07-02 07:45:43 +02:00
Felix Mauch
8bbe0274d6 piped device_name and tcp_port for tool communication correctly through all launch files 2019-07-02 07:41:56 +02:00
Felix Mauch
cb64e68100 define a non-scaled position trajectory controller by default
This way, users can choose whether they want to use non-scaled controllers
as used by older drivers.
2019-06-27 13:29:09 +02:00
Felix Mauch
ec3b8c133e Make all launchfiles follow the ones developed for the ur10s 2019-06-14 15:18:59 +02:00
Felix Mauch
7e6b203b67 replace tcp_accuracy_checker with hash comparison
This closes #34
2019-06-14 15:18:59 +02:00
Felix Mauch
34eb8dcf08 split common and control 2019-06-14 15:01:28 +02:00
Felix Mauch
ca3e127f21 hard code tool_comm to false in CB3 launchfiles 2019-06-14 15:01:28 +02:00
Felix Mauch
eb7b66929b added a node to startup RS485 interface
and added it to the launchfiles.
2019-06-12 17:57:40 +02:00
Tristan Schnell
ec0ec206c0 adapted all ros_control launch files to start the driver correctly 2019-06-12 17:32:12 +02:00
Felix Mauch
25e9aafc14 Added controllers stopper
This node takes care about taking down and restarting controllers based on
the robot's state.

Closes #48
2019-06-12 12:01:23 +02:00
Felix Mauch
4cd13b6b83 implemented initialization of rs485 interface. 2019-06-12 09:32:46 +02:00
Felix Mauch
45430ec0e7 Added interface for force-torque sensor
Closes #20
2019-06-05 17:11:55 +02:00
Tristan Schnell
649f499499 moved rtde recipe to external text file 2019-05-23 15:19:56 +02:00
Felix Mauch
89ee1aae8a Load the script from an external file 2019-05-20 12:28:35 +02:00
Felix Mauch
7743c79f6d added separate speed_scaling handle and controller
In theory that handle could be used to also set the speed_scaling,
done by the controller. However, this is not yet implemented.
2019-05-16 13:49:45 +02:00
Felix Mauch
f38ec92389 added ur_controllers package 2019-05-16 13:49:19 +02:00
Felix Mauch
be5553648d moved driver to subfolder 2019-05-16 13:48:35 +02:00