-
Notifications
You must be signed in to change notification settings - Fork 171
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
Compilation Problem #61
Comments
This is a recently added dependency. Sorry for not updating the readme.
or you can simply clone it to the src directory as the following
|
Thank you very much. BR |
@altshuler If you are worried about dependencies, simply clone |
Hello, The drone just takeoff and hovering in one place. |
Did you build the |
Actually, no... |
As written in the instructions, if you build |
Ok, thanks. |
@altshuler Any updates? |
I'm compiled the packages, Running simulations , |
@altshuler So does that mean the problem is solved? On a real platform, you need to disable Currently there is no launch file specifically for a real system. Do you need one? |
Yes, the problem is solved. Tanks |
@altshuler Have you tried flying? |
Actually, yes. But the vehicle is not arming. Can you explain in couple of words what dob_controller do ? |
Cool. Hope it works 😄 A dob_controller is a implementation of a disturbance observer based control. It tries to estimate the disturbance and compensate it. This is at a very experimental stage. It works in SITL, but flies a bit aggressively which I am not sure how it would behave on a real drone. |
Closing as the issue is resolved |
Hello,
I'm trying to compile the mavros_controllers and get compilation error:
Errors << geometric_controller:check /home/evgeny/catkin_ws/logs/geometric_controller/build.check.017.log
CMake Error at /home/evgeny/catkin_ws/devel/share/catkin_simple/cmake/catkin_simple-extras.cmake:38 (find_package):
By not providing "Findeigen_catkin.cmake" in CMAKE_MODULE_PATH this project
has asked CMake to find a package configuration file provided by
"eigen_catkin", but CMake did not find one.
Could not find a package configuration file provided by "eigen_catkin" with
any of the following names:
Add the installation prefix of "eigen_catkin" to CMAKE_PREFIX_PATH or set
"eigen_catkin_DIR" to a directory containing one of the above files. If
"eigen_catkin" provides a separate development package or SDK, be sure it
has been installed.
Call Stack (most recent call first):
CMakeLists.txt:7 (catkin_simple)
make: *** [cmake_check_build_system] Error 1
What you think is a problem ?
Best regards
Evgeny
The text was updated successfully, but these errors were encountered: