Lazy loaded image
GitHub - nasa-jpl/osr-rover-code: Code that runs on the Open Source Rover
Words 133Read Time 1 min
2023-11-25
Created
Nov 25, 2023 01:52 PM
Tags
notion image

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).
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 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:
上一篇
Data Structure and Algorithm
下一篇
用面试拷问嵌入式技术栈

Comments
Loading...