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

Compiling error #19

Closed
Josagulop opened this issue Sep 22, 2017 · 2 comments
Closed

Compiling error #19

Josagulop opened this issue Sep 22, 2017 · 2 comments
Assignees

Comments

@Josagulop
Copy link

In backend_mavros.cpp line 135:

flight_mode_service.response.success ? "true" : "false");

SetMode.Response.success has been changed to SetMode.Response.mode_sent, so it must be:

flight_mode_service.response.mode_sent ? "true" : "false");

Source:
mavlink/mavros@599c588

@goncalvestiago
Copy link

@arturotorresg

I'm experiencing the same compiling error with tag v1.5. I've tried several PX4 versions from v1.5.5 till v1.6.5 without success.

Greetings from the Multidrone project

@arturotorresg arturotorresg self-assigned this Sep 28, 2017
@arturotorresg
Copy link
Member

We are dealing with this error. The problem is also that the new mavros dependency, GeographicLib, needs to have a file downloaded in order to work. If not, you will compile but you will have an execution error.

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

3 participants