Skip to content

Commit

Permalink
Docstring updated
Browse files Browse the repository at this point in the history
  • Loading branch information
m-decoster committed Jun 26, 2024
1 parent 0f418bc commit f0b33f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions airo_drake/time_parametrization/toppra.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ def time_parametrize_toppra(
joints: A joint path or trajectory.
joint_speed_limit: The maximum joint speed in rad/s.
joint_acceleration_limit: The maximum joint acceleration in rad/s^2.
Raises:
TimeParameterizationError: The path could not be time parameterized.
"""
if isinstance(joints, Trajectory):
joint_trajectory = joints
Expand Down

0 comments on commit f0b33f9

Please sign in to comment.