-
Notifications
You must be signed in to change notification settings - Fork 192
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
catkin_make error for drone_gui on Ubuntu 14.04 + ROS Indigo #78
Comments
Hey I'm late but I just got started messing with drones. QT and boost seems to not always play nice together. In 16.04 it gets the same error because of qt5. Basically you are adding 2 lines. It ends up looking like this in RosThread.h. #ifndef Q_MOC_RUN |
@SpaceMingebag I had the same issue and your solution worked thanks a lot |
solved my problem too ! |
Worked for me! Great thank you so much @SpaceMingebag Distributor ID: Ubuntu If anyone needs the actual RosThread file that worked for compiling message me |
Hi I am trying to use tum_ardrone on ros kinetic. where do I add these two lines. Any help would be really appreciated! |
RosThread.h |
Also work for me~ 16.04 ubuntu and ROS Kinetic. |
Hi,
I'm attempting to build your package using the following:
but run into the following error:
[ 69%] Built target drone_autopilot
[ 89%] Built target drone_stateestimation
usr/include/boost/type_traits/detail/has_binary_operator.hp:50: Parse error at "BOOST_JOIN"
make[2]: *** [tum_ardrone/src/UINode/moc_RosThread.cxx] Error 1
make[1]: *** [tum_ardrone/CMakeFiles/drone_gui.dir/all] Error 2
make: *** [all] Error 2
Invoking "make -j4 -l4" failed
I am unsure how to approach this - any advice?
This is on Ubuntu 14.04, and I believe I have Boost 1.54 installed.
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: