Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neatteam1943/simplerobotsimulation
Simple robot program (Java) to simulate a drivetrain with several autonomous commands
https://github.com/neatteam1943/simplerobotsimulation
Last synced: 14 days ago
JSON representation
Simple robot program (Java) to simulate a drivetrain with several autonomous commands
- Host: GitHub
- URL: https://github.com/neatteam1943/simplerobotsimulation
- Owner: NeatTeam1943
- License: other
- Created: 2022-04-07T16:44:05.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-08T14:01:52.000Z (almost 3 years ago)
- Last Synced: 2024-11-17T06:37:11.146Z (3 months ago)
- Language: Java
- Size: 82 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SimpleRobotSimulation
Simple robot program (Java) to simulate a drivetrain with several autonomous commands
## Running
### Clone the repo
```
git clone https://github.com/NeatTeam1943/SimpleRobotSimulation
```### Open the folder in Visual Studio Code
```
cd SimpleRobotSimulation
code .
```### Run the simulation
1. In vs-code press `Ctrl+Shift+p`
2. Type in "Simulate Robot Code"
3. Press enterAfter following the steps above a Glass window should open simulating a powered up robot. That's it! Play around ;)