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

14 Commits

Author SHA1 Message Date
Jarek Potiuk
6950b3c4bd Re-add urscript topic (#7)
* Re-added UR script - for custom UR Script execution

* Restarting the driver when robot closes the connection on script error.

The pipelines work in the way that if the connection is
is closed by the control PC, it will not be re-established. This
happens for example if you use the URScript topic and upload
script that does not compile. The robot will then close the
connection, the pipeline will close and any subsequent
uploads will fail and noone realises there is a problem.

While we could re-establish the connection, I think much better
solution is to shutdown the driver in such case. This is much more
resilient behaviour as it will clean up any inconsistent driver state.

We can utilise "respawn" feature of ROS launch and restart such
driver automatically (launch files are updated as part of that change).

On top of "production" stability, it allows for much nicer development
workflow - you can use URScript topic for development of new scripts
and have the driver restart every time you make mistake.
Without it, any mistake requires restarting the driver manually.
2018-01-02 20:22:55 +01:00
Miguel Prada
fe9762e9d5 Expose tool pose/twist from RT when ros_control is active.
Replicates #20 for the case where ros_control is active.
2016-11-08 18:38:44 +01:00
Thomas Timm Andersen
e785ce0860 Added the servoj gain and servoj lookahead time as a parameter at launch time. Resolves #47 2016-08-30 11:49:25 +02:00
Thomas Timm Andersen
161a7fc146 Removed the prefix tag from the ur_description launch call 2016-02-19 15:53:54 +01:00
Thomas Timm Andersen
adc223cbd8 Added prefix args to ros_control launch files and to the tool0_controller transform frame 2016-02-19 14:58:28 +01:00
Thomas Timm Andersen
589dca8e2a Improved ros_control performance and stability 2015-10-08 15:37:49 +02:00
Thomas Timm Andersen
8c25a4495f Updated launch files 2015-09-25 11:28:54 +02:00
Thomas Timm Andersen
68b751cdcc Fixed order of starting and stopping controllers 2015-09-25 10:19:58 +02:00
Thomas Timm Andersen
dc49deaf18 Made sure all controllers are loaded 2015-09-25 09:59:10 +02:00
Thomas Timm Andersen
5c785af6c4 Included a position-based controller. Also prettied up printing 2015-09-25 09:57:33 +02:00
Thomas Timm Andersen
a15fcc695c Specified type of position_trajectory_controller 2015-09-24 16:59:31 +02:00
Thomas Timm Andersen
a2c074eec4 Added parameter to use eiter ros_control or old-style interface 2015-09-24 16:37:14 +02:00
Thomas Timm Andersen
1e8f13f232 Added control switching 2015-09-24 13:50:53 +02:00
Thomas Timm Andersen
af601b9c32 Implemented ros-control 2015-09-24 10:27:55 +02:00