Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scout rover addition to examples #503

Merged
merged 2 commits into from
Feb 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ OSRs in the wild and under construction! Please [add your rover](#Instructions-f

# <ins>V2 Rovers</ins>

## Scout ([Scout](https://github.com/igillespie))
| <image src="images/scout/scout_1.jpeg" height="175"> <image src="images/scout/scout_mast.jpeg" height="175"> <image src="images/scout/website.jpeg" height="175"> |
|:-:|

<details>
<summary>Expand to learn more about this build!</summary>

### Background
This was a family project we started in November of 2024. Our goal for this project was to build a rover that we could remotely teleoperate from our house and have the rover drive around our town.

### Modifications
* Pan and tilt mast that houses a camera. Pan and tilt controlled by two servos.
* BNO085 IMU to help improve odometry
* Currently the rover stays connected to the internet via a Verizon "Jetpack" cellular puck. Stretch goal is to add a more integrated cellular connection with GPS
* Custom website that allows us to control the rover and its mast and monitor its status
* Flask and websockets to manager the website and streaming data


</details>

## TMUMechE ([TMUMechE](https://github.com/TMUMechE/open-source-rover))
| <image src="images/TMUMechE/RoverPic1.png" height="175"> <image src="images/TMUMechE/RoverPic2.png" height="175"> |
|:-:|
Expand Down
Binary file added examples/images/scout/scout_1.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/images/scout/scout_mast.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/images/scout/website.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.