Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Jan 18, 2024
1 parent 92d4f39 commit 67260d2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@ The **Autostart** performs following checks:
* connection to [HW Api](https://github.com/ctu-mrs/mrs_uav_hw_api#mrs-uav-hw-api-docs),
* validity of current position of the UAV (takeoff outside safety area is not allowed),
* limit on current maximum estimated speed (UAV should be static before takeoff),
* the UAV height (if available),
* the UAV height (if available) needs to suggest that the UAV is on the ground,
* the gyro rates (if available) needs to be near zero,
* availability of data on additional user-specified topics.

## Configuration and use

### Custom topics check

The **Autostart** node allows the user to specify additional topics that have to be available before initiating takeoff procedure. If this check is enabled and the latest message received on one of the specified topics is older than __timeout__, the takeoff of the UAV will not be allowed.
The **Autostart** node allows the user to specify additional topics that have to be available before initiating takeoff procedure. If this check is enabled and the latest message received on one of the specified topics is older than __timeout__, the takeoff of the UAV will not be allowed.

```yaml
preflight_check:
Expand Down

0 comments on commit 67260d2

Please sign in to comment.