-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rosrun error #2
Comments
@DKDLVOEM, the way in which you run the rosnode is not correct. You have to use rosrun on an executable, not on the urdf file. To properly run the controller, follow the instruction placed in the README of the repositoty (you can see it also from this link: https://github.com/prisma-lab/WBC-quadruped-DOB/blob/main/README.md) |
Thank you for the quick response. I already followed the commands in the README file, but something seems to be wrong.
I also changed the path "/yourpath/<CATKIN_WS_sir>/" to my path. Can you tell me which part is causing the problem? |
Ok, there is a typo in the README! The second command would be:
|
thank you ! problem solved |
Hello, when i enter : rosrun dogbot_controller dogbot /yourpath/<CATKIN_WS_sir>/src/DogbotV4/ROS/src/dogbot_description/urdf/dogbot.urdf,
below error message occured
[rosrun] Couldn't find executable named dogbot below /home/kju/catkin_dob/src/dogbot_controller
how can i solve it ?
The text was updated successfully, but these errors were encountered: