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

cannot build the vision_comm and grSim package #84

Open
shivanshu-sahoo opened this issue Sep 10, 2020 · 4 comments
Open

cannot build the vision_comm and grSim package #84

shivanshu-sahoo opened this issue Sep 10, 2020 · 4 comments

Comments

@shivanshu-sahoo
Copy link

When I try to build the vision_comm package, I get the error 'fatal error: messages_robocup_ssl_detection.proto: No such file or directory' and when I try to build grSim I get a lot of Vartypes error probably because it is not able to include vartypes. Note- I have installed all the required dependencies.Please help fix me.

@thebhatman
Copy link
Member

Have you downloaded and installed Vartypes? You would need Protobuf as well.

@shivanshu-sahoo
Copy link
Author

yeah i have installed vartypes and installed Protobuf 2.6.1

@thebhatman
Copy link
Member

thebhatman commented Sep 10, 2020

Don't build each package individually. Build grsim by creating a build directory, and withing build dir, cmake.. , make -j4 and sudo make install. After this, run catkin_make --pkg krssg_ssl_msgs and then catkin_make in your workspace. This would build all packages including vision_comm at once. Individual building will cause problems as some packages are dependent on other packages to be built.

@shivanshu-sahoo
Copy link
Author

ok will do the and get back to 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