Mercury1089 / 2018-robot-code

Robot code for the FIRST FRC 2018 season FIRST Power Up.
2 stars 0 forks source link

Complex Trajectories Using Motion Profiles #10

Closed DrewTheRat closed 6 years ago

DrewTheRat commented 6 years ago

Goal

Calculate and execute complex trajectories using motion profiles

Acceptance Criteria

Tech Notes

This CD Article suggests generating paths and implement motion profiles using these:

  1. Pathfinder by Jaci Supposed to be easy to follow integration guide provided in the Wiki
  2. TrajectoryLib by Team 254 - No documentation :confused:
  3. SmoothPathPlanner by KHEngineering - A follow-up to 254's TrajectoryLib with a lot more documentation.
SagarPatel201 commented 6 years ago

Tested and confirmed working, closed.