-
Notifications
You must be signed in to change notification settings - Fork 59
slave on op mode can not control moter #160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
check the motor's current position by igh command: ethercat upload --position 0 --type int32 0x6064 0x00 #查看位置 check if the motor is in position 10000 already , or you can check the position by rostopic echo /joints_status , I fogert the topic name , some like this. and send the command once , don't send it cyclely, |
vendor_id: 0x00000009
sdo: # sdo data to be transferred at drive startup- { index: 0x1C32, sub_index: 0, type: int16, value: 2 }- { index: 0x1C33, sub_index: 0, type: int16, value: 2 }rpdo: # RxPDO = receive PDO 4 Mapping
|
must wait until the servo's mode in running mode , during the ininiting process, there are some consoles woudl displayed , you can paste these ros output here , to disgnositc well |
qin@qin: this is the consoles displayed |
Ethercat enters OP mode from the slave, but the motor cannot move。
The text was updated successfully, but these errors were encountered: