CrossTheRoadElec / Phoenix-api

CTRE Phoenix language API (targets FIRST Robotics Competition, Linux, RaspPi, Windows)
Other
39 stars 28 forks source link

New Feature: Motion Profile Arc With Feed Forward #49

Closed ozrien closed 5 years ago

ozrien commented 6 years ago

The current motion profile arc has the following limitations...

Proposed changes

Jared341 commented 6 years ago

+1 this would be super useful.

JCaporuscio commented 5 years ago

Motion Profiling was updated this past FRC season to include this feature.

Given that this public API repository is now up-to-date with this feature, I'm closing this issue tracker. Relevant (Java) Trajectory Point member can be seen here: https://github.com/CrossTheRoadElec/Phoenix-api/blob/master/src/main/java/com/ctre/phoenix/motion/TrajectoryPoint.java#L21