Skip to content

Commit 40f88e7

Browse files
authored
Merge pull request #126 from Achllle/iss109_ros2foxy
Convert code base to ROS2 Foxy
2 parents 63572d1 + 34986e9 commit 40f88e7

38 files changed

+810
-968
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
This repository contains the code that runs on the Raspberry Pi (RPi) and Arduino to control the
44
[JPL open source rover (osr)](https://github.com/nasa-jpl/open-source-rover).
55
This includes the Arduino code that controls the LED matrix.
6-
The rover runs on ROS1 and its code currently is agnostic of the specific distribution
7-
(tested on Kinetic, Melodic, Noetic). All Python code is currently Python2.
6+
The rover runs on ROS2 (tested on Foxy), mostly using Python 3.
87

98
**Status**: actively developed. Please refer to the issues tab in GitHub for an overview of ongoing work.
109

@@ -22,6 +21,5 @@ such as how the drive and corner commands are being calculated
2221

2322
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:
2423
- [Arduino setup](setup/arduino.md)
25-
- [Raspberry Pi setup with Ubuntu 18.04](setup/rpi.md)
26-
- If you want to use Raspbian (Raspberry Pi OS), there are instructions [here](setup/rpi_raspbian.md), though we strongly recommend following the Ubuntu18 instructions instead to get the best support.
24+
- [Raspberry Pi setup with Ubuntu 20.04](setup/rpi.md)
2725
- [Rover code bringup](setup/rover_bringup.md)

ROS/osr/CMakeLists.txt

Lines changed: 0 additions & 202 deletions
This file was deleted.

ROS/osr/package.xml

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)