Skip to content
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

Open
DKDLVOEM opened this issue Apr 23, 2023 · 4 comments
Open

rosrun error #2

DKDLVOEM opened this issue Apr 23, 2023 · 4 comments

Comments

@DKDLVOEM
Copy link

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 ?

@jocacace
Copy link

@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)

@DKDLVOEM
Copy link
Author

Thank you for the quick response. I already followed the commands in the README file, but something seems to be wrong.

  1. roslaunch dogbot_gazebo gztest.launch paused:=true

  2. rosrun dogbot_controller dogbot /yourpath/<CATKIN_WS_sir>/src/DogbotV4/ROS/src/dogbot_description/urdf/dogbot.urdf

I also changed the path "/yourpath/<CATKIN_WS_sir>/" to my path.

Can you tell me which part is causing the problem?

@jocacace
Copy link

Ok, there is a typo in the README!

The second command would be:

rosrun dogbot_controller main

@DKDLVOEM
Copy link
Author

thank you ! problem solved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants