Skip to content

Commit

Permalink
Update husarion_ugv readme
Browse files Browse the repository at this point in the history
  • Loading branch information
miloszlagan committed Dec 20, 2024
1 parent da4e981 commit 62ee399
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ Launch arguments are largely common to both simulation and physical robot. Howev
||| `lights_bt_project_path` | Path to BehaviorTree project file, responsible for lights management. <br/> ***string:*** [`LightsBT.btproj`](./husarion_ugv_manager/behavior_trees/LightsBT.btproj) |
||| `localization_config_path` | Specify the path to the localization configuration file. <br/> ***string:*** [`relative_localization.yaml`](./husarion_ugv_localization/config/relative_localization.yaml) |
||| `localization_mode` | Specifies the localization mode: <br/>- 'relative' `odometry/filtered` data is relative to the initial position and orientation. <br/>- 'enu' `odometry/filtered` data is relative to initial position and ENU (East North Up) orientation. <br/> ***string:*** `relative` (choices: `relative`, `enu`) |
| ✅ | ✅ | `log_level` | Sets verbosity of launched nodes. <br/> ***string:*** `info`
||| `namespace` | Add namespace to all launched nodes. <br/> ***string:*** `env(ROBOT_NAMESPACE)` |
||| `publish_robot_state` | Whether to publish the default URDF of specified robot. <br/> ***bool:*** `True` |
||| `robot_model` | Specify robot model type. <br/> ***string:*** `env(ROBOT_MODEL_NAME)` (choices: `lynx`, `panther`) |
Expand Down

0 comments on commit 62ee399

Please sign in to comment.