Skip to content

Commit

Permalink
Update mecanum_drive_controller.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
destogl committed Mar 8, 2023
1 parent 328b33a commit f34531c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions mecanum_drive_controller/src/mecanum_drive_controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,20 @@ mecanum_drive_controller:
type: double,
default_value: 0.0,
description: "Timeout for controller references after which they will be reset. This is especially useful for controllers that can cause unwanted and dangerous behavior if reference is not reset, e.g., velocity controllers. If value is 0 the reference is reset after each run.",

}

command_joint_names: {
type: string_array,
default_value: [],
description: "Name of the wheels joints.",
read_only: false,

}

state_joint_names: {
type: string_array,
default_value: [],
description: "(optional) Specifies joints for reading states. This parameter is only relevant when state joints are different then command joint, i.e., when a following controller is used.",
read_only: true,

}

reference_names: {
Expand Down Expand Up @@ -62,7 +59,6 @@ mecanum_drive_controller:
default_value: 0.0,
description: "Wheel's radius.",
read_only: false,

}

sum_of_robot_center_projection_on_X_Y_axis: {
Expand All @@ -71,7 +67,6 @@ mecanum_drive_controller:
description: "Wheels geometric param used in mecanum wheels' IK. lx and ly represent the distance from the robot's center to the wheels projected on
the x and y axis with origin at robots center respectively, sum_of_robot_center_projection_on_X_Y_axis = lx+ly",
read_only: false,

}

base_frame_id: {
Expand All @@ -86,28 +81,24 @@ mecanum_drive_controller:
default_value: "odom",
description: "Odometry frame_id set to value of odom_frame_id.",
read_only: false,

}
enable_odom_tf: {
type: bool,
default_value: true,
description: "Publishing to tf is enabled or disabled ?.",
read_only: false,

}

twist_covariance_diagonal: {
type: double_array,
default_value: [0.1, 0.1, 0.1, 0.1, 0.1, 0.1],
description: "diagonal values of twist covariance matrix.",
read_only: false,

}

pose_covariance_diagonal: {
type: double_array,
default_value: [0.1, 0.1, 0.1, 0.1, 0.1, 0.1],
description: "diagonal values of pose covariance matrix.",
read_only: false,

}

0 comments on commit f34531c

Please sign in to comment.