Skip to content

Commit

Permalink
Update panther_bringup/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Maciej Stępień <[email protected]>
  • Loading branch information
Kotochleb and macstepien authored Jul 24, 2023
1 parent c89b9de commit 7539a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panther_bringup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ The package containing default configuration and launch files necessary to start
- `user_animations_file` [*string*, default=**None**]: optional parameter with path to yaml file with user defined animations.
- `wheel_config_file` [*string*, default=**$(find panther_description)/config/WH01.yaml**]: path to YAML file with wheel specyfication. value of this argument depends on `wheel_type` launch argument.
- `wheel_type` [*string*, default=**WH01**]: type of wheel, possible are: **WH01** - offroad, **WH02** - mecanum, **WH04** - small pneumatic, **custom** - custom wheel type (requires setting `wheel_config_file` argument accordingly).
- `exit_on_wrong_hw` [*bool*, default=**true**]: if set to *ture* and incorrect hardware is detected kill entire roslaunch. If set to *false* do not launch nodes and only spin dummy welcome_msg_node.
- `exit_on_wrong_hw` [*bool*, default=**true**]: if set to *true* and incorrect hardware is detected kill the entire roslaunch. If set to *false* do not launch nodes and only spin dummy welcome_msg_node.
- `use_ekf` [*bool*, default=**true**]: enable or disable Extended Kalman Filter. Keep in mind parameters in [panther_common.yaml](./config/panther_common.yaml) and in [ekf_config.yaml](./config/ekf_config.yaml) are separate and are not affected by this parameter. Especially parameters such as `publish_tf` and TF frames are separate for both nodes and have to be changed independently.

0 comments on commit 7539a0e

Please sign in to comment.