Open jiangh1 opened 10 years ago
See https://github.com/VandyUAVCourse/Documents/issues/23 for co-discussion.
Mavlink protocol is one proposal for sending telemetry and other data with low overhead.
Assignees: @jiangh1 @iamjboyd @Nolan330
Action Item:
Clarify what data flows between processors. [ Will be Mavlink packets, parsed on either end by C++ classes we provide ] Simulate Link between processors with PC and Ardupilot [ Partially done, need to plug into Ardupilot itself]. Attempt Higher baud rates for between Udoos
Accomplishments:
Programmatically generated serial communication through Udoo headers.
Description: This requirement is based on if our project use two microprocessors, one is mainly for flight control and the other one is mainly for mapping and localization the vehicle . Flight control microprocessor needs to get data from the other microprocessor in real-time with low latency, in order to achieve autonomous fly.
Dependencies: Sensors
Fit Criterion: N/A
Supporting Materials: http://rahauav.com/Library/Multirotors/p28.pdf