Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alberto Ruiz Garcia
Firmware
Commits
bbc0c28c
Commit
bbc0c28c
authored
6 years ago
by
Hamish Willee
Committed by
Beat Küng
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Improve docs for SD Log profile
parent
f7a20acb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/modules/logger/params.c
+15
-15
15 additions, 15 deletions
src/modules/logger/params.c
with
15 additions
and
15 deletions
src/modules/logger/params.c
+
15
−
15
View file @
bbc0c28c
...
...
@@ -76,24 +76,24 @@ PARAM_DEFINE_INT32(SDLOG_MODE, 0);
* Enabling multiple sets leads to higher bandwidth requirements and larger log
* files.
*
* Set bits
in the following positions
to enable:
* 0 :
Set to true to use the d
efault set (used for general log analysis)
* 1 :
Set to true to enable f
ull rate estimator (EKF2) replay topics
* 2 :
Set to true to enable t
opics for thermal calibration (high rate raw IMU and Baro sensor data)
* 3 :
Set to true to enable t
opics for system identification (high rate actuator control and IMU data)
* 4 :
Set to true to enable f
ull rates for analysis of fast maneuvers (RC, attitude, rates and actuators)
* 5 :
Set to true to enable d
ebugging topics (debug_*.msg topics, for custom code)
* 6 :
Set to true to enable t
opics for sensor comparison (low rate raw IMU, Baro and Magnetomer data)
* Set bits
true
to enable:
* 0 :
D
efault set (used for general log analysis)
* 1 :
F
ull rate estimator (EKF2) replay topics
* 2 :
T
opics for thermal calibration (high rate raw IMU and Baro sensor data)
* 3 :
T
opics for system identification (high rate actuator control and IMU data)
* 4 :
F
ull rates for analysis of fast maneuvers (RC, attitude, rates and actuators)
* 5 :
D
ebugging topics (debug_*.msg topics, for custom code)
* 6 :
T
opics for sensor comparison (low rate raw IMU, Baro and Magnetomer data)
*
* @min 0
* @max 127
* @bit 0
d
efault set (log analysis)
* @bit 1
e
stimator replay (EKF2)
* @bit 2
t
hermal calibration
* @bit 3
s
ystem identification
* @bit 4
h
igh rate
* @bit 5
d
ebug
* @bit 6
s
ensor comparison
* @bit 0
D
efault set (
general
log analysis)
* @bit 1
E
stimator replay (EKF2)
* @bit 2
T
hermal calibration
* @bit 3
S
ystem identification
* @bit 4
H
igh rate
* @bit 5
D
ebug
* @bit 6
S
ensor comparison
* @reboot_required true
* @group SD Logging
*/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment