Skip to content

Commit

Permalink
Added ros parameter in globals.yaml file and edited readme (#232)
Browse files Browse the repository at this point in the history
* Added ros parameter in globals.yaml file and edited readme

* Updated readme to fix linter errors

* changes according to pr comments

* Alphabetized the planner list
  • Loading branch information
Krithik1 authored Jan 29, 2024
1 parent bc24c35 commit 064f78f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/global_launch/config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,15 @@ ROS parameters specific to the nodes in the local_pathfinding package.
- _Datatype_: `boolean`
- _Acceptable Values_: `true`, `false`

### `navigate_main`

**`path_planner`**

- _Description_: The path planner to use. Planners are from [OMPL Library](https://ompl.kavrakilab.org/planners.html).
- _Datatype_: `string`
- _Acceptable Values_: `"bitstar"`, `"bfmtstar"`, `"fmtstar"`, `"informedrrtstar"`, `"lazylbtrrt"`, `"lazyprmstar"`,
`"lbtrrt"`, `"prmstar"`, `"rrtconnect"`, `"rrtsharp"`, `"rrtstar"`, `"rrtxstatic"`, `"sorrtstar"`

## Boat Simulator Parameters

ROS parameters specific to the nodes in the boat simulator.
Expand Down
3 changes: 3 additions & 0 deletions src/global_launch/config/globals.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ mgp_main:
write: false
gps_threshold: 1.5
force: false
navigate_main:
ros__parameters:
path_planner: "rrtstar"

# boat_simulator parameters
low_level_control_node:
Expand Down

0 comments on commit 064f78f

Please sign in to comment.