Woolfrey / software_robot_library

Custom classes for robot control.
GNU General Public License v3.0
2 stars 1 forks source link

Plot outputs for trajectory classes #100

Closed Woolfrey closed 5 months ago

Woolfrey commented 5 months ago

At the moment the data is being printed to the screen.

It would be a good idea to save the data to a .csv file, then plot it in Python to ensure validity.

Woolfrey commented 5 months ago

Polynomial Trajectories

image

image

image

Woolfrey commented 5 months ago

Trapezoidal Velocity

image

image

Woolfrey commented 5 months ago

Spline (Polynomial with Waypoints)

image

Woolfrey commented 5 months ago

Trapezoidal Velocity with Waypoints

image

image

Woolfrey commented 5 months ago

Numbers look good so I'm closing this issue.