Skip to content

Commit

Permalink
Update the parameters in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
bgfxc4 committed Nov 4, 2024
1 parent fdcad6d commit 969a77e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Nodelets
- `publish_clocksteering`: `true` to publish novatel_gps_msgs/ClockSteering messages.
- Default: `false`
- `publish_diagnostics`: `true` to publish node diagnostics.
- Default: `false`
- Default: `true`
- `publish_gpgsa`: `true` to publish novatel_gps_msgs/Gpgsa messages.
- Default: `false`
- `publish_gpgsv`: `true` to publish novatel_gps_msgs/Gpgsv messages.
Expand Down Expand Up @@ -174,6 +174,8 @@ Nodelets
- Default: `false`
- `publish_trackstat`: `true` to publish novatel_gps_msgs/Trackstat messages.
- Default: `false`
- `publish_invalid_gpsfix`: `true` to publish the `/gps` topic, even if the status of the GPS fix is `STATUS_NO_FIX`.
- Default: `false`
- `reconnect_delay_s`: Second delay between reconnection attempts.
- Default: `0.5`
- `serial_baud`: Select the serial baud rate to be used in a serial connection.
Expand Down

0 comments on commit 969a77e

Please sign in to comment.