Skip to content

Commit

Permalink
Change position_polling_frequency to position_polling_frequency_hz (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
tessavitabile authored Oct 12, 2023
1 parent 7bf0dbd commit f78142a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/services/navigation/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ The following attributes are available for `Navigation` services:
| `movement_sensor` | string | **Required** | The `name` of the [movement sensor](/components/movement-sensor/) you have configured for the base you are operating with this service. |
| `motion_service` | string | Optional | The `name` of the [motion service](/services/motion/) you have configured for the base you are operating with this service. If you have not added a motion service to your robot, the default motion service will be used. Reference this default service in your code with the name `"builtin"`. |
| `vision_services` | array | Optional | The `name` of each [vision service](/services/motion/) you have configured for the base you are operating with this service. |
| `position_polling_frequency` | float | Optional | The frequency to poll for the position of the robot. <br> Default: `2` |
| `position_polling_frequency_hz` | float | Optional | The frequency to poll for the position of the robot. <br> Default: `2` |
| `obstacle_polling_frequency_hz` | float | Optional | The frequency in hz to poll each vision service for new obstacles. <br> Default: `2` |
| `plan_deviation_m` | float | Optional | The distance in meters that a robot is allowed to deviate from the motion plan. <br> Default: `3`|
| `degs_per_sec` | float | Optional | The default angular velocity for the [base](/components/base/) in degrees per second. <br> Default: `60` |
Expand Down

0 comments on commit f78142a

Please sign in to comment.