Thank you
Seems my reply to this got lost in transit.
Oblarg is correct, you need to set the isLast flag on your TrajectoryPoint you are loading, since there is no guarantee the end of the Talon’s internal buffer is the total size of the points.
In terms of RoboRIO-MP (Pathfinder style) as opposed to Talon local MP, the Talon local MP has the advantage of being fast and easy, whereas with an external loop (like Pathfinder’s followers), you can integrate other sensors like the robot gyro (you can do this with the SRX as well, but only with a Pidgeon IMU), as well as being able to use PWM/non-SRX controllers. Both work perfectly well, we’re loading Pathfinder-generated paths onto our Talons using their Motion Profiling interface, although this may change soon.
Thanks Jaci - really appreciate the guidance.
FWIW, 319 wanted essentially the same thing. We wanted to follow 254’s trajectories from 2014, but using the SRX’s motion profile capabilities.
Here’s what we came up with:
And here’s how we follow a trajectory generated and put on the rio: