pantor / ruckig

Motion Generation for Robots and Machines. Real-time. Jerk-constrained. Time-optimal.
https://ruckig.com
MIT License
635 stars 155 forks source link

filter_intermediate_positions documentation missing/lacking #186

Open dsandber opened 2 months ago

dsandber commented 2 months ago

1) In the Ruckig documenation, where it says "Please find more information about these limitations [here]", the "here" link is broken

2) I had guessed that the parameter to filter_intermediate_positions specified how far the positions could be moved, however, while testing I saw the case where a parameter of 0.001 leads to a great position error (vs the intermediate waypoint positions) than specifying 0.01. If this is possible, what exactly does that parameter mean?

Thanks!

-Dan

dsandber commented 2 months ago

Dug into the source-code a bit and seems like this function doesn't move the waypoint positions, rather it eliminates ones that are under the threshold distance from the others -- is this right?