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_graceful_controller/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Graceful Motion Controller
2
2
The graceful motion controller implements a controller based on the works of Jong Jin Park in "Graceful Navigation for Mobile Robots in Dynamic and Uncertain Environments". (2016). In this implementation, a `motion_target` is set at a distance away from the robot that is exponentially stable to generate a smooth trajectory for the robot to follow.
3
3
4
-
See its [Configuration Guide Page](https://navigation.ros.org/configuration/packages/configuring-graceful-motion.html) for additional parameter descriptions.
4
+
See its [Configuration Guide Page](https://navigation.ros.org/configuration/packages/configuring-graceful-motion-controller.html) for additional parameter descriptions.
5
5
6
6
## Smooth control law
7
7
The smooth control law is a pose-following kinematic control law that generates a smooth and confortable trajectory for the robot to follow. It is Lyapunov-based feedback control law made of three components:
@@ -39,4 +39,4 @@ The smooth control law is a pose-following kinematic control law that generates
39
39
|`transformed_global_plan`|`nav_msgs/Path`| The global plan transformed into the robot frame. |
40
40
|`local_plan`|`nav_msgs/Path`| The local plan generated by appliyng iteratively the control law upon a set of motion targets along the global plan. |
41
41
|`motion_target`|`geometry_msgs/PointStamped`| The current motion target used by the controller to compute the velocity commands. |
42
-
|`slowdown`|`visualization_msgs/Marker`| A flat circle marker of radius slowdown_radius around the motion target. |
42
+
|`slowdown`|`visualization_msgs/Marker`| A flat circle marker of radius slowdown_radius around the motion target. |
0 commit comments