ICube-Robotics / ethercat_driver_ros2_examples

Example repository for the EtherCAT Driver ROS2 stack
Apache License 2.0
19 stars 12 forks source link

how to make motor into RUN mode? #17

Closed wei1224hf closed 5 months ago

wei1224hf commented 8 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:

image

but how to make the motor run?
how to enable the motor then run slowly?

wei1224hf commented 8 months ago

is there any commands I can type in console , to make the motor into run mode , then switch to PREOP mode?

wei1224hf commented 5 months ago

it's because I set the wrong PDO mapping ,