ethz-msrl / ethercat_ros_configurator

EtherCAT ROS Configurator
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Enable/disable drives via ROS services #3

Open qboehler opened 2 months ago

qboehler commented 2 months ago

In the currrent implementation, the drive is enabled as soon as the initial checks and start up sequence are performed, and it is disabled upon shutting down the node. In many case, it is convenient to control the enable/disable action. Using a ROS service is probably a good way to do this.