Pigmice2733 / PiRobotPy

An interface for python based wpilib on a raspberry pi to control mini robots
0 stars 0 forks source link

Get robotpy simulator working in a useful way #7

Closed pchickey closed 6 years ago

pchickey commented 6 years ago

Currently we have a very rudimentary model of a tank drive robot in robot.py and a very rudimentary physics model in physics.py. I could only get the robotpy sim to show the robot going in circles no matter what inputs we sent. Correct this bug so that when a joystick is hooked up to the simulator, the robot drives in a way that looks correct.