FusionCorps / 2020-Green

Experimental code for FRC 2020
MIT License
2 stars 1 forks source link

Actix-Flask trajecotory web pipeline #2

Closed WinstonHartnett closed 4 years ago

WinstonHartnett commented 5 years ago

A GET request containing the robot's current position, velocity, acceleration, target, and target angle should be sent to /trajectory/generate on the coprocessor.

A POST request should be sent back containing the trajectory points with position, velocity, and acceleration, and a UUID used to refer back to the generated trajectory stored on the coprocessor.

WinstonHartnett commented 4 years ago

Trajectory generation pipeline