Team-2502 / RobotCode2018

All of our code for our 2018 robot.
GNU General Public License v3.0
3 stars 0 forks source link

Motion profiling has up to 6 second delay before starting #72

Closed ritikmishra closed 6 years ago

ritikmishra commented 6 years ago

Branch: feature-std-dt-motion-profiling

There is an approximately 6 second delay between enabling and running a motion profile. This is likely because the trajectory generation happens on command initialization and not on robot boot.

ritikmishra commented 6 years ago

Fixed in branch develop-based-motionprofiling, delay reduced to 2-ish seconds