OSE Rover: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
=About=
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?
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?
=Architecture=


#Ardupilot vs Pixhawk - 2 software bases for drone control. Ardupilot is more versatile. [https://www.thedroningcompany.com/blog/px4-vs-ardupilot-choosing-the-right-open-source-flight-stack] and has user-friendly mission planning. Ardupilot is GPL, vs BSD for Pixhawk. Ardupilot has Rover, Copter, and Plane. [https://diydrones.com/#google_vignette]
#Ardupilot vs Pixhawk - 2 software bases for drone control. Ardupilot is more versatile. [https://www.thedroningcompany.com/blog/px4-vs-ardupilot-choosing-the-right-open-source-flight-stack] and has user-friendly mission planning. Ardupilot is GPL, vs BSD for Pixhawk. Ardupilot has Rover, Copter, and Plane. [https://diydrones.com/#google_vignette]
Line 5: Line 9:
#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]
#Beagle Bone Blue with Ardupilot - [https://discuss.ardupilot.org/t/a-beaglebone-blue-setup-guide/88351]
=Prior Art=
*Pixhawk + RPi is common - [https://www.youtube.com/watch?v=LWc7Gkazwn4]
*Yuri Rage - rover lawnmower - [https://www.youtube.com/watch?v=YQyO5_QUOJI]
=Transmitters=
*Up to 5-60 km [https://www.droneassemble.com/product/long-range-transmitter-60km-d03-telemetry-and-radio-two-in-one-for-uav-ground-station-pix-flight-controller-h840-p900-version/]
=Links=
=Links=
*[[ROS Rover]]
*[[ROS Rover]]
*[[Beagle Bone]]
*[[Beagle Bone]]
*[[1000 Hour Curriculum]]
*[[1000 Hour Curriculum]]

Revision as of 22:46, 26 November 2023

About

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?

Architecture

  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]

Prior Art

  • Pixhawk + RPi is common - [6]
  • Yuri Rage - rover lawnmower - [7]

Transmitters

  • Up to 5-60 km [8]


Links