Skip to content

Commit d5b2069

Browse files
authored
fix use_path_orientations description (#896)
Signed-off-by: EricoMeger <ericomeger9@gmail.com>
1 parent dfcbc1c commit d5b2069

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configuration/packages/configuring-rotation-shim-controller.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Rotation Shim Controller Parameters
149149
============== ===========================
150150

151151
Description
152-
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 point's relative locations. 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.
152+
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 point's relative locations. If false, the controller will compute the heading from the path point's relative locations instead of using the path point orientations. Use for feasible planners like the Smac Planner which generate feasible paths with orientations for forward and reverse motion.
153153

154154
Example
155155
*******

0 commit comments

Comments
 (0)