OSE Rover: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
#You can run ardupilot on BBB - [https://ardupilot.org/dev/docs/building-for-beaglebone-black-on-linux.html] using a cape to replace Ardupilot Mega capacity, but this cape seems no longer available. Dead end?
#You can run ardupilot on BBB - [https://ardupilot.org/dev/docs/building-for-beaglebone-black-on-linux.html] using a cape to replace Ardupilot Mega capacity, but this cape seems no longer available. Dead end?
#Companion computers - can collaborate with a flight controller. [https://ardupilot.org/dev/docs/companion-computers.html]
#Companion computers - can collaborate with a flight controller. [https://ardupilot.org/dev/docs/companion-computers.html]
 
#Beagle Bone Blue with Ardupilot - [https://discuss.ardupilot.org/t/a-beaglebone-blue-setup-guide/88351]
=Links=
=Links=
*[[Beagle Bone]]
*[[Beagle Bone]]
*[[1000 Hour Curriculum]]
*[[1000 Hour Curriculum]]

Revision as of 22:18, 26 November 2023

This is OSE's implementation of Ardupilot Rover. Which board to run it on? Which operating system to work in? Which real time microkernel to use? What is the sensor compatibility?

  1. Ardupilot vs Pixhawk - 2 software bases for drone control. Ardupilot is more versatile. [1] and has user-friendly mission planning. Ardupilot is GPL, vs BSD for Pixhawk. Ardupilot has Rover, Copter, and Plane. [2]
  2. You can run ardupilot on BBB - [3] using a cape to replace Ardupilot Mega capacity, but this cape seems no longer available. Dead end?
  3. Companion computers - can collaborate with a flight controller. [4]
  4. Beagle Bone Blue with Ardupilot - [5]

Links