Skip to content

Commit

Permalink
chore: fix at which
Browse files Browse the repository at this point in the history
Signed-off-by: vividf <yihsiang.fang@tier4.jp>
  • Loading branch information
vividf committed Jul 10, 2024
1 parent b516891 commit 1e4e601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calibrators/tag_based_pnp_calibrator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Below, you can see how the algorithm is implemented in the `tag_based_pnp_calibr

| Name | Type | Default Value | Description |
| --------------------------------------------- | --------------------- | -------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `calib_rate` | `double` | `10.0` | The frequency in Hz which the calibration callback is invoked. |
| `calib_rate` | `double` | `10.0` | The frequency in Hz at which the calibration callback is invoked. |
| `base_frame` | `std::string` | `base_link` | The `base_frame` is used for visualization. |
| `min_tag_size` | `double` | `0.6` | The size of the apriltag in meters (payload). |
| `max_tag_distance` | `double` | `20.0` | Maximum allowed distance in meters from the camera to the tags. |
Expand Down

0 comments on commit 1e4e601

Please sign in to comment.