Skip to content

Commit

Permalink
Add jerk to JointLimits.msg (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyZe committed Sep 19, 2021
1 parent 70afda1 commit 438584c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions msg/JointLimits.msg
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,9 @@ bool has_acceleration_limits
# max acceleration limit
float64 max_acceleration
# min_acceleration is assumed to be -max_acceleration

# true if joint has jerk limits
bool has_jerk_limits
# max jerk limit
float64 max_jerk
# min_jerk is assumed to be -max_jerk

0 comments on commit 438584c

Please sign in to comment.