You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to re-initialize canopen_402 motor devices without unloading the controllers in the controller manager?
On a safety stop my motors are powered off, afterwards they need to be initialized again. This is possible by subsequently calling canopen_motor_node's /shutdown and /init service. However this unloads the controllers, in my case the joint_state_controller and diff_drive_controller. The latter will then have a new initial pose on re-loading it, resulting in a non-smooth odom frame.
The text was updated successfully, but these errors were encountered:
Is there a way to re-initialize canopen_402 motor devices without unloading the controllers in the controller manager?
On a safety stop my motors are powered off, afterwards they need to be initialized again. This is possible by subsequently calling
canopen_motor_node
's/shutdown
and/init
service. However this unloads the controllers, in my case thejoint_state_controller
anddiff_drive_controller
. The latter will then have a new initial pose on re-loading it, resulting in a non-smoothodom
frame.The text was updated successfully, but these errors were encountered: