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
The package my_dynamixel_workbench_tutorial may not have been built correctly or sourced properly.
Incorrect Package or Launch File Path:
The specified velocity_control.launch file may not exist in the launch directory of the my_dynamixel_workbench_tutorial package.
ROS Environment Not Sourced:
ROS may not be able to find the package because the environment setup file (setup.bash) was not sourced.
Steps to Resolve:
Check Package Existence
Verify that the my_dynamixel_workbench_tutorial package exists in your workspace:
ls ~/catkin_ws/src/
Ensure that the my_dynamixel_workbench_tutorial folder is listed.
2. Ensure Launch File is in Correct Path
Verify that the velocity_control.launch file exists in the launch folder of the package:
ls ~/catkin_ws/src/my_dynamixel_workbench_tutorial/launch/
If the file is missing, re-create it.
3. Rebuild the Workspace
Ensure the workspace is built correctly:
cd ~/catkin_ws
catkin_make
Source the Workspace
Source the workspace setup file to make ROS aware of your package:
source ~/catkin_ws/devel/setup.bash
Let me know if you encounter further issues or need assistance!
This issue will be closed due to prolonged inactivity. If the problem persists, feel free to reopen it, and we will address it promptly. Thank you for your understanding!
ISSUE TEMPLATE ver. 1.0.0
Before you open issue, please refer to ROBOTIS e-Manual
How to setup? (ex, U2D2, OpenCR,...)
4 dynamixels 'XL430W250' connected in daisy-chain to RPi3 through U2D2
Which Dynamixel have you used? and how many? (Please describe below format to all connected Dynamixels)
Model Name XL430W250
ID 1, 2, 3, 4
Baud Rate of Dynamixels 57600
Protocol Version 2.0
Write down the commands you used in order
Please, describe detailedly what difficulty you are in
I am unable to run this package 'my_dynamixel_workbench_tutorial' after build.
Is there anything I missed to check here. Please suggest. Thanks.
The text was updated successfully, but these errors were encountered: