Skip to content

Commit

Permalink
Update README.md (#337)
Browse files Browse the repository at this point in the history
* Update README.md

Changing the README with the correct path to the default params.yml file.

* Update README.md

Update the path per Rob's recommendation.
  • Loading branch information
aidan-laracy-HBK authored Jun 21, 2024
1 parent 22d767b commit ba60f4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ The node has some optional launch parameters that can be specified from the comm
- `namespace` : namespace that the driver will run in. All services and publishers will be prepended with this, default: `/`
- `node_name` : name of the driver, default: `microstrain_inertial_driver`
- `debug` : output debug logs, default: `false`
- `params_file` : path to a parameter file to override the default parameters stored in [`params.yml`](./microstrain_inertial_driver/microstrain_inertial_driver_common/config/params.yml), default: empty
- `params_file` : path to a parameter file to override the default parameters stored in [`params.yml`](https://github.com/LORD-MicroStrain/microstrain_inertial_driver_common/blob/main/config/params.yml), default: empty

#### Publish data from two devices simultaneously

Expand Down Expand Up @@ -210,4 +210,4 @@ Here is a quick overview of the licenses used in each package:
| [microstrain_inertial_driver](./microstrain_inertial_driver/LICENSE) | MIT |
| [microstrain_inertial_msgs](./microstrain_inertial_msgs/LICENSE) | MIT |
| [microstrain_inertial_rqt](./microstrain_inertial_rqt/LICENSE) | BSD |
| [microstrain_inertial_examples](./microstrain_inertial_examples/LICENSE) | MIT |
| [microstrain_inertial_examples](./microstrain_inertial_examples/LICENSE) | MIT |

0 comments on commit ba60f4a

Please sign in to comment.