-
Notifications
You must be signed in to change notification settings - Fork 18
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
Missing Waypoint.h file #11
Comments
Thanks for opening the issue. Did you managed to get it fixed? |
No, i couldnt resolve it |
Can you share the complete console output? :) |
@Qishunpeng @surendhar091992 First, |
Try using |
@Qishunpeng hope this has solved your issue. |
In an attempt to get things working (i have an issue/question for installing this on Ubuntu 20,04 open), I switched to trying on a ubuntu-16.04/ros-kinetic installation. This got me further, but then I this exact issue; missing Waypoint.h file. When I run the suggested step of building the simulator_utils first, I get the following error;
|
I guess the problem is that it's trying to look for the message header whilst it is being built which is inside the same package. Typically, this goes away when you execute But the to_string() issue is new. This should work with c++ 11, may be Ubuntu 16.04 doesn't have it enabled by default? Can you check what your c++ version is and switch the compiler? |
Currently on c++ --version 5.4.0 Sorry for not having more to give you, and that I'm clogging up your issues. Just been chasing my tail on getting this, or any UAV sims up and running. |
I just do not have a machine with kinetic with me; so this would be a good build test for Ubuntu 16.04/Kinetic. Are you still getting the However, I'd recommend using Ubuntu 20.04 + Noetic, that's the one I have tested this on. Referring to your previous bug (#14) on Noetic, did you get that one on a clean catkin_ws? |
@wpower12 Alright. I did a bit of searching and apparently If it is the "newest" you get on Ubuntu 16.04, I would recommend you to switch to Ubuntu 20.04. So we can focus on solving #14. |
I experienced this issue as well, and the solution of first running |
While attempting the catkin_make as instructed by the document, it gives the fatal error of not having simulator_utils\Waypoint.h
The text was updated successfully, but these errors were encountered: