Skip to content

Commit

Permalink
Update toppra.py (acc. limits)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-decoster authored Aug 9, 2024
1 parent fe313e6 commit f058da5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions airo_drake/time_parametrization/toppra.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ def time_parametrize_toppra_mobile_platform(
poses: JointPathType, # TODO type
linear_velocity_limit: float = 1.0,
angular_velocity_limit: float = np.pi / 8,
linear_acceleration_limit: float = 0.0025, # TODO value
angular_acceleration_limit: float = 0.0025, # TODO value
linear_acceleration_limit: float = 0.25,
angular_acceleration_limit: float = 0.025
) -> PathParameterizedTrajectory:
"""Recalculate the timing of a path or trajectory to respect linear and angular velocity and acceleration limits
using TOPP-RA.
Expand Down

0 comments on commit f058da5

Please sign in to comment.