You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: nav2_rotation_shim_controller/README.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,13 +31,14 @@ See its [Configuration Guide Page](https://docs.nav2.org/configuration/packages/
31
31
32
32
| Parameter | Description |
33
33
|-----|----|
34
-
|`angular_dist_threshold`| Maximum angular distance, in radians, away from the path heading to trigger rotation until within. |
35
-
|`forward_sampling_distance`| Forward distance, in meters, along path to select a sampling point to use to approximate path heading |
36
-
|`rotate_to_heading_angular_vel`| Angular rotational velocity, in rad/s, to rotate to the path heading |
37
-
|`primary_controller`| Internal controller plugin to use for actual control behavior after rotating to heading |
38
-
|`max_angular_accel`| Maximum angular acceleration for rotation to heading |
39
-
|`simulate_ahead_time`| Time in seconds to forward simulate a rotation command to check for collisions. If a collision is found, forwards control back to the primary controller plugin. |
40
-
|`rotate_to_goal_heading`| If true, the rotationShimController will take back control of the robot when in XY tolerance of the goal and start rotating to the goal heading |
34
+
|`angular_dist_threshold`| Maximum angular distance, in radians, away from the path heading to trigger rotation until within. |
35
+
|`forward_sampling_distance`| Forward distance, in meters, along path to select a sampling point to use to approximate path heading |
36
+
|`rotate_to_heading_angular_vel`| Angular rotational velocity, in rad/s, to rotate to the path heading |
37
+
|`primary_controller`| Internal controller plugin to use for actual control behavior after rotating to heading |
38
+
|`max_angular_accel`| Maximum angular acceleration for rotation to heading |
39
+
|`simulate_ahead_time`| Time in seconds to forward simulate a rotation command to check for collisions. If a collision is found, forwards control back to the primary controller plugin. |
40
+
|`rotate_to_goal_heading`| If true, the rotationShimController will take back control of the robot when in XY tolerance of the goal and start rotating to the goal heading |
41
+
|`use_path_orientations`| If true, the controller will use the orientations of the path points to compute the heading of the path instead of computing the heading from the path points. If true, the controller will use the orientations of the path points to compute the heading of the path instead of computing the heading from the path points. Use for for feasible planners like the Smac Planner which generate feasible paths with orientations for forward and reverse motion. |
41
42
42
43
Example fully-described XML with default parameter values:
0 commit comments