hans-robot / elfin_robot

ROS meta-package for Elfin robot
http://wiki.ros.org/Robots/Elfin
BSD 3-Clause "New" or "Revised" License
102 stars 59 forks source link

Error when trying to enable servos on Elfin #16

Closed igorrecioh closed 5 years ago

igorrecioh commented 5 years ago

Hi!

Not sure what is going on. Any help will be useful. Thanks in advance!

onionsflying commented 5 years ago

That's a little weird. Could you show me the TxPDOs before and after "Servo ON"? You can get TxPDOs using the service elfin_ros_control/elfin/get_txpdo. Besides, you can get more information about services in this document.

igorrecioh commented 5 years ago

Hi @onionsflying ! Thanks for your answer. Find attached a gist with the results before and after "Servo ON": https://gist.github.com/igorrecioh/43de2f43307bd7f99b5755b26be8af71

onionsflying commented 5 years ago

Hi, the reason of the error is that the voltage is too low. Please note that the nominal voltage is 48V DC.

igorrecioh commented 5 years ago

Hi @onionsflying! You were right, we had some issues with our power supply. Now Elfin is working fine.

Thanks for your support!