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
"nodes" is a ordered list from starting to end node
"action" is any predefined or custom action such as "shoot" or "intake" or "outtake"
** Possibly add a "sub-path" for organization. This means you can divide the auton into smaller paths for tasks along a master path. (THIS IS NOT FOR MVP THOUGH) **
baconomist
changed the title
Auton editor file format (.auton)
Auton editor file format (.auton) (MAKE FILE FORMAT INCLUDE ROTATIONS FOR LESS PROCESSING ON ROBOT)
Sep 6, 2019
** Possibly add a "sub-path" for organization. This means you can divide the auton into smaller paths for tasks along a master path. (THIS IS NOT FOR MVP THOUGH) **
{
"master_speed",
"master_accel",
"master_accuracy",
"nodes":
[{"x", "y", "action", }]
}
"action":
{
"duration"
"handler_function": corresponding c++ func defined in a auton_editor.h file possibly
}
The text was updated successfully, but these errors were encountered: