Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Christoph Fröhlich <[email protected]>
  • Loading branch information
fmauch and christophfroehlich authored Dec 4, 2024
1 parent b101360 commit 21c9c4d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ joint_trajectory_controller:
scaling_factor_initial_default: {
type: double,
default_value: 1.0,
description: "The initial value of the scaling factor if not exchange with hardware takes place.",
read_only: true,
description: "The initial value of the scaling factor if no exchange with hardware takes place.",
validation: {
gt_eq<>: 0.0,
}
Expand Down

0 comments on commit 21c9c4d

Please sign in to comment.