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

build fails on Indigo and Ubuntu 14.04 #61

Closed
MarqRazz opened this issue Jan 11, 2017 · 4 comments
Closed

build fails on Indigo and Ubuntu 14.04 #61

MarqRazz opened this issue Jan 11, 2017 · 4 comments

Comments

@MarqRazz
Copy link

MarqRazz commented Jan 11, 2017

I am getting build errors with a fresh copy of the tutorial package. I'm running Indigo on Ubuntu 14.04 and made sure my system is up to date.

cd ~/moveitEx/src
catkin_init_workspace
git clone https://github.com/ros-planning/moveit_tutorials.git
cd ..
catkin_make

Build Error...
/home/marq/moveitEx/src/moveit_tutorials/doc/pr2_tutorials/pick_place/src/pick_place_tutorial.cpp:41:62: fatal error: moveit/move_group_interface/move_group_interface.h: No such file or directory #include <moveit/move_group_interface/move_group_interface.h>

I get the same error for the pick place tutorial.

I tried adding add_compile_options(-std=c++11) to the top-level CMakeLists.txt but I still get the same error. #23

@MarqRazz
Copy link
Author

This was my fault. I was pointed at the kinect-devel branch. After pointing to the correct branch the build was successful.

@yxd5208
Copy link

yxd5208 commented Jul 20, 2017

Hello, I ran into the same problem. What did you need to do to point at the correct branch?

@MarqRazz
Copy link
Author

cd to the package and you can run the following commands.

git branch -a //List all branches
git checkout <name_of_branch> //Checkout the branch that you want
git checkout indigo-devel

@yxd5208
Copy link

yxd5208 commented Jul 20, 2017

That worked perfectly. Thank you very much for your help!

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