-
Notifications
You must be signed in to change notification settings - Fork 119
Home
Ricardo Martins edited this page Feb 10, 2014
·
68 revisions
DUNE: Unified Navigational Environment is a runtime environment for unmanned systems on-board software. It is used to write generic embedded software at the heart of the system, e.g. code or control, navigation, communication, sensor and actuator access, etc. It provides an operating-system and architecture independent platform abstraction layer, written in C++, enhancing portability among different CPU architectures and operating systems.
- Installing Prerequisites
- Obtaining the Source Code
- Building: Unix Command Line
- Building: Eclipse
- Building: Qt Creator
- Building: Microsoft Visual Studio
- Building: Generating code for new IMC messages
- Example: DUNE "How to create tasks"
- Example: DUNE "Advanced task interactions"
- Example: DUNE "Interaction with MatLab"
- Example: Control LEDs with GPIO on BBB
- Example: Motor control GPIO on BBB
- Example: Using Serial Port with BBB
- Example: Using PWM with BBB
- Example: Using I2C with BBB
- Running a UAV simulation with ArduPilot
- Checking system for external library