ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

jaron's profile - activity

2017-09-27 09:34:45 -0500 received badge  Famous Question (source)
2016-05-30 03:46:17 -0500 received badge  Notable Question (source)
2016-01-24 02:46:36 -0500 commented answer How can I move a dynamixel AX-12A motor with a python script?

Thank you :) That's what I also found out...

2016-01-24 02:46:28 -0500 received badge  Scholar (source)
2016-01-24 02:46:26 -0500 received badge  Supporter (source)
2016-01-23 17:55:07 -0500 received badge  Popular Question (source)
2016-01-19 16:23:50 -0500 asked a question How can I move a dynamixel AX-12A motor with a python script?

I want to move two dynamixel ax-12a motors, one as pan and the other as tilt. Writing the comands in the shell works fine e.g. rostopic pub -1 /pan_controller/command std_msgs/Float64 -- 1.5

Now I want to move them by writing a python srcipt but I don't know which command I need to use. Thanks for your help!