Skip to content

Commit

Permalink
added gps_threshold param
Browse files Browse the repository at this point in the history
  • Loading branch information
SPDonaghy authored Dec 10, 2023
1 parent d574b12 commit 63de7d6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/global_launch/config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ ROS parameters specific to the nodes in the local_pathfinding package.
- _Datatype_: `boolean`
- _Acceptable Values_: `true`, `false`

**`gps_threshold`**

- _Description_: A new path will be generated if the GPS position changed by more than this amount in km.
- _Datatype_: `double`
- _Acceptable Values_: `(0.0, MAX_DOUBLE)`

## Boat Simulator Parameters

ROS parameters specific to the nodes in the boat simulator.
Expand Down
1 change: 1 addition & 0 deletions src/global_launch/config/globals.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ mgp_main:
global_path_filepath: "/workspaces/sailbot_workspace/src/local_pathfinding/global_paths/mock_global_path.csv"
interval_spacing: 30.0
write: false
gps_threshold: 20.0

# boat_simulator parameters
low_level_control_node:
Expand Down

0 comments on commit 63de7d6

Please sign in to comment.