Controlling three omniwheels with dynamixel motors RX 64

asked 2019-12-26 05:00:05 -0500

Tomasoo gravatar image

Hello, I am completely new here and ROS. My task is to controll three dynamixel wheels robot via joystick. I want use package from user zweistein (https://bitbucket.org/ElodP/dynamixel...) which includes dynamixel controller speed multi motor(joint_speed_controller_multi_motor.py). So I would like to know all dependencies which i need to understand.

So i understand i need to have three nodes - one is joy node, which will get data from joystick and publish them to second node. Second node will subscribe to joy node, get data and convert them to speed for individual motors. This message should be somehow published to dynamixel node - there is my problem because i have no idea how to use that speed controller.

Can please somebody tell me, all dependencies,which i have to understand, to accomplish this task? Thank you.

edit retag flag offensive close merge delete