Skip to content

Commit

Permalink
LUT mappings added (#234)
Browse files Browse the repository at this point in the history
* LUT mappings added

* fixed comment on reynolds number

---------

Co-authored-by: Patrick Creighton <[email protected]>
  • Loading branch information
evannawfal and patrick-5546 authored Mar 10, 2024
1 parent 220ea44 commit 32eb2b2
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/global_launch/config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,24 @@ ROS parameters specific to the nodes in the local_pathfinding package.
- _Acceptable Values_: `"bitstar"`, `"bfmtstar"`, `"fmtstar"`, `"informedrrtstar"`, `"lazylbtrrt"`, `"lazyprmstar"`,
`"lbtrrt"`, `"prmstar"`, `"rrtconnect"`, `"rrtsharp"`, `"rrtstar"`, `"rrtxstatic"`, `"sorrtstar"`

## Controller Parameters

ROS parameters specific to the nodes in the Controller.

### wingsail_ctrl_node

**`reynolds_number`**

- _Description_: The Reynolds number of the wind.
- _Datatype_: `double`
- _Range_: `(0.0, MAX_DOUBLE)`

**`angle_of_attack`**

- _Description_: The angle of attack of the sail.
- _Datatype_: `double`
- _Range_: `(-180.0, 180.0]`

## Boat Simulator Parameters

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

# controller parameters
wingsail_ctrl_node:
ros__parameters:
reynolds_number: [0.0, 1.0, 2.0]
angle_of_attack: [0.0, 1.0, 2.0]

# boat_simulator parameters
low_level_control_node:
ros__parameters:
Expand Down

0 comments on commit 32eb2b2

Please sign in to comment.