Beta8397 / virtual_robot

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

Ability to add new robot configurations is limited #27

Closed ftcteam8397 closed 4 years ago

ftcteam8397 commented 4 years ago
  1. Robot configurations cannot have accessories extending beyond the front or left side of the chassis, because that would change the "center-of-turning" of the bot.

  2. Adding new configurations requires modification of the VirtualRobotController class (the core code for the app), and new robot classes must reference UI nodes based on their numerical position in a group.

ftcteam8397 commented 4 years ago

Addressed with pull request #28.