Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 482 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 482 Bytes

Features

  • Build trajectories with parametrized curve equation $x = f(t), y = g(t), z = h(t)$.
  • Animate the trajectory.
  • Export to CSV files.

Setup

To interact with the trajectory builder, first install a simple http server

sudo npm install -g http-server

Then run the server with http-server and navigate to http://127.0.0.1:8080/curve.html.

Screenshots

![](screenshots/Screen Shot 2016-07-08 at 12.01.29 PM.png)