You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am following ros-by-example volume 1 for Tracking a visual target, it is really useful.
I am on ros-indigo now, I want to use same material to control Phantomx Pincher robotic arm, since it uses same type of servos which are dynamixel ax-12a
However, I am encountering a problem, I am using arbotix-m board, and in the book they used USB2Dynamixel controller, so the launch file is different.
I want to control the servo id 1 based on the motion of a detected object.
Hi @pirobot
I am following ros-by-example volume 1 for
Tracking a visual target
, it is really useful.I am on ros-indigo now, I want to use same material to control Phantomx Pincher robotic arm, since it uses same type of servos which are
dynamixel ax-12a
However, I am encountering a problem, I am using arbotix-m board, and in the book they used USB2Dynamixel controller, so the launch file is different.
I want to control the servo id 1 based on the motion of a detected object.
What I did so far is as follow
I run
When I run
roslaunch rbx1_dynamixels head_tracker.launch
The output is
[INFO] [WallTime: 1508247666.419934] Waiting for joint controllers services...
Then I run following launch that I created it by myself since I am using
arbotix-m
boardroslaunch rbx1_dynamixels arbotix.launch
The content is
The file
arbotix_params.yaml
isArbotiX is connected BUT when I run
rostopic info /roi
I see the following output, which is not correct.The book is giving instruction for USB2Dynamixel controller only, but I am using arbotix-m board.
I am so confusing now, please tell me where I am mistaken !!!!
Thanks
The text was updated successfully, but these errors were encountered: