Closed wei1224hf closed 5 months ago
I added Inovance SV660N servo motor .yaml file : `vendor_id: 0x100000 product_id: 0x000c010d assign_activate: 0x0300 # DC Synch register auto_fault_reset: false # true = automatic fault reset, false = fault reset on rising edge command interface "reset_fault"
rpdo: # RxPDO = receive PDO Mapping
then modify the motor_drive.ros2_control.xacro , then launch , seems launched successfully:
but how to make the motor run? how to enable the motor then run slowly?
is there any commands I can type in console , to make the motor into run mode , then switch to PREOP mode?
it's because I set the wrong PDO mapping ,
I added Inovance SV660N servo motor .yaml file : `vendor_id: 0x100000 product_id: 0x000c010d assign_activate: 0x0300 # DC Synch register auto_fault_reset: false # true = automatic fault reset, false = fault reset on rising edge command interface "reset_fault"
rpdo: # RxPDO = receive PDO Mapping
then modify the motor_drive.ros2_control.xacro , then launch , seems launched successfully:
but how to make the motor run?
how to enable the motor then run slowly?