An open API service indexing awesome lists of open source software.

https://github.com/auralius/generate_sampled_spiral_trajectory

Generate sampled trajectory with sampling period of Ts, has spiral shape, moves upward direction, and within a certain completion time.
https://github.com/auralius/generate_sampled_spiral_trajectory

Last synced: 5 months ago
JSON representation

Generate sampled trajectory with sampling period of Ts, has spiral shape, moves upward direction, and within a certain completion time.

Awesome Lists containing this project

README

          

# generate_sampled_spiral_trajectory

Generate spiral trajectory with center at [x_origin y_origin] with radius r, spiralling from z_from to z_to.

The trajectory is generated with sampling period Ts and with duration of completion_time.

```
generate_spiral_traj(0.025, 0,0,0.25, 0.4, 0.001, 5*pi)
```