ethz-msrl / ethercat_ros_configurator

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

Using drive without configuration override #4

Open qboehler opened 2 months ago

qboehler commented 2 months ago

At the moment, any configuration present on the drive is overriden. It would be convenient to have be able t specify whether we want to override the configuration or not. The only way to do this at the moment is either to modify the maxon_epos_ethercat_sdk, or comment out some of the parameters from the configuration in the device configuration yaml file.

An interesting utility here would be to be able to read the currently loaded config and generate the yaml file automatically.