Skip to content

Commit

Permalink
updated value for gps_thresh
Browse files Browse the repository at this point in the history
  • Loading branch information
SPDonaghy authored Jan 9, 2024
1 parent 04f0a1d commit 43e29bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/global_launch/config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ ROS parameters specific to the nodes in the local_pathfinding package.

**`gps_threshold`**

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

**`force`**

Expand Down
2 changes: 1 addition & 1 deletion src/global_launch/config/globals.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +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: 2.0
gps_threshold: 1.5
force: false

# boat_simulator parameters
Expand Down

0 comments on commit 43e29bf

Please sign in to comment.