-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Publish the battery as read from the FC | ||
publish_fc_battery: false | ||
|
||
# Use the initial heading as the zero point for all future headings | ||
initial_heading_as_offset: true | ||
|
||
# Calibrate the accelerometer every time the foot switches say | ||
# the drone is on the ground | ||
calibrate_accelerometer: true | ||
|
||
# Timeout for determining validity of contact switch messages | ||
valid_landing_detected_message_delay: 0.2 | ||
|
||
# Offset for timestamping orientation messages due to filter delay on the FC | ||
imu_orientation_timestamp_offset: -0.00 | ||
|
||
# Publish transform | ||
publish_orientation_transform: true | ||
|