1
0
mirror of https://gitlab.com/obbart/universal_robots_ros_driver.git synced 2026-04-09 17:40:47 +02:00
Files
2019-06-17 12:51:08 +02:00
..
2019-06-13 18:18:04 +02:00
2019-06-12 12:01:23 +02:00
2019-06-17 12:51:08 +02:00
2019-06-12 12:01:23 +02:00
2019-06-12 12:01:23 +02:00

controller_stopper

A small helper node that stops and restarts ROS controllers based on a boolean status topic.

When the status goes to false, all running controllers except a set of predefined consistent_controllers get stopped. If status returns to true the stopped controllers are restarted.

Nodes

controller_stopper_node

Parameters

  • "consistent_controllers (list of strings)"

    Consistent controllers will not be stopped when the robot stops. Defaults to ["joint_state_controller"]

Service Clients

Subscribed topics

  • "robot_running" (std_msgs::Bool)

    Subscribes to a robot's running state topic. Ideally this topic is latched and only publishes on changes. However, this node only reacts on state changes, so a state published each cycle would also be fine.