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
779c838d
Commit
779c838d
authored
Apr 23, 2021
by
Philippe Gaussier
Browse files
Fichier oublie pour la compil
parent
6e92f162
Pipeline
#1310
failed with stage
in 1 minute and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Com_server/test/include/global_variables.h
0 → 100644
View file @
779c838d
// 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
Markdown
is supported
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