Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nasa-jpl/osr-rover-code
Code that runs on the Open Source Rover
https://github.com/nasa-jpl/osr-rover-code
Last synced: 6 days ago
JSON representation
Code that runs on the Open Source Rover
- Host: GitHub
- URL: https://github.com/nasa-jpl/osr-rover-code
- Owner: nasa-jpl
- License: apache-2.0
- Created: 2018-06-30T00:14:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-04T01:44:55.000Z (22 days ago)
- Last Synced: 2025-01-12T21:00:30.758Z (13 days ago)
- Language: Python
- Size: 137 MB
- Stars: 440
- Watchers: 28
- Forks: 149
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-suas-science - Open Source Rover Control Code - Nasa JPL command firmware for the OSR. (Firmware / Flight Controllers)
- awesome-rainmana - nasa-jpl/osr-rover-code - Code that runs on the Open Source Rover (Python)
README
# JPL Open Source Rover Code
This repository contains the code that runs on the Raspberry Pi (RPi) to control the
[JPL open source rover (osr)](https://github.com/nasa-jpl/open-source-rover).The rover runs on ROS2 (tested on Foxy), and uses Python3.
## Internals & structure
Please refer to README files associated with each folder for insight in how components work and what they do.
This is also the place to look when you have modifications on your rover that require the code or parameters to be
changed.* The [ROS overview](ROS/README.md) gives an overview of the setup related to ROS and links to specific implementations
such as how the drive and corner commands are being calculated## Setup
The setup directory contains tutorial files for getting everything setup and configured for running the rover code. You should proceed through them in the following order:
* [Raspberry Pi setup](setup/rpi.md)
* [Rover code bringup](setup/rover_bringup.md)