ros-industrial / ros_canopen

CANopen driver framework for ROS (http://wiki.ros.org/ros_canopen)
GNU Lesser General Public License v3.0
328 stars 267 forks source link

Parameter to choose whether to stop the control on internal limit #461

Open a-miyadera opened 2 years ago

a-miyadera commented 2 years ago

The canopen_motor_node stops the servo control when an internal limit occurs. But the motor driver boards on our robot can continue to operate with the internal limit. At that time, the control (e.g., current) is appropriately limited to the set value. So, it is not necessary to always stop the control. In some cases, we want to continue the operation by using the limiting functions provided by the board. Therefore, we have added a setting parameter to choose whether or not to stop the servo control when an internal limit occurs.