-
Notifications
You must be signed in to change notification settings - Fork 120
Home
josebraga edited this page Apr 28, 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
- Building: Checking for external Library
- Example: How to create tasks
- Example: Task Interactions
- Example: Interact with MatLab
- Example: Control LEDs with GPIO on BeagleBone Black
- Example: Running a UAV simulation with ArduPilot
- Additional configuration file features