Skip to content

jacobhiggins/python_ugv_sim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Python UGV Simulator

A simple simulator for a 2D ground robot.

Powered by pygame, this simulator is meant to be a lightweight package to quickly start build your own project.

Installation Instructions

Clone the repo and install the required packages:

git clone https://github.com/jacobhiggins/python_ugv_sim.git
cd python_ugv_sim
pip install -r .\requirements.txt

Running the Simulator

To run the basic example, from the repo root directory:

python main.py

This launches a pygame display with a differential drive robot in the lower-left corner. Use the keyboard to drive the robot:

  • UP/DOWN: Positive/negative forward velocity
  • LEFT/RIGHT: Pivot left/right

Demo of the simulator

About

Simple python simulator for a 2d ground robot.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages