pantor / ruckig

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

Trigger stop #55

Closed iadonkey closed 2 years ago

iadonkey commented 2 years ago

What is the best way to trigger a stop profile. My use case is as follows

pantor commented 2 years ago

The velocity interface is exactly for that use-case. You can activate the velocity interface in C++ by setting input.interface = Interface::Velocity;, then the target position will be ignored.

iadonkey commented 2 years ago

Ok, thanks, works like a charm. Great work btw, thanks!