You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assign button numbers to each controller in the button manager
wire controllers
a. test LED strip with the launchpad
decided on the main drive controller to use
test button manager class with controllers to make sure everything is working correctly
Refine the vision system
a. create a better vision target?
b. double check the camera FOV
c. check that the correct calculations are being done on the target dimensions and the target center
d. test with just rotating the bot to the center of the target
e. write code to rotate bot to be square with the wall and centered on the target (use ultrasonic sensors)
Arm system
a. create proper speed curve when moving the arm to a set position
b. account for large tolerance while moving the arm (it will spring back and forth quite)
c. verify pneumatics are working as intended
check methods for moving translating the robot are using the gyro to stabilize
At competition
assign speed controller ID's through CTRE Pheonix program on dev computer
test controls
get radio updated for comp
test automatic movement methods
test vision system
The text was updated successfully, but these errors were encountered:
Write a method to rotate the robot about one of it's corners rather than the center.
Improve ultrasonic sensors, instead of detecting a raw distance then moving, get an image of the target and do normal calculations. Rotate but to be facing Target then move forward ~80% of the distance to the target. From there go to a loop and constantly check the distance reading of the sensors rotate the robot until the two read roughly the same number (+- 3in). Note: sensors minimum distance is 1ft.
a. test LED strip with the launchpad
a. create a better vision target?
b. double check the camera FOV
c. check that the correct calculations are being done on the target dimensions and the target center
d. test with just rotating the bot to the center of the target
e. write code to rotate bot to be square with the wall and centered on the target (use ultrasonic sensors)
a. create proper speed curve when moving the arm to a set position
b. account for large tolerance while moving the arm (it will spring back and forth quite)
c. verify pneumatics are working as intended
At competition
The text was updated successfully, but these errors were encountered: