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
Both autonomous rotate and drive forward have been tested and correctly implemented. Please write an autonomous that follows this structure:
if( ) //precondition: target
{
Get Angle
Go Straight
Rotate
Go Straight
Place Box
}
The text was updated successfully, but these errors were encountered:
All the CommandGroups are done without the targeting incorporated. Unable to work on the targeting part due to the light being in the bag with the bot.
Both autonomous rotate and drive forward have been tested and correctly implemented. Please write an autonomous that follows this structure:
if( ) //precondition: target
{
Get Angle
Go Straight
Rotate
Go Straight
Place Box
}
The text was updated successfully, but these errors were encountered: