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
e139446d
Commit
e139446d
authored
8 years ago
by
Simone Guscetti
Committed by
Daniel Agar
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
msg: add new tune_control messege
parent
aca30fc6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
msg/CMakeLists.txt
+1
-0
1 addition, 0 deletions
msg/CMakeLists.txt
msg/tune_control.msg
+22
-0
22 additions, 0 deletions
msg/tune_control.msg
with
23 additions
and
0 deletions
msg/CMakeLists.txt
+
1
−
0
View file @
e139446d
...
...
@@ -104,6 +104,7 @@ set(msg_files
test_motor.msg
time_offset.msg
transponder_report.msg
tune_control.msg
uavcan_parameter_request.msg
uavcan_parameter_value.msg
ulog_stream.msg
...
...
This diff is collapsed.
Click to expand it.
msg/tune_control.msg
0 → 100644
+
22
−
0
View file @
e139446d
# definition of the different tune_id
uint8 CUSTOM = 0 # using frequency, duration and strength
uint8 STARTUP = 1
uint8 ERROR = 2
uint8 NOTIFY_POSITIVE = 3
uint8 NOTIFY_NEUTRAL = 4
uint8 NOTIFY_NEGATIVE = 5
uint8 ARMING_WARNING = 6
uint8 BATTERY_WARNING_SLOW = 7
uint8 BATTERY_WARNING_FAST = 8
uint8 GPS_WARNING = 9
uint8 ARMING_FAILURE = 10
uint8 PARACHUTE_RELEASE = 11
uint8 EKF_WARNING = 12
uint8 BARO_WARNING = 13
uint8 SINGLE_BEEP = 14
uint8 HOME_SET = 15
uint8 tune_id
uint16 frequency
uint16 duration # in ms
uint8 strength # value between 0-100 if supported by backend
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