Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Philippe Gaussier
Drone FlyMonitor2
Commits
6e92f162
Commit
6e92f162
authored
Apr 23, 2021
by
Philippe Gaussier
Browse files
Ajout fichier oublie...
parent
1f3bfba3
Pipeline
#1309
failed with stage
in 1 minute and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Com_server/include/global_variables.h
0 → 100644
View file @
6e92f162
// global variables to access the drone data and use the different shared memories (blc)
extern
Drone
drone1
;
extern
blc_channel
blc_control_arm
;
// 1=on, 0=off;
extern
blc_channel
blc_control_remote_vector
;
//Channels use to control manually the drone
extern
blc_channel
blc_control_motors
;
//x, y, z, r
//Channels use to command the drone
extern
blc_channel
blc_control_commands
;
// 1=on, 0=off
extern
blc_channel
blc_highres_imu
;
//Different blc channel use to publish data
extern
blc_channel
blc_heartbeat
;
//Hearbeat message
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment