OSRs in the wild and under construction! Please add your rover and add updates and pictures here as it evolves.
TMUMechE (TMUMechE)
Expand to learn more about this build!
- Project began in January 2024 with a team of 3 seniors studying mechanical engineering at The Master's University, and the help of a senior in computer science
- Intended to be a platform for future classes at The Master's University to build on the work we have started
- Check back here for modifications coming soon!
Bobert (Adriel)
Expand to learn more about this build!
- Construction started in October 2023 as a first personal dive into robotics
- Intended as a learning experience, and as a general robotics platform for exploring computer vision and navigation algorithms
- OAK-D + mount: Bobert has an original run OAK-D from the first Kickstarter for his eyes, plus a custom pan-tilt mount I designed and had printed in nylon with multi-jet fusion (MJF). The mount uses two pancake stepper motors driven my a SPI-controlled stepper driver board
- Tool rack: For field maintenance and repair, I've added a small rack using some wooden dowels and some 3D-printed brackets to hold my Wera ratchet in place on Bobert
- On/off switch mount: To prevent the on/off switch just flopping around, I've added a small 3D-printed switch mount
Raf the Rover (Achille)
Expand to learn more about this build!
- This is my second rover! I built the first one Robert the Rover in 2019. This version is the original v2 of the OSR, which I lead the mechanical design of.
- It was featured on Hackaday
- I built a roof rack for it so that it could carry stuff around. As you can see from my first rover's mods, I switched to a roof payload holder instead of a trailer cart since that makes doing autonomy easier and lowers the chance of slipping.
Samwise (Eric)
Expand to learn more about this build!
- This is a custom spin-off of the OSR V2 design, utilizing mostly the same electronics and software stack, but made out of a combination of laser cut aluminum and 3D printing technologies such as MJF, SLA, and SLS. It was inspired by my partner who asked for a ring bearer robot at our wedding, and this project was particularly special to us as I was working on designing the very first Open Source Rover at JPL when we met.
:-: |
Expand to learn more about this build!
- Constructed in 2017, upgraded many times since!
- JPL has used this rover for many different events, from JPL/Mars outreach events, taking it to schools, local robotics clubs, and even a few robotic conferences!
- Maintained by a few different JPL employees over the years
- Annodization! Before assembly of this version we got the metal pieces annodized a mix of red/black
- Micro D-Sub connectors at each of the rocker-bogies, so that both can be taken off easily and rover can be transported much easier!
- JPL Beanie! :)
Robert the Rover (Achille)
Expand to learn more about this build!
- I started construction in December 2019. Robert took his first steps about 3 months later.
- I use the rover for fun,
- I help maintain the two repositories. I'm a robotics engineer by training and happy to help with anyone stuck or with ideas. The best way to reach me is via Slack.
- bigger battery: Robert runs off of this 9Ah LiPo battery
- RC: For outdoor roving, I use a long-range transmitter and receiver from Spektrum.
- sensor stack: I mounted a lidar on top of my rover to allow for 2D mapping, localization, and navigation. I also have mounted (variations of) two monocular cameras, an IMU, and depth cameras to it. Details in my blog post.
- toy trailer: I bought this toy trailer so that Robert can carry a payload. I attached it to Robert using a repurposed wrench and a collar clamp. It's not very robust but it does the trick!
- handle: I used a strong piece of rope and a small piece of PCV tubing (handle) to lift the rover off the ground so I could carry it up and down stairs.
Paddy-Rover (Kit)
Expand to learn more about this build!
- I built Paddy through the winter of 2019-2020. She was (kinda) a covid baby!
- It's been a great learning experience building and maintaining Paddy.
- I help maintain the two repositories!
Rover.mp4
Roverto (toebes)
Expand to learn more about this build!
Built by the Cardinal Gibbons Robotics team for use at outreach events. Roverto has been to a few places, but is most at home on our Mars Map courtesy of the Aldrin Foundation. With it Roverto has been to:
- Astronomy days at the North Carolina Museum of Natural Sciences Three times. One time Roverto had the opportunity to try and drive over a full size Curiosity wheel. The last time we rand that event, there were over 14,000 attendees.
- Galaxycon Twice!
- The North Carolina Transportation Museum
- Many events at Cardinal Gibbons High School.
- The drive motors have been replaced by Rev Robotics Core Hex Motors to give better torque
- The LED display has been updated with a 10" HDMI Touchscreen. We have a custom HTML web page which shows Roverto's face.
- Roverto has a custom development stand that lifts all the wheels off the ground for easy testing.
USAi Labs AUDACITY (JHPHELAN)
Expand to learn more about this build!
- Started August 2019 as soon as we heard about the release of the NASA-JPL Open Source Rover
- Named first version "Fidelity" to be as close to the NASA-JPL version as possible
- Once initial parts had arrived, had a "part picking party"
-
- with instructions from the manual for various sub-assemblies passed out, ziplock bagged & labeled
- Sub-assemblies then assembled in groups
- Had first roll-out almost exactly 1 year later after multiple delays, modifications, and frustrations as seen in .mp4 above
- New version of rover named "AUDACITY" to be as boldly upgraded as possible to ultimately be autonomous
- Raspberry Pi 3 >> Raspberry Pi 4b 4GB. Perhaps later >> Jetson NANO to permit onboard AI "on the edge"
- Raspbian >> Ubuntu 20.04
- hand-coded Python >> ROS >> ROS2 Foxy
- Upgraded PCB. Looking forward to Rev F!
- Upgraded drive & steering motors
- Custom front/back acrylic panels
- Emergency "Bop to Stop" switch. Abandoned to free up room
- Key fob remote power "Kill Switch" for range safety.
-
- to substitue RoboClaw e-stop pins in future to stop motors but not CPU
- Arduino driven LED "head" >> onboard LCD monitor - work in progress
- Addition of cameras: Picamera, USB camera, Intel RealSense D450 Depthcamera, OAK-D Depthcamera |
-
- all works in progress and fraught with frustrations
- Front bright LED "headlights" wired in parallel with drive motors. Since polarity matters, only on when driving forward
- Plan steering motors >> servos at some point
- We'll be needing a little bit of git skills here. Although not strictly necessary, it helps to take a look at some tutorials on contributing using git & GitHub. Here are the basic steps.
- install git on your computer. On Linux, that means
sudo apt-get install git
- Fork this repository by clicking the
Fork
button in the top right corner of the GitHub page. - 'Clone' your fork to your computer by clicking the green
Code
button and copying the link. Type ingit clone
into your terminal and paste the link you just copied. - Create a new branch and switch to it.
git checkout -b ourrovername_gallery
- You're ready to start making changes! You can use any text editor of your liking, like VS code.
- install git on your computer. On Linux, that means
- copy over someone else's section and adjust it to include your build's information. Add your entry to the top of the relevant section (V1 or V2). To keep this compact, add any text and details to the collapsible section (within the
<details> </details>
tags). - Create a new folder within the images folder and add your rover's pictures to it.
- Change the image links to point to your images. The format for that is
image src="images/your_folder_name/your_picture.jpg"
. - Commit your changes with git.
- in the terminal, navigate to this folder.
git status
should show that there are changes and new files. - use
git add folder_name/file_name
for each change you want to include to stage those files. - Commit these changes:
git commit -m "Adding my rover to the OSR gallery!"
- Upload them using
git push origin ourrovername_gallery
, replacingourrovername_gallery
with the branch name you created earlier.
- in the terminal, navigate to this folder.
- Create a Pull Request (PR) to suggest merging your code into the main branch.
- Navigate to the repository's pull request page on GitHub. Click 'New pull request'.
- click 'compare across forks'.
- Select your fork from the head repository dropdown and pick your branch.
- click 'create pull request'. GitHub will take you to a page where you can create a title of your suggested changes and a description.
- Wait for a maintainer to review your changes. They might ask you to make changes if something doesn't look right. Once the PR has been greenlighted, your changes will be added to the main branch!