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

pan_tilt_port: No motors found ERROR

asked 2020-01-08 01:13:43 -0500

Ashkr gravatar image

Hi, I am testing a created package on ROS by following the tutorial... http://wiki.ros.org/dynamixel_control...

while running the command: "roslaunch my_dynamixel_tutorial controller_manager.launch" it give the error as "No motors found" even though the motor XL430W250 is connected with default baud rate of 57600 through /dev/ttyUSB0

Please help to resolve this! Thanks!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2021-03-31 13:08:30 -0500

achille gravatar image

Here are some things to try/consider:

  1. Did you set the right permissions for the USB device? Try sudo chmod a+rw /dev/ttyUSB0.
  2. Is the motor sufficiently powered? Make sure your wiring is correct. If you're just powering the motor through the USB, it probably won't work.
  3. Are you aware that this package hasn't been maintained for years and it is recommended to use the official repo, Dynamixel Workbench?
edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2020-01-08 01:13:43 -0500

Seen: 131 times

Last updated: Mar 31 '21