Skip to content

Commit

Permalink
added origin calibration param to default config
Browse files Browse the repository at this point in the history
  • Loading branch information
petrlmat committed Dec 19, 2024
1 parent aea5109 commit ab06d5f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/default.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Subtract the first heading from all msgs so that the origin is in zero (OpenVINS sometimes starts rotated by pi/2)
init_in_zero: true

# Wait for a service call that calibrates the level horizon (zero roll and pitch)
# VINS algorithms initialize during initial motion, so the origin can be not gravity-aligned
compensate_initial_tilt: false

rate_limiter:
enabled: true
max_rate: 100.0 # [Hz]

0 comments on commit ab06d5f

Please sign in to comment.