ROBOTIS-GIT / DynamixelSDK

ROBOTIS Dynamixel SDK (Protocol1.0/2.0)
http://emanual.robotis.com/docs/en/software/dynamixel/dynamixel_sdk/overview/
Apache License 2.0
446 stars 398 forks source link

ROS2-Humble - Dynamixel Error: No module named ‘dynamixel_sdk_custom_interfaces’ #604

Open alikhorshidi opened 1 year ago

alikhorshidi commented 1 year ago

Hello! I’m using ROS2 Humble to control 2XL430-W250-T connected via U2D2 I followed this Video-Tutorial:

DYNAMIXEL Quick Start Guide for ROS 2

Everything goes right until this command:

ros2 topic pub /set_position dynamixel_sdk_custom_interfaces/msg/SetPosition after SetPosition, normally by pressing Tab, It should looks like in the video:

ros2 topic pub /set_position dynamixel_sdk_custom_interfaces/msg/SetPosition "{id: 1, position: 1000}"

but unfortunately, it’s not working!! and typing by myself is not solve the problem.

I also tried publishing this topic (set_position) using rqt but when I want to add, it causes crash! crash title is: image ModuleNotFoundError: No module named ‘dynamixel_sdk_custom_interfaces’

There is “dynamixel_sdk_custom_interfaces” folder:

image

Please help me.

  1. Which DYNAMIXEL SDK version do you use? Latest

  2. Which programming language/tool do you use? ROS2 - Humble

  3. Which operating system do you use? Ubuntu 22.04

  4. Which USB serial converter do you use? U2D2

  5. Which DYNAMIXEL do you use? 2XL430-W250-T

@ROBOTIS-Will

ROBOTIS-Will commented 1 year ago

@alikhorshidi

I'm sorry about the delayed response. Please see below forum thread for my test result and possible solutions. https://forum.robotis.com/t/ros2-humble-dynamixel-error/4783/3?u=willson