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

simplify param scoping (fix out of tree builds) and fix qurt fc_addon linking #8325

Merged
merged 3 commits into from Nov 22, 2017

Conversation

dagar
Copy link
Member

@dagar dagar commented Nov 21, 2017

Possible fix for #8280

@ChristophTobler @santiago3dr could you see if this fixes eagle_legacy_default? I don't have one to test, or FC_ADDON to even build.

@dagar dagar added the bug label Nov 21, 2017
@dagar dagar added this to the Release v1.7.0 milestone Nov 21, 2017
@r0gelion
Copy link
Contributor

@dagar

eagle_legacy_default

No parameter issues, but I got a lot of warnings when running ./px4 mainapp.config the warnings didn't stop so I halted the execution (ctrl + c)

mainapp.log
http://pasted.co/30b6beae

mini-dm
http://pasted.co/d7709ab1

@dagar
Copy link
Member Author

dagar commented Nov 21, 2017

Okay, that's a minor improvement.

This error makes me think one side is still out of date. Is that possible? Can you run make distclean and try again? If that doesn't resolve it can you share the full build output as well (starting right after the make distclean).

WARN  [uorb] [uORB::DeviceNode::process_received_message(817)]Error:[sensor_preflight] Received DataLength[24] != ExpectedLen[16]
WARN  [uorb] [uORB::DeviceNode::process_received_message(817)]Error:[sensor_preflight] Received DataLength[24] != ExpectedLen[16]
WARN  [uorb] [uORB::DeviceNode::process_received_message(817)]Error:[sensor_preflight] Received DataLength[24] != ExpectedLen[16]
WARN  [uorb] [uORB::DeviceNode::process_received_message(817)]Error:[sensor_preflight] Received DataLength[24] != ExpectedLen[16]
WARN  [uorb] [uORB::DeviceNode::process_received_message(817)]Error:[sensor_preflight] Received DataLength[24] != ExpectedLen[16]
WARN  [uorb] [uORB::DeviceNode::process_received_message(817)]Error:[sensor_preflight] Received DataLength[24] != ExpectedLen[16]
WARN  [uorb] [uORB::DeviceNode::process_received_message(817)]Error:[sensor_preflight] Received DataLength[24] != ExpectedLen[16]
WARN  [uorb] [uORB::DeviceNode::process_received_message(817)]Error:[sensor_preflight] Received DataLength[24] != ExpectedLen[16]
WARN  [uorb] [uORB::DeviceNode::process_received_message(817)]Error:[sensor_preflight] Received DataLength[24] != ExpectedLen[16]

@r0gelion
Copy link
Contributor

make distclean solved the issue (I thought I did that, but I didn't)

No param issues.

mainapp.log
http://pasted.co/e4ac79e9

mini-dm
http://pasted.co/0bc17859

make output
http://pasted.co/efd9165c

@LorenzMeier
Copy link
Member

Did you try to fly?

@santiago3dr
Copy link

@dagar
Copy link
Member Author

dagar commented Nov 21, 2017

These logs have 4 instances of every topic, but in the handful of cases I checked there's only data in the first instance.

image

Copy link
Contributor

@ChristophTobler ChristophTobler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error is gone on our board with eagle_legacy_default.

@ChristophTobler ChristophTobler merged commit 698bc7d into master Nov 22, 2017
@ChristophTobler ChristophTobler deleted the pr-modules_out_of_tree branch November 22, 2017 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants