Skip to content

Commit

Permalink
Merge pull request #17 from hemes/indigo-devel
Browse files Browse the repository at this point in the history
Adding acceleration scaling factor
  • Loading branch information
davetcoleman committed Feb 4, 2016
2 parents 714eb79 + c518d00 commit d5c8191
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions msg/MotionPlanRequest.msg
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,12 @@ int32 num_planning_attempts
# The maximum amount of time the motion planner is allowed to plan for (in seconds)
float64 allowed_planning_time

# The scaling factor for optionally reducing the maximum joint velocities.
# Allowed values are in (0,1]. The maximum joint velocity specified
# in the robot model is multiplied by the factor. If outside valid range
# (imporantly, this includes it being set to 0.0), the factor is set to a
# default value of 1.0 internally (i.e. maximum joint velocity)
# Scaling factors for optionally reducing the maximum joint velocities and
# accelerations. Allowed values are in (0,1]. The maximum joint velocity and
# acceleration specified in the robot model are multiplied by thier respective
# factors. If either are outside their valid ranges (importantly, this
# includes being set to 0.0), the factor is set to the default value of 1.0
# internally (i.e., maximum joint velocity or maximum joint acceleration).
float64 max_velocity_scaling_factor
float64 max_acceleration_scaling_factor

0 comments on commit d5c8191

Please # to comment.