-
Notifications
You must be signed in to change notification settings - Fork 42
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
unable to run youbot_simulation on ros noetic #16
Comments
Hi @RozFa , you might be using the default |
I had the same idea. but I double checked and got the noetic-devel. |
maybe I made a mistake writing noetic=devel at it just got the default version. |
Hello,
I have read the previous issues and authors seem to have solved their problems. I got youbot_simulation and youbot_description. I had the following errors using catkin build :
error: ‘CONSTRUCTED’ was not declared in this scope 836 | state_ = CONSTRUCTED;
error: ‘CONSTRUCTED’ was not declared in this scope 844 | if (state_ != CONSTRUCTED)
error: ‘INITIALIZED’ was not declared in this scope 879 | state_ = INITIALIZED;
also when I use
roslaunch youbot_gazebo_robot youbot.launch
gazebo doesn't start.I am new to Ros and I can not figure out how to fix these.
The text was updated successfully, but these errors were encountered: