diff --git a/include/ruckig/trajectory.hpp b/include/ruckig/trajectory.hpp index 6619cb46..024aec63 100644 --- a/include/ruckig/trajectory.hpp +++ b/include/ruckig/trajectory.hpp @@ -367,6 +367,7 @@ class Trajectory { } //! Get the kinematic state at a given time + //! The Python wrapper takes `time` as an argument, and returns `new_position`, `new_velocity`, and `new_acceleration` instead. void at_time(double time, std::array& new_position, std::array& new_velocity, std::array& new_acceleration) const { if (time >= duration) { // Keep constant acceleration