What are recommend patterns for integrating trajectories using path following with other commands during autonomous?
For example, the students have created elaborate paths for picking up cargo, but haven’t integrated deploying the intake, aiming, shooting, etc.
It seems the simplest way is to carve up the trajectories into components and chain them together inserting the other commands.
However, I was hoping that there is another way people have found successful…. For example somehow monitoring the state of trajectories or placing hooks into trajectory paths.