Skip to content

Commit

Permalink
updated px4 config
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Oct 19, 2023
1 parent d95b2bc commit 4e7f4dc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/hardware/px4_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ More info: [https://dev.px4.io/master/en/middleware/modules_driver_distance_sens

# Configuration

## Disabling/Enabling internal magnetometer
## Disabling/Enabling magnetometer

Disable: `EKF2_MAG_TYPE := None` and `SYS_HAS_MAG := 0`

Expand All @@ -140,5 +140,4 @@ When flying with external magnetometer, always set the lowest priority to the in
Best is to only use the external magnetometer. This prevents jumps in heading odometry and avoids potential crashes as default fusion of both magnetometers was observed to be not reliable.

Publish only the primary magnetometer: `SENS_MAG_MODE=Publish primary magnetometer`
Priorities setting: `CAL_MAG0_PRIO := Min` (internal) and `CAL_MAG1_PRIO := Max` (external)

Priorities setting: `CAL_MAG0_PRIO := Disabled` (internal) and `CAL_MAG1_PRIO := Max` (external)
11 changes: 11 additions & 0 deletions docs/software/rviz.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
layout: default
title: Rviz
parent: Software
---

# How to with Rviz

## Display satellite map in Rviz

1. `sudo apt install ros-noetic-rviz-satellite`

0 comments on commit 4e7f4dc

Please sign in to comment.