Skip to content

Commit

Permalink
Fix default
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveMacenski authored Feb 27, 2024
1 parent e319065 commit f3f0b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ For debugging purposes, there are several publishers which can be used with RVIZ
| undock_angular_tolerance | Angular Tolerance (rad) to exist undocking loop at staging pose | double | 0.05 |
| max_retries | Maximum number of retries to attempt | int | 3 |
| base_frame | Robot's base frame for control law | string | "base_link" |
| fixed_frame | Fixed frame to use, recommended to be a smooth odometry frame **not** map | string | "map" |
| fixed_frame | Fixed frame to use, recommended to be a smooth odometry frame **not** map | string | "odom" |
| dock_backwards | Whether the robot is docking with the dock forward or backward in motion | bool | false |
| dock_prestaging_tolerance | L2 distance in X,Y,Theta from the staging pose to bypass navigation | double | 0.5 |
| dock_plugins | A set of dock plugins to load | vector<string> | N/A |
Expand Down

0 comments on commit f3f0b7b

Please sign in to comment.