Beta8397 / virtual_robot

A 2D robot simulator to help beginners learn Java programming for FTC Robotics
118 stars 182 forks source link

Some minor changes... #80

Closed alan412 closed 2 years ago

alan412 commented 2 years ago

This adds several things that FTC16072 would like to be able to put our code directly in the simulator.

jkenney2 commented 2 years ago

Will merge into master. Will then make the following slight changes:

  1. For SixWheelPhysicsBase, will divide by 2.0 (rather than 6.0) to get the maxWheelForce, since the physics simulation here is looking at forces per side (right/left), rather than per wheel. With that change, the physics should be fine.
  2. Will add some info about licenses for roadrunner, easyopencv.