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

unable to run youbot_simulation on ros noetic #16

Open
RozFa opened this issue Aug 18, 2021 · 4 comments
Open

unable to run youbot_simulation on ros noetic #16

RozFa opened this issue Aug 18, 2021 · 4 comments

Comments

@RozFa
Copy link

RozFa commented Aug 18, 2021

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.

@sthoduka
Copy link
Contributor

Hi @RozFa , you might be using the default kinetic-devel branch. Try compiling the noetic-devel branch, and it should at least fix the errors during catkin build.

@RozFa
Copy link
Author

RozFa commented Aug 19, 2021

Hi @RozFa , you might be using the default kinetic-devel branch. Try compiling the noetic-devel branch, and it should at least fix the errors during catkin build.

I had the same idea. but I double checked and got the noetic-devel.
I'm afraid these happened with noetic branch

@sthoduka
Copy link
Contributor

that's odd, because these errors were specifically addressed in c4fb88f.

Also, if you look at the line numbers mentioned in your error message, the noetic-devel branch shows updated code (see line 836 for example)

@RozFa
Copy link
Author

RozFa commented Aug 19, 2021

that's odd, because these errors were specifically addressed in c4fb88f.

Also, if you look at the line numbers mentioned in your error message, the noetic-devel branch shows updated code (see line 836 for example)

maybe I made a mistake writing noetic=devel at it just got the default version.
I changed those part manually and no more errors in catkin build. thank you

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