A simple simulator for a 2D ground robot implementing Extended Kalman Filter.
Powered by pygame
Clone the repo and install the required packages:
git clone https://github.com/Subhooo5/python_ugv_sim.git
cd python_ugv_sim
pip install -r .\requirements.txtTo run the basic example, from the repo root directory:
python main.pyThis 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
