Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Q
qjs-wrapper
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
qjs-wrapper
Commits
460a8cf2
Commit
460a8cf2
authored
Sep 16, 2022
by
Thomas Gambier
🚴🏼
Browse files
Options
Browse Files
Download
Plain Diff
Comply with simulator API
See merge request
!3
parents
3ea4a41c
598b5b79
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
440 additions
and
402 deletions
+440
-402
Makefile
Makefile
+3
-3
include/dronedge.h
include/dronedge.h
+19
-7
include/mavsdk_wrapper.h
include/mavsdk_wrapper.h
+5
-13
include/pubsub.h
include/pubsub.h
+11
-10
mavsdk_wrapper.cpp
mavsdk_wrapper.cpp
+124
-149
pubsub.c
pubsub.c
+14
-12
qjs_wrapper.c
qjs_wrapper.c
+264
-208
No files found.
Makefile
View file @
460a8cf2
CFLAGS
=
-std
=
c99
-pipe
-Wall
-Wextra
-Wpedantic
-Werror
-Wno-overlength-strings
-Wno-unused-parameter
-Wc
++-compat
-Wformat
-Wformat-security
-Wformat-nonliteral
-Wmissing-prototypes
-Wstrict-prototypes
-Wredundant-decls
-Wuninitialized
-Winit-self
-Wcast-qual
-Wstrict-overflow
-Wnested-externs
-Wmultichar
-Wundef
-fno-strict-aliasing
-fexceptions
-fPIC
-fstack-protector-strong
-fstack-clash-protection
-ffunction-sections
-fdata-sections
-fno-unwind-tables
-fno-asynchronous-unwind-tables
-fno-math-errno
-O3
-flto
-fno-fat-lto-objects
-Wshadow
-Wconversion
-fvisibility
=
hidden
-fPIC
CFLAGS
=
-std
=
c99
-
D_POSIX_C_SOURCE
=
200809L
-
pipe
-Wall
-Wextra
-Wpedantic
-Werror
-Wno-overlength-strings
-Wno-unused-parameter
-Wc
++-compat
-Wformat
-Wformat-security
-Wformat-nonliteral
-Wmissing-prototypes
-Wstrict-prototypes
-Wredundant-decls
-Wuninitialized
-Winit-self
-Wcast-qual
-Wstrict-overflow
-Wnested-externs
-Wmultichar
-Wundef
-fno-strict-aliasing
-fexceptions
-fPIC
-fstack-protector-strong
-fstack-clash-protection
-ffunction-sections
-fdata-sections
-fno-unwind-tables
-fno-asynchronous-unwind-tables
-fno-math-errno
-O3
-flto
-fno-fat-lto-objects
-Wshadow
-Wconversion
-fvisibility
=
hidden
-fPIC
CXXFLAGS
=
-pipe
-Wall
-Wextra
-Wpedantic
-Werror
-Wno-overlength-strings
-Wno-unused-parameter
-Wformat
-Wformat-security
-Wformat-nonliteral
-Wredundant-decls
-Wuninitialized
-Winit-self
-Wcast-qual
-Wstrict-overflow
-Wmultichar
-Wundef
-fno-strict-aliasing
-fexceptions
-fPIC
-fstack-protector-strong
-fstack-clash-protection
-ffunction-sections
-fdata-sections
-fno-unwind-tables
-fno-asynchronous-unwind-tables
-fno-math-errno
-O3
-flto
-fno-fat-lto-objects
-Wshadow
-Wconversion
-fvisibility
=
hidden
-fPIC
CXXFLAGS
=
-pipe
-Wall
-Wextra
-Wpedantic
-Werror
-Wno-overlength-strings
-Wno-unused-parameter
-Wformat
-Wformat-security
-Wformat-nonliteral
-Wredundant-decls
-Wuninitialized
-Winit-self
-Wcast-qual
-Wstrict-overflow
-Wmultichar
-Wundef
-fno-strict-aliasing
-fexceptions
-fPIC
-fstack-protector-strong
-fstack-clash-protection
-ffunction-sections
-fdata-sections
-fno-unwind-tables
-fno-asynchronous-unwind-tables
-fno-math-errno
-O3
-flto
-fno-fat-lto-objects
-Wshadow
-Wconversion
-fvisibility
=
hidden
-fPIC
LDFLAGS
+=
-std
=
c99
-pipe
-Wall
-Wextra
-Wpedantic
-Werror
-Wno-static-in-inline
-Wno-overlength-strings
-Wno-unused-parameter
-Wc
++-compat
-Wformat
-Wformat-security
-Wformat-nonliteral
-Wmissing-prototypes
-Wstrict-prototypes
-Wredundant-decls
-Wuninitialized
-Winit-self
-Wcast-qual
-Wstrict-overflow
-Wnested-externs
-Wmultichar
-Wundef
-fno-strict-aliasing
-fexceptions
-fPIC
-fstack-protector-strong
-fstack-clash-protection
-ffunction-sections
-fdata-sections
-fno-unwind-tables
-fno-asynchronous-unwind-tables
-fno-math-errno
-O3
-flto
-fno-fat-lto-objects
-Wshadow
-Wconversion
-fvisibility
=
hidden
-fPIC
LDFLAGS
+=
-std
=
c99
-
D_POSIX_C_SOURCE
=
200809L
-
pipe
-Wall
-Wextra
-Wpedantic
-Werror
-Wno-static-in-inline
-Wno-overlength-strings
-Wno-unused-parameter
-Wc
++-compat
-Wformat
-Wformat-security
-Wformat-nonliteral
-Wmissing-prototypes
-Wstrict-prototypes
-Wredundant-decls
-Wuninitialized
-Winit-self
-Wcast-qual
-Wstrict-overflow
-Wnested-externs
-Wmultichar
-Wundef
-fno-strict-aliasing
-fexceptions
-fPIC
-fstack-protector-strong
-fstack-clash-protection
-ffunction-sections
-fdata-sections
-fno-unwind-tables
-fno-asynchronous-unwind-tables
-fno-math-errno
-O3
-flto
-fno-fat-lto-objects
-Wshadow
-Wconversion
-fvisibility
=
hidden
-fPIC
LIBS
=
-lstdc
++
-lmavsdk
-lmavsdk_action
-lmavsdk_mavlink_passthrough
-lmavsdk_telemetry
-lopen62541
LIBS
=
-lstdc
++
-lmavsdk
-lmavsdk_action
-lmavsdk_ma
nual_control
-lmavsdk_ma
vlink_passthrough
-lmavsdk_telemetry
-lopen62541
LIB_NAME
:=
libqjswrapper.so
LIB_NAME
:=
libqjswrapper.so
...
...
include/dronedge.h
View file @
460a8cf2
...
@@ -5,11 +5,23 @@
...
@@ -5,11 +5,23 @@
#include "mavsdk_wrapper.h"
#include "mavsdk_wrapper.h"
#include "pubsub.h"
#include "pubsub.h"
struct
messageNode
{
char
*
message
;
struct
messageNode
*
next
;
};
typedef
struct
{
struct
messageNode
*
head
;
struct
messageNode
*
tail
;
}
MessageQueue
;
UA_Double
latitude
=
0
;
UA_Double
latitude
=
0
;
UA_Double
longitude
=
0
;
UA_Double
longitude
=
0
;
UA_Float
altitude_abs
=
0
;
UA_Float
altitude_abs
=
0
;
UA_Float
altitude_rel
=
0
;
UA_Float
altitude_rel
=
0
;
UA_UInt32
last_checkpoint
=
0
;
UA_String
message
=
{
.
length
=
0
,
.
data
=
NULL
,
};
VariableData
droneVariableArray
[]
=
{
VariableData
droneVariableArray
[]
=
{
{
{
...
@@ -45,12 +57,12 @@ VariableData droneVariableArray[] = {
...
@@ -45,12 +57,12 @@ VariableData droneVariableArray[] = {
.
getter
.
getFloat
=
mavsdk_getAltitudeRel
,
.
getter
.
getFloat
=
mavsdk_getAltitudeRel
,
},
},
{
{
.
name
=
"
last_checkpoint
"
,
.
name
=
"
message
"
,
.
description
=
"
Last checkpoint flown over
"
,
.
description
=
"
Message to send to the other drones
"
,
.
value
=
&
last_checkpoint
,
.
value
=
&
message
,
.
type
=
UA_TYPES_
UINT32
,
.
type
=
UA_TYPES_
STRING
,
.
builtInType
=
UA_NS0ID_
UINT32
,
.
builtInType
=
UA_NS0ID_
STRING
,
.
getter
.
get
Uint32
=
getLastCheckpoint
.
getter
.
get
String
=
get_message
},
},
};
};
...
...
include/mavsdk_wrapper.h
View file @
460a8cf2
...
@@ -12,20 +12,17 @@ int mavsdk_reboot(void);
...
@@ -12,20 +12,17 @@ int mavsdk_reboot(void);
// Flight state management functions
// Flight state management functions
int
mavsdk_arm
(
void
);
int
mavsdk_arm
(
void
);
int
mavsdk_doParachute
(
float
param
);
int
mavsdk_loiter
();
int
mavsdk_land
(
void
);
int
mavsdk_land
(
void
);
int
mavsdk_takeOff
(
void
);
int
mavsdk_takeOff
(
void
);
int
mavsdk_takeOffAndWait
(
void
);
int
mavsdk_takeOffAndWait
(
void
);
int
mavsdk_triggerParachute
(
void
);
// Flight management functions
// Flight management functions
int
mavsdk_
doReposition
(
float
la
,
float
lo
,
float
a
,
float
y
);
int
mavsdk_
loiter
(
float
radius
);
int
mavsdk_setAirspeed
(
float
airspeed
);
int
mavsdk_setAirspeed
(
float
airspeed
);
int
mavsdk_setAltitude
(
float
altitude
);
int
mavsdk_setAltitude
(
float
altitude
);
int
mavsdk_setTargetAltitude
(
float
a
);
int
mavsdk_setTargetCoordinates
(
double
la
,
double
lo
,
float
a
);
int
mavsdk_setTargetCoordinates
(
double
la
,
double
lo
,
float
a
,
float
y
);
int
mavsdk_setManualControlInput
(
void
);
int
mavsdk_setTargetCoordinatesXYZ
(
double
x
,
double
y
,
float
z
);
int
mavsdk_setTargetLatLong
(
double
la
,
double
lo
);
// Information functions
// Information functions
float
mavsdk_getAltitude
(
void
);
float
mavsdk_getAltitude
(
void
);
...
@@ -35,15 +32,10 @@ double mavsdk_getInitialLatitude(void);
...
@@ -35,15 +32,10 @@ double mavsdk_getInitialLatitude(void);
double
mavsdk_getInitialLongitude
(
void
);
double
mavsdk_getInitialLongitude
(
void
);
double
mavsdk_getLatitude
(
void
);
double
mavsdk_getLatitude
(
void
);
double
mavsdk_getLongitude
(
void
);
double
mavsdk_getLongitude
(
void
);
uint64_t
mavsdk_getTimestamp
(
void
);
double
mavsdk_getTakeOffAltitude
(
void
);
double
mavsdk_getTakeOffAltitude
(
void
);
float
mavsdk_getPitch
(
void
);
float
mavsdk_getRoll
(
void
);
float
mavsdk_getYaw
(
void
);
float
mavsdk_getYaw
(
void
);
float
mavsdk_getAirspeed
(
void
);
float
mavsdk_getClimbRate
(
void
);
float
mavsdk_getThrottle
(
void
);
int
mavsdk_healthAllOk
(
void
);
int
mavsdk_healthAllOk
(
void
);
bool
mavsdk_isInManualMode
(
void
);
int
mavsdk_landed
(
void
);
int
mavsdk_landed
(
void
);
#ifdef __cplusplus
#ifdef __cplusplus
}
}
...
...
include/pubsub.h
View file @
460a8cf2
...
@@ -13,6 +13,8 @@
...
@@ -13,6 +13,8 @@
#define DATA_SET_WRITER_ID 1
#define DATA_SET_WRITER_ID 1
#define WRITER_GROUP_ID 1
#define WRITER_GROUP_ID 1
#define MAX_MESSAGE_SIZE 1024
typedef
struct
{
typedef
struct
{
UA_UInt16
id
;
UA_UInt16
id
;
UA_Double
latitude
;
UA_Double
latitude
;
...
@@ -23,8 +25,8 @@ typedef struct {
...
@@ -23,8 +25,8 @@ typedef struct {
UA_UInt32
altitudeAbsId
;
UA_UInt32
altitudeAbsId
;
UA_Float
altitudeRel
;
UA_Float
altitudeRel
;
UA_UInt32
altitudeRelId
;
UA_UInt32
altitudeRelId
;
UA_UInt32
lastCheckpoint
;
char
message
[
MAX_MESSAGE_SIZE
]
;
UA_UInt32
lastCheckpoint
Id
;
UA_UInt32
message
Id
;
}
JSDroneData
;
}
JSDroneData
;
typedef
struct
{
typedef
struct
{
...
@@ -34,10 +36,11 @@ typedef struct {
...
@@ -34,10 +36,11 @@ typedef struct {
int
type
;
int
type
;
UA_Byte
builtInType
;
UA_Byte
builtInType
;
union
{
union
{
UA_UInt32
(
*
getUint32
)(
void
);
UA_Float
(
*
getFloat
)(
void
);
UA_Double
(
*
getDouble
)(
void
);
UA_DateTime
(
*
getTimestamp
)(
void
);
UA_DateTime
(
*
getTimestamp
)(
void
);
UA_Double
(
*
getDouble
)(
void
);
UA_Float
(
*
getFloat
)(
void
);
UA_String
(
*
getString
)(
void
);
UA_UInt32
(
*
getUint32
)(
void
);
}
getter
;
}
getter
;
}
VariableData
;
}
VariableData
;
...
@@ -45,7 +48,7 @@ typedef struct {
...
@@ -45,7 +48,7 @@ typedef struct {
int
subscribeOnly
(
UA_String
*
transportProfile
,
int
subscribeOnly
(
UA_String
*
transportProfile
,
UA_NetworkAddressUrlDataType
*
networkAddressUrl
,
UA_NetworkAddressUrlDataType
*
networkAddressUrl
,
VariableData
*
variableArray
,
size_t
nbVariable
,
VariableData
*
variableArray
,
size_t
nbVariable
,
UA_UInt32
id
,
UA_UInt32
nbReader
,
UA_UInt32
id
,
UA_UInt32
nbReader
,
UA_Duration
interval
,
void
(
*
init_node_id
)(
UA_UInt32
id
,
UA_UInt32
nb
,
UA_UInt32
magic
),
void
(
*
init_node_id
)(
UA_UInt32
id
,
UA_UInt32
nb
,
UA_UInt32
magic
),
UA_UInt16
(
*
get_reader_id
)(
UA_UInt32
nb
),
UA_UInt16
(
*
get_reader_id
)(
UA_UInt32
nb
),
void
(
*
update
)(
UA_UInt32
id
,
const
UA_DataValue
*
),
void
(
*
update
)(
UA_UInt32
id
,
const
UA_DataValue
*
),
...
@@ -54,14 +57,14 @@ int subscribeOnly(UA_String *transportProfile,
...
@@ -54,14 +57,14 @@ int subscribeOnly(UA_String *transportProfile,
int
runPubsub
(
UA_String
*
transportProfile
,
int
runPubsub
(
UA_String
*
transportProfile
,
UA_NetworkAddressUrlDataType
*
networkAddressUrl
,
UA_NetworkAddressUrlDataType
*
networkAddressUrl
,
VariableData
*
variableArray
,
size_t
nbVariable
,
VariableData
*
variableArray
,
size_t
nbVariable
,
UA_UInt32
id
,
UA_UInt32
nbReader
,
UA_UInt32
id
,
UA_UInt32
nbReader
,
UA_Duration
interval
,
void
(
*
init_node_id
)(
UA_UInt32
id
,
UA_UInt32
nb
,
UA_UInt32
magic
),
void
(
*
init_node_id
)(
UA_UInt32
id
,
UA_UInt32
nb
,
UA_UInt32
magic
),
UA_UInt16
(
*
get_reader_id
)(
UA_UInt32
nb
),
UA_UInt16
(
*
get_reader_id
)(
UA_UInt32
nb
),
VariableData
(
*
get_value
)(
UA_String
identifier
),
VariableData
(
*
get_value
)(
UA_String
identifier
),
void
(
*
update
)(
UA_UInt32
id
,
const
UA_DataValue
*
),
void
(
*
update
)(
UA_UInt32
id
,
const
UA_DataValue
*
),
UA_Boolean
*
running
);
UA_Boolean
*
running
);
UA_
UInt32
getLastCheckpoint
(
void
);
UA_
String
get_message
(
void
);
UA_UInt16
get_drone_id
(
UA_UInt32
nb
);
UA_UInt16
get_drone_id
(
UA_UInt32
nb
);
...
@@ -73,8 +76,6 @@ void pubsub_print_coordinates(UA_UInt32 id, const UA_DataValue *var);
...
@@ -73,8 +76,6 @@ void pubsub_print_coordinates(UA_UInt32 id, const UA_DataValue *var);
VariableData
pubsub_get_value
(
UA_String
identifier
);
VariableData
pubsub_get_value
(
UA_String
identifier
);
void
stop_pubsub
(
void
);
DLL_PUBLIC
JSModuleDef
*
js_init_module
(
JSContext
*
ctx
,
const
char
*
module_name
);
DLL_PUBLIC
JSModuleDef
*
js_init_module
(
JSContext
*
ctx
,
const
char
*
module_name
);
#endif
/* __PUBSUB_H__ */
#endif
/* __PUBSUB_H__ */
mavsdk_wrapper.cpp
View file @
460a8cf2
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
#include <cstdint>
#include <cstdint>
#include <mavsdk/mavsdk.h>
#include <mavsdk/mavsdk.h>
#include <mavsdk/plugins/action/action.h>
#include <mavsdk/plugins/action/action.h>
#include <mavsdk/plugins/manual_control/manual_control.h>
#include <mavsdk/plugins/mavlink_passthrough/mavlink_passthrough.h>
#include <mavsdk/plugins/mavlink_passthrough/mavlink_passthrough.h>
#include <mavsdk/plugins/telemetry/telemetry.h>
#include <mavsdk/plugins/telemetry/telemetry.h>
#include <iostream>
#include <iostream>
...
@@ -26,24 +27,22 @@ static std::ofstream log_file_fd;
...
@@ -26,24 +27,22 @@ static std::ofstream log_file_fd;
static
Mavsdk
_mavsdk
;
static
Mavsdk
_mavsdk
;
static
Telemetry
*
telemetry
;
static
Telemetry
*
telemetry
;
static
Action
*
action
;
static
Action
*
action
;
static
ManualControl
*
manual_control
;
static
MavlinkPassthrough
*
mavlink_passthrough
;
static
MavlinkPassthrough
*
mavlink_passthrough
;
static
std
::
shared_ptr
<
System
>
msystem
;
static
std
::
shared_ptr
<
System
>
msystem
;
static
auto
prom
=
std
::
promise
<
std
::
shared_ptr
<
System
>>
{};
static
auto
prom
=
std
::
promise
<
std
::
shared_ptr
<
System
>>
{};
static
std
::
future
<
std
::
shared_ptr
<
System
>>
fut
;
static
std
::
future
<
std
::
shared_ptr
<
System
>>
fut
;
static
Telemetry
::
FlightMode
flight_mode
;
static
Telemetry
::
EulerAngle
angle
;
static
Telemetry
::
FixedwingMetrics
metric
;
static
Telemetry
::
Position
position
;
static
uint64_t
timestamp_us
;
static
Telemetry
::
Position
origin
;
static
double
xy_ratio
;
static
const
double
EARTH_RADIUS
=
6371000.
F
;
static
const
double
EARTH_RADIUS
=
6371000.
F
;
static
bool
autocontinue
=
false
;
static
double
previousBearing
;
static
double
xy_ratio
;
static
double
target_latitude
;
static
double
target_longitude
;
static
int
mavsdk_started
=
0
;
static
int
mavsdk_started
=
0
;
static
Telemetry
::
Position
origin
;
// Logs functions
// Logs functions
...
@@ -89,9 +88,14 @@ static int doMavlinkCommand(MavlinkPassthrough::CommandLong command, std::string
...
@@ -89,9 +88,14 @@ static int doMavlinkCommand(MavlinkPassthrough::CommandLong command, std::string
// Connexion management functions
// Connexion management functions
static
double
toRad
(
double
angle
)
{
return
M_PI
*
angle
/
180
;
}
int
mavsdk_start
(
const
char
*
url
,
const
char
*
log_file
,
int
timeout
)
{
int
mavsdk_start
(
const
char
*
url
,
const
char
*
log_file
,
int
timeout
)
{
std
::
string
connection_url
(
url
);
std
::
string
connection_url
(
url
);
ConnectionResult
connection_result
;
ConnectionResult
connection_result
;
float
abs_altitude
;
log_file_fd
.
open
(
log_file
);
log_file_fd
.
open
(
log_file
);
connection_result
=
_mavsdk
.
add_any_connection
(
connection_url
);
connection_result
=
_mavsdk
.
add_any_connection
(
connection_url
);
...
@@ -123,49 +127,31 @@ int mavsdk_start(const char * url, const char * log_file, int timeout) {
...
@@ -123,49 +127,31 @@ int mavsdk_start(const char * url, const char * log_file, int timeout) {
msystem
=
fut
.
get
();
msystem
=
fut
.
get
();
telemetry
=
new
Telemetry
(
msystem
);
telemetry
=
new
Telemetry
(
msystem
);
action
=
new
Action
(
msystem
);
action
=
new
Action
(
msystem
);
manual_control
=
new
ManualControl
(
msystem
);
mavlink_passthrough
=
new
MavlinkPassthrough
(
msystem
);
mavlink_passthrough
=
new
MavlinkPassthrough
(
msystem
);
log
(
"Subscribing to flight mode..."
);
log
(
"Subscribing to raw GPS..."
);
// Subscribe to receive updates on flight mode. You can find out whether FollowMe is active.
telemetry
->
subscribe_raw_gps
([](
Telemetry
::
RawGps
gps
)
{
telemetry
->
subscribe_flight_mode
([](
Telemetry
::
FlightMode
_flight_mode
)
{
if
(
flight_mode
!=
_flight_mode
)
{
flight_mode
=
_flight_mode
;
}
});
log
(
"Subscribing to Euler angle..."
);
telemetry
->
subscribe_attitude_euler
([](
Telemetry
::
EulerAngle
euler_angle
)
{
angle
=
euler_angle
;
});
log
(
"Subscribing to Fixedwing Metrics..."
);
telemetry
->
subscribe_fixedwing_metrics
([](
Telemetry
::
FixedwingMetrics
m
)
{
metric
=
m
;
});
log
(
"Subscribing to position..."
);
telemetry
->
subscribe_position
([](
Telemetry
::
Position
pos
)
{
timestamp_us
=
std
::
chrono
::
duration_cast
<
std
::
chrono
::
milliseconds
>
(
std
::
chrono
::
system_clock
::
now
().
time_since_epoch
()
).
count
();
std
::
ostringstream
oss
;
std
::
ostringstream
oss
;
position
=
pos
;
Telemetry
::
EulerAngle
euler_angle
=
telemetry
->
attitude_euler
();
Telemetry
::
FixedwingMetrics
metrics
=
telemetry
->
fixedwing_metrics
();
oss
<<
mavsdk_getTimestamp
()
<<
"; "
Telemetry
::
Position
position
=
telemetry
->
position
();
<<
mavsdk_getLatitude
()
<<
"; "
<<
mavsdk_getLongitude
()
<<
"; "
<<
mavsdk_getAltitude
()
<<
"; "
<<
mavsdk_getAltitudeRel
()
<<
"; "
oss
<<
gps
.
timestamp_us
<<
"; "
<<
mavsdk_getPitch
()
<<
"; "
<<
mavsdk_getRoll
()
<<
"; "
<<
mavsdk_getYaw
()
<<
"; "
<<
gps
.
latitude_deg
<<
"; "
<<
gps
.
longitude_deg
<<
"; "
<<
mavsdk_getAirspeed
()
<<
"; "
<<
mavsdk_getThrottle
()
<<
"; "
<<
mavsdk_getClimbRate
();
<<
gps
.
absolute_altitude_m
<<
"; "
<<
position
.
relative_altitude_m
<<
"; "
<<
euler_angle
.
pitch_deg
<<
"; "
<<
euler_angle
.
roll_deg
<<
"; "
<<
euler_angle
.
yaw_deg
<<
"; "
<<
metrics
.
airspeed_m_s
<<
"; "
<<
metrics
.
throttle_percentage
<<
"; "
<<
metrics
.
climb_rate_m_s
;
log
(
oss
.
str
());
log
(
oss
.
str
());
});
});
while
(
isnan
(
position
.
absolute_altitude_m
))
{
do
{
log
(
"Waiting for first telemetry"
);
log
(
"Waiting for first telemetry"
);
sleep_for
(
seconds
(
1
));
sleep_for
(
seconds
(
1
));
}
abs_altitude
=
mavsdk_getAltitude
();
origin
=
position
;
}
while
(
isnan
(
abs_altitude
)
||
abs_altitude
==
0
);
xy_ratio
=
std
::
cos
((
M_PI
*
origin
.
latitude_deg
)
/
180.
F
);
origin
=
telemetry
->
position
();
xy_ratio
=
std
::
cos
(
toRad
(
origin
.
latitude_deg
));
log
(
"MAVSDK started..."
);
log
(
"MAVSDK started..."
);
mavsdk_started
=
1
;
mavsdk_started
=
1
;
...
@@ -174,20 +160,20 @@ int mavsdk_start(const char * url, const char * log_file, int timeout) {
...
@@ -174,20 +160,20 @@ int mavsdk_start(const char * url, const char * log_file, int timeout) {
}
}
int
mavsdk_stop
()
{
int
mavsdk_stop
()
{
if
(
!
mavsdk_started
)
if
(
!
mavsdk_started
)
return
-
1
;
return
-
1
;
if
(
!
mavsdk_landed
())
{
if
(
!
mavsdk_landed
())
{
log_error
(
"You must land first !"
);
log_error
(
"You must land first !"
);
return
-
1
;
return
-
1
;
}
}
if
(
doAction
(
&
Action
::
shutdown
,
"Shutdown failed"
))
{
if
(
doAction
(
&
Action
::
shutdown
,
"Shutdown failed"
))
return
-
1
;
return
-
1
;
}
// Delete pointers
// Delete pointers
delete
action
;
delete
action
;
delete
manual_control
;
delete
mavlink_passthrough
;
delete
mavlink_passthrough
;
delete
telemetry
;
delete
telemetry
;
log_file_fd
.
close
();
log_file_fd
.
close
();
...
@@ -214,101 +200,87 @@ int mavsdk_arm(void) {
...
@@ -214,101 +200,87 @@ int mavsdk_arm(void) {
return
doAction
(
&
Action
::
arm
,
"Arming failed"
);
return
doAction
(
&
Action
::
arm
,
"Arming failed"
);
}
}
int
mavsdk_doParachute
(
float
param
)
{
if
(
!
mavsdk_started
)
return
-
1
;
MavlinkPassthrough
::
CommandLong
command
;
command
.
command
=
MAV_CMD_DO_PARACHUTE
;
command
.
param1
=
param
;
//see https://mavlink.io/en/messages/common.html#PARACHUTE_ACTION
command
.
target_sysid
=
mavlink_passthrough
->
get_target_sysid
();
command
.
target_compid
=
mavlink_passthrough
->
get_target_compid
();
return
doMavlinkCommand
(
command
,
"Parachute failed"
);
}
int
mavsdk_land
(
void
)
{
int
mavsdk_land
(
void
)
{
log
(
"Landing..."
);
log
(
"Landing..."
);
if
(
doAction
(
&
Action
::
terminate
,
"Land failed"
))
{
if
(
doAction
(
&
Action
::
terminate
,
"Land failed"
))
return
-
1
;
return
-
1
;
}
// Check if vehicle is still in air
// Check if vehicle is still in air
while
(
telemetry
->
in_air
())
{
while
(
telemetry
->
in_air
())
{
log
(
"Vehicle is landing..."
);
log
(
"Vehicle is landing..."
);
sleep_for
(
seconds
(
1
));
sleep_for
(
seconds
(
1
));
}
}
log
(
"Landed!"
);
log
(
"Landed!"
);
while
(
telemetry
->
armed
())
{
while
(
telemetry
->
armed
())
sleep_for
(
seconds
(
1
));
sleep_for
(
seconds
(
1
));
}
log
(
"Finished..."
);
log
(
"Finished..."
);
return
0
;
return
0
;
}
}
int
mavsdk_loiter
()
{
if
(
!
mavsdk_started
)
return
-
1
;
return
mavsdk_doReposition
((
float
)
mavsdk_getLatitude
(),
(
float
)
mavsdk_getLongitude
(),
mavsdk_getAltitude
(),
0
);
}
int
mavsdk_takeOff
(
void
)
{
int
mavsdk_takeOff
(
void
)
{
if
(
doAction
(
&
Action
::
takeoff
,
"Takeoff failed"
))
{
if
(
doAction
(
&
Action
::
takeoff
,
"Takeoff failed"
))
return
-
1
;
return
-
1
;
}
while
(
flight_mode
!=
Telemetry
::
FlightMode
::
Takeoff
)
{
while
(
telemetry
->
flight_mode
()
!=
Telemetry
::
FlightMode
::
Takeoff
)
sleep_for
(
seconds
(
1
));
sleep_for
(
seconds
(
1
));
}
log
(
"Taking off..."
);
log
(
"Taking off..."
);
return
0
;
return
0
;
}
}
int
mavsdk_takeOffAndWait
(
void
)
{
int
mavsdk_takeOffAndWait
(
void
)
{
if
(
mavsdk_takeOff
()
<
0
)
{
if
(
mavsdk_takeOff
()
<
0
)
return
-
1
;
return
-
1
;
}
while
(
flight_mode
==
Telemetry
::
FlightMode
::
Takeoff
)
{
while
(
telemetry
->
flight_mode
()
==
Telemetry
::
FlightMode
::
Takeoff
)
sleep_for
(
seconds
(
1
));
sleep_for
(
seconds
(
1
));
}
return
0
;
return
0
;
}
}
int
mavsdk_triggerParachute
(
void
)
{
if
(
!
mavsdk_started
)
return
-
1
;
MavlinkPassthrough
::
CommandLong
command
;
command
.
command
=
MAV_CMD_DO_PARACHUTE
;
command
.
param1
=
2
;
//see https://mavlink.io/en/messages/common.html#PARACHUTE_ACTION
command
.
target_sysid
=
mavlink_passthrough
->
get_target_sysid
();
command
.
target_compid
=
mavlink_passthrough
->
get_target_compid
();
return
doMavlinkCommand
(
command
,
"Parachute release failed"
);
}
// Flight management functions
// Flight management functions
int
mavsdk_
doReposition
(
float
la
,
float
lo
,
float
a
,
float
y
)
{
int
mavsdk_
loiter
(
float
radius
)
{
if
(
!
mavsdk_started
)
if
(
!
mavsdk_started
)
return
-
1
;
return
-
1
;
Telemetry
::
Position
position
=
telemetry
->
position
();
MavlinkPassthrough
::
CommandLong
command
;
MavlinkPassthrough
::
CommandLong
command
;
command
.
command
=
MAV_CMD_DO_REPOSITION
;
command
.
command
=
MAV_CMD_DO_REPOSITION
;
command
.
param1
=
-
1
;
// Ground speed, -1 for default
command
.
param1
=
-
1
;
// Ground speed, -1 for default
command
.
param2
=
1
;
// Bitmask of option flags (https://mavlink.io/en/messages/common.html#MAV_DO_REPOSITION_FLAGS)
command
.
param2
=
MAV_DO_REPOSITION_FLAGS_CHANGE_MODE
;
//will go to navigate mode
command
.
param
4
=
y
;
// loiter direction, 0: clockwise 1: counter clockwise
command
.
param
3
=
radius
;
// loiter radius
command
.
param5
=
la
;
command
.
param5
=
(
float
)
position
.
latitude_deg
;
command
.
param6
=
lo
;
command
.
param6
=
(
float
)
position
.
longitude_deg
;
command
.
param7
=
a
;
command
.
param7
=
position
.
absolute_altitude_m
;
//altitude is ignored, use altitude override package
command
.
target_sysid
=
mavlink_passthrough
->
get_target_sysid
();
command
.
target_sysid
=
mavlink_passthrough
->
get_target_sysid
();
command
.
target_compid
=
mavlink_passthrough
->
get_target_compid
();
command
.
target_compid
=
mavlink_passthrough
->
get_target_compid
();
return
doMavlinkCommand
(
command
,
"
Reposition
failed"
);
return
doMavlinkCommand
(
command
,
"
Entering loiter mode
failed"
);
}
}
int
mavsdk_setAirspeed
(
float
airspeed
)
{
int
mavsdk_setAirspeed
(
float
airspeed
)
{
if
(
!
mavsdk_started
)
if
(
!
mavsdk_started
)
return
-
1
;
return
-
1
;
MavlinkPassthrough
::
CommandLong
command
;
MavlinkPassthrough
::
CommandLong
command
;
command
.
command
=
MAV_CMD_DO_OVERRIDE
;
command
.
command
=
MAV_CMD_DO_OVERRIDE
;
command
.
param1
=
1
|
2
|
4
|
8
;
command
.
param1
=
1
|
2
|
4
|
8
;
command
.
param2
=
2
|
4
|
8
;
command
.
param2
=
2
|
4
|
8
;
command
.
param
3
=
airspeed
;
command
.
param
4
=
airspeed
;
command
.
target_sysid
=
mavlink_passthrough
->
get_target_sysid
();
command
.
target_sysid
=
mavlink_passthrough
->
get_target_sysid
();
command
.
target_compid
=
mavlink_passthrough
->
get_target_compid
();
command
.
target_compid
=
mavlink_passthrough
->
get_target_compid
();
...
@@ -316,7 +288,7 @@ int mavsdk_setAirspeed(float airspeed) {
...
@@ -316,7 +288,7 @@ int mavsdk_setAirspeed(float airspeed) {
}
}
int
mavsdk_setAltitude
(
float
altitude
)
{
int
mavsdk_setAltitude
(
float
altitude
)
{
if
(
!
mavsdk_started
)
if
(
!
mavsdk_started
)
return
-
1
;
return
-
1
;
MavlinkPassthrough
::
CommandLong
command
;
MavlinkPassthrough
::
CommandLong
command
;
...
@@ -330,56 +302,79 @@ int mavsdk_setAltitude(float altitude) {
...
@@ -330,56 +302,79 @@ int mavsdk_setAltitude(float altitude) {
return
doMavlinkCommand
(
command
,
"Setting altitude failed"
);
return
doMavlinkCommand
(
command
,
"Setting altitude failed"
);
}
}
int
mavsdk_setTargetAltitude
(
float
a
)
{
static
int
startAltitudeControl
(
void
)
{
if
(
!
mavsdk_started
)
const
ManualControl
::
Result
result
=
manual_control
->
start_altitude_control
();
return
-
1
;
if
(
result
!=
ManualControl
::
Result
::
Success
)
{
log_error_from_result
(
"Set manual control failed!"
,
result
);
log
(
"Going to altitude "
+
std
::
to_string
(
a
)
+
"m"
);
const
Action
::
Result
result
=
action
->
goto_location
(
position
.
latitude_deg
,
position
.
longitude_deg
,
a
,
0
);
if
(
result
!=
Action
::
Result
::
Success
)
{
log_error_from_result
(
"Goto location failed"
,
result
);
return
-
1
;
return
-
1
;
}
}
return
0
;
return
0
;
}
}
int
mavsdk_setTargetCoordinates
(
double
la
,
double
lo
,
float
a
,
float
y
)
{
static
double
bearing
(
double
lat1
,
double
lon1
,
double
lat2
,
double
lon2
)
{
if
(
!
mavsdk_started
)
double
lat1_rad
=
toRad
(
lat1
);
double
lat2_rad
=
toRad
(
lat2
);
double
dL
=
toRad
(
lon2
-
lon1
);
double
x
=
cos
(
lat2_rad
)
*
sin
(
dL
);
double
y
=
cos
(
lat1_rad
)
*
sin
(
lat2_rad
)
-
sin
(
lat1_rad
)
*
cos
(
lat2_rad
)
*
cos
(
dL
);
return
atan2
(
x
,
y
)
*
180
/
M_PI
;
}
int
mavsdk_setTargetCoordinates
(
double
la
,
double
lo
,
float
a
)
{
int
result
=
0
;
Telemetry
::
Position
position
=
telemetry
->
position
();
if
(
!
mavsdk_started
)
return
-
1
;
return
-
1
;
std
::
cout
<<
"Going to location ("
<<
la
<<
" , "
<<
lo
<<
") "
target_latitude
=
la
;
<<
a
<<
" m "
<<
std
::
endl
;
target_longitude
=
lo
;
const
Action
::
Result
result
=
action
->
goto_location
(
la
,
lo
,
a
,
y
);
previousBearing
=
bearing
(
position
.
latitude_deg
,
position
.
longitude_deg
,
if
(
result
!=
Action
::
Result
::
Success
)
{
la
,
lo
);
log_error_from_result
(
"Goto location failed"
,
result
);
autocontinue
=
false
;
if
(
!
mavsdk_isInManualMode
())
{
result
=
mavsdk_setManualControlInput
();
result
|=
startAltitudeControl
();
}
result
|=
mavsdk_setAltitude
(
a
);
return
result
;
}
static
int
setManualControlInput
(
float
x
,
float
y
,
float
z
,
float
r
)
{
const
ManualControl
::
Result
result
=
manual_control
->
set_manual_control_input
(
x
,
y
,
z
,
r
);
if
(
result
!=
ManualControl
::
Result
::
Success
)
{
log_error_from_result
(
"Set manual control input failed!"
,
result
);
return
-
1
;
return
-
1
;
}
}
return
0
;
return
0
;
}
}
int
mavsdk_setTargetCoordinatesXYZ
(
double
x
,
double
y
,
float
z
)
{
int
mavsdk_setManualControlInput
(
void
)
{
double
la
,
lo
;
if
(
autocontinue
)
return
setManualControlInput
(
0
,
0
,
0
,
0
);
la
=
((
origin
.
latitude_deg
+
y
/
EARTH_RADIUS
)
*
180.
F
)
/
M_PI
;
lo
=
((
origin
.
longitude_deg
+
x
/
(
EARTH_RADIUS
*
xy_ratio
))
*
180.
F
)
/
M_PI
;
return
mavsdk_setTargetCoordinates
(
la
,
lo
,
z
,
0
);
Telemetry
::
Position
position
=
telemetry
->
position
();
}
double
b
=
bearing
(
position
.
latitude_deg
,
position
.
longitude_deg
,
target_latitude
,
target_longitude
);
if
(
abs
(
b
-
previousBearing
)
>
160
)
{
autocontinue
=
true
;
}
else
{
previousBearing
=
b
;
}
int
mavsdk_setTargetLatLong
(
double
la
,
double
lo
)
{
float
angle_diff
=
(
float
)
b
-
mavsdk_getYaw
();
return
mavsdk_setTargetCoordinates
(
la
,
lo
,
mavsdk_getAltitude
()
,
0
);
return
setManualControlInput
(
0
,
(
angle_diff
>
0
?
1
:
-
1
)
*
std
::
min
(
abs
(
angle_diff
),
30.0
f
)
/
30
,
0
,
0
);
}
}
// Information functions
// Information functions
float
mavsdk_getAltitude
(
void
)
{
float
mavsdk_getAltitude
(
void
)
{
return
position
.
absolute_altitude_m
;
return
telemetry
->
position
()
.
absolute_altitude_m
;
}
}
float
mavsdk_getAltitudeRel
(
void
)
{
float
mavsdk_getAltitudeRel
(
void
)
{
return
position
.
relative_altitude_m
;
return
telemetry
->
position
()
.
relative_altitude_m
;
}
}
float
mavsdk_getInitialAltitude
(
void
)
{
float
mavsdk_getInitialAltitude
(
void
)
{
...
@@ -395,55 +390,35 @@ double mavsdk_getInitialLongitude(void) {
...
@@ -395,55 +390,35 @@ double mavsdk_getInitialLongitude(void) {
}
}
double
mavsdk_getLatitude
(
void
)
{
double
mavsdk_getLatitude
(
void
)
{
return
position
.
latitude_deg
;
return
telemetry
->
position
()
.
latitude_deg
;
}
}
double
mavsdk_getLongitude
(
void
)
{
double
mavsdk_getLongitude
(
void
)
{
return
position
.
longitude_deg
;
return
telemetry
->
position
().
longitude_deg
;
}
uint64_t
mavsdk_getTimestamp
(
void
)
{
return
timestamp_us
;
}
}
double
mavsdk_getTakeOffAltitude
(
void
)
{
double
mavsdk_getTakeOffAltitude
(
void
)
{
const
std
::
pair
<
Action
::
Result
,
float
>
response
=
action
->
get_takeoff_altitude
();
const
std
::
pair
<
Action
::
Result
,
float
>
response
=
action
->
get_takeoff_altitude
();
if
(
response
.
first
!=
Action
::
Result
::
Success
)
{
if
(
response
.
first
!=
Action
::
Result
::
Success
)
{
log_error_from_result
(
"Get takeoff altitude failed"
,
response
.
first
);
log_error_from_result
(
"Get takeoff altitude failed"
,
response
.
first
);
return
-
1
;
return
-
1
;
}
}
return
response
.
second
;
return
response
.
second
;
}
}
float
mavsdk_getPitch
(
void
)
{
return
angle
.
pitch_deg
;
}
float
mavsdk_getRoll
(
void
)
{
return
angle
.
roll_deg
;
}
float
mavsdk_getYaw
(
void
)
{
float
mavsdk_getYaw
(
void
)
{
return
angle
.
yaw_deg
;
return
telemetry
->
attitude_euler
().
yaw_deg
;
}
float
mavsdk_getAirspeed
(
void
)
{
return
metric
.
airspeed_m_s
;
}
float
mavsdk_getClimbRate
(
void
)
{
return
metric
.
climb_rate_m_s
;
}
float
mavsdk_getThrottle
(
void
)
{
return
metric
.
throttle_percentage
;
}
}
int
mavsdk_healthAllOk
(
void
)
{
int
mavsdk_healthAllOk
(
void
)
{
return
telemetry
->
health_all_ok
();
return
telemetry
->
health_all_ok
();
}
}
bool
mavsdk_isInManualMode
(
void
)
{
return
telemetry
->
flight_mode
()
==
Telemetry
::
FlightMode
::
Altctl
;
}
int
mavsdk_landed
(
void
)
{
int
mavsdk_landed
(
void
)
{
return
!
telemetry
->
in_air
();
return
!
telemetry
->
in_air
();
}
}
pubsub.c
View file @
460a8cf2
...
@@ -135,13 +135,13 @@ addDataSetField(UA_Server *server, VariableData varDetails) {
...
@@ -135,13 +135,13 @@ addDataSetField(UA_Server *server, VariableData varDetails) {
* The WriterGroup (WG) is part of the connection and contains the primary
* The WriterGroup (WG) is part of the connection and contains the primary
* configuration parameters for the message creation. */
* configuration parameters for the message creation. */
static
void
static
void
addWriterGroup
(
UA_Server
*
server
)
{
addWriterGroup
(
UA_Server
*
server
,
UA_Duration
publishingInterval
)
{
/* Now we create a new WriterGroupConfig and add the group to the existing
/* Now we create a new WriterGroupConfig and add the group to the existing
* PubSubConnection. */
* PubSubConnection. */
UA_WriterGroupConfig
writerGroupConfig
;
UA_WriterGroupConfig
writerGroupConfig
;
memset
(
&
writerGroupConfig
,
0
,
sizeof
(
UA_WriterGroupConfig
));
memset
(
&
writerGroupConfig
,
0
,
sizeof
(
UA_WriterGroupConfig
));
writerGroupConfig
.
name
=
UA_STRING
(
"Demo WriterGroup"
);
writerGroupConfig
.
name
=
UA_STRING
(
"Demo WriterGroup"
);
writerGroupConfig
.
publishingInterval
=
100
;
writerGroupConfig
.
publishingInterval
=
publishingInterval
;
writerGroupConfig
.
enabled
=
UA_FALSE
;
writerGroupConfig
.
enabled
=
UA_FALSE
;
writerGroupConfig
.
writerGroupId
=
WRITER_GROUP_ID
;
writerGroupConfig
.
writerGroupId
=
WRITER_GROUP_ID
;
writerGroupConfig
.
encodingMimeType
=
UA_PUBSUB_ENCODING_UADP
;
writerGroupConfig
.
encodingMimeType
=
UA_PUBSUB_ENCODING_UADP
;
...
@@ -245,7 +245,8 @@ dataChangeNotificationCallback(UA_Server *server, UA_UInt32 monitoredItemId,
...
@@ -245,7 +245,8 @@ dataChangeNotificationCallback(UA_Server *server, UA_UInt32 monitoredItemId,
* Set SubscribedDataSet type to TargetVariables data type.
* Set SubscribedDataSet type to TargetVariables data type.
* Add subscribedvariables to the DataSetReader */
* Add subscribedvariables to the DataSetReader */
static
UA_StatusCode
static
UA_StatusCode
addSubscribedVariables
(
UA_Server
*
server
,
UA_NodeId
dataSetReaderId
,
UA_UInt32
nb
,
addSubscribedVariables
(
UA_Server
*
server
,
UA_NodeId
dataSetReaderId
,
UA_UInt32
nb
,
UA_Duration
samplingInterval
,
void
(
*
init_node_id
)(
UA_UInt32
id
,
UA_UInt32
nb
,
UA_UInt32
magic
))
{
void
(
*
init_node_id
)(
UA_UInt32
id
,
UA_UInt32
nb
,
UA_UInt32
magic
))
{
if
(
server
==
NULL
)
if
(
server
==
NULL
)
return
UA_STATUSCODE_BADINTERNALERROR
;
return
UA_STATUSCODE_BADINTERNALERROR
;
...
@@ -302,6 +303,7 @@ addSubscribedVariables(UA_Server *server, UA_NodeId dataSetReaderId, UA_UInt32 n
...
@@ -302,6 +303,7 @@ addSubscribedVariables(UA_Server *server, UA_NodeId dataSetReaderId, UA_UInt32 n
/*monitor variable*/
/*monitor variable*/
UA_MonitoredItemCreateRequest
monRequest
=
UA_MonitoredItemCreateRequest_default
(
newNode
);
UA_MonitoredItemCreateRequest
monRequest
=
UA_MonitoredItemCreateRequest_default
(
newNode
);
init_node_id
(
newNode
.
identifier
.
numeric
,
nb
,
i
);
init_node_id
(
newNode
.
identifier
.
numeric
,
nb
,
i
);
monRequest
.
requestedParameters
.
samplingInterval
=
samplingInterval
;
UA_Server_createDataChangeMonitoredItem
(
server
,
UA_TIMESTAMPSTORETURN_SOURCE
,
UA_Server_createDataChangeMonitoredItem
(
server
,
UA_TIMESTAMPSTORETURN_SOURCE
,
monRequest
,
NULL
,
dataChangeNotificationCallback
);
monRequest
,
NULL
,
dataChangeNotificationCallback
);
...
@@ -375,7 +377,7 @@ setServer(UA_String *transportProfile,
...
@@ -375,7 +377,7 @@ setServer(UA_String *transportProfile,
static
UA_StatusCode
static
UA_StatusCode
subscribe
(
UA_Server
*
server
,
subscribe
(
UA_Server
*
server
,
VariableData
*
variableArray
,
size_t
nbVariable
,
VariableData
*
variableArray
,
size_t
nbVariable
,
UA_UInt32
id
,
UA_UInt32
nbReader
,
UA_UInt32
id
,
UA_UInt32
nbReader
,
UA_Duration
interval
,
void
(
*
init_node_id
)(
UA_UInt32
id
,
UA_UInt32
nb
,
UA_UInt32
magic
),
void
(
*
init_node_id
)(
UA_UInt32
id
,
UA_UInt32
nb
,
UA_UInt32
magic
),
UA_UInt16
(
*
get_reader_id
)(
UA_UInt32
nb
),
UA_UInt16
(
*
get_reader_id
)(
UA_UInt32
nb
),
void
(
*
update
)(
UA_UInt32
id
,
const
UA_DataValue
*
))
{
void
(
*
update
)(
UA_UInt32
id
,
const
UA_DataValue
*
))
{
...
@@ -405,7 +407,7 @@ subscribe(UA_Server *server,
...
@@ -405,7 +407,7 @@ subscribe(UA_Server *server,
return
EXIT_FAILURE
;
return
EXIT_FAILURE
;
/* Add SubscribedVariables to the created DataSetReader */
/* Add SubscribedVariables to the created DataSetReader */
retval
=
addSubscribedVariables
(
server
,
readerIdent
,
i
,
init_node_id
);
retval
=
addSubscribedVariables
(
server
,
readerIdent
,
i
,
in
terval
,
in
it_node_id
);
if
(
retval
!=
UA_STATUSCODE_GOOD
)
if
(
retval
!=
UA_STATUSCODE_GOOD
)
return
EXIT_FAILURE
;
return
EXIT_FAILURE
;
}
}
...
@@ -416,7 +418,7 @@ subscribe(UA_Server *server,
...
@@ -416,7 +418,7 @@ subscribe(UA_Server *server,
int
subscribeOnly
(
UA_String
*
transportProfile
,
int
subscribeOnly
(
UA_String
*
transportProfile
,
UA_NetworkAddressUrlDataType
*
networkAddressUrl
,
UA_NetworkAddressUrlDataType
*
networkAddressUrl
,
VariableData
*
variableArray
,
size_t
nbVariable
,
VariableData
*
variableArray
,
size_t
nbVariable
,
UA_UInt32
id
,
UA_UInt32
nbReader
,
UA_UInt32
id
,
UA_UInt32
nbReader
,
UA_Duration
interval
,
void
(
*
init_node_id
)(
UA_UInt32
id
,
UA_UInt32
nb
,
UA_UInt32
magic
),
void
(
*
init_node_id
)(
UA_UInt32
id
,
UA_UInt32
nb
,
UA_UInt32
magic
),
UA_UInt16
(
*
get_reader_id
)(
UA_UInt32
nb
),
UA_UInt16
(
*
get_reader_id
)(
UA_UInt32
nb
),
void
(
*
update
)(
UA_UInt32
id
,
const
UA_DataValue
*
),
void
(
*
update
)(
UA_UInt32
id
,
const
UA_DataValue
*
),
...
@@ -426,8 +428,8 @@ int subscribeOnly(UA_String *transportProfile,
...
@@ -426,8 +428,8 @@ int subscribeOnly(UA_String *transportProfile,
server
=
setServer
(
transportProfile
,
networkAddressUrl
,
id
);
server
=
setServer
(
transportProfile
,
networkAddressUrl
,
id
);
subscribe
(
server
,
variableArray
,
nbVariable
,
id
,
nbReader
,
in
it_node_id
,
subscribe
(
server
,
variableArray
,
nbVariable
,
id
,
nbReader
,
in
terval
,
get_reader_id
,
update
);
init_node_id
,
get_reader_id
,
update
);
retval
=
UA_Server_run
(
server
,
running
);
retval
=
UA_Server_run
(
server
,
running
);
UA_Server_delete
(
server
);
UA_Server_delete
(
server
);
...
@@ -437,7 +439,7 @@ int subscribeOnly(UA_String *transportProfile,
...
@@ -437,7 +439,7 @@ int subscribeOnly(UA_String *transportProfile,
int
runPubsub
(
UA_String
*
transportProfile
,
int
runPubsub
(
UA_String
*
transportProfile
,
UA_NetworkAddressUrlDataType
*
networkAddressUrl
,
UA_NetworkAddressUrlDataType
*
networkAddressUrl
,
VariableData
*
variableArray
,
size_t
nbVariable
,
VariableData
*
variableArray
,
size_t
nbVariable
,
UA_UInt32
id
,
UA_UInt32
nbReader
,
UA_UInt32
id
,
UA_UInt32
nbReader
,
UA_Duration
interval
,
void
(
*
init_node_id
)(
UA_UInt32
id
,
UA_UInt32
nb
,
UA_UInt32
magic
),
void
(
*
init_node_id
)(
UA_UInt32
id
,
UA_UInt32
nb
,
UA_UInt32
magic
),
UA_UInt16
(
*
get_reader_id
)(
UA_UInt32
nb
),
UA_UInt16
(
*
get_reader_id
)(
UA_UInt32
nb
),
VariableData
(
*
get_value
)(
UA_String
identifier
),
VariableData
(
*
get_value
)(
UA_String
identifier
),
...
@@ -460,15 +462,15 @@ int runPubsub(UA_String *transportProfile,
...
@@ -460,15 +462,15 @@ int runPubsub(UA_String *transportProfile,
addDataSetField
(
server
,
variableArray
[
i
]);
addDataSetField
(
server
,
variableArray
[
i
]);
}
}
addWriterGroup
(
server
);
addWriterGroup
(
server
,
interval
);
retval
=
addDataSetWriter
(
server
);
retval
=
addDataSetWriter
(
server
);
if
(
retval
!=
UA_STATUSCODE_GOOD
)
if
(
retval
!=
UA_STATUSCODE_GOOD
)
return
EXIT_FAILURE
;
return
EXIT_FAILURE
;
/* Subscribing */
/* Subscribing */
subscribe
(
server
,
variableArray
,
nbVariable
,
id
,
nbReader
,
in
it_node_id
,
subscribe
(
server
,
variableArray
,
nbVariable
,
id
,
nbReader
,
in
terval
,
get_reader_id
,
update
);
init_node_id
,
get_reader_id
,
update
);
retval
=
UA_Server_run
(
server
,
running
);
retval
=
UA_Server_run
(
server
,
running
);
UA_Server_delete
(
server
);
UA_Server_delete
(
server
);
...
...
qjs_wrapper.c
View file @
460a8cf2
#include <pthread.h>
#include "dronedge.h"
#include "dronedge.h"
static
JSClassID
js
_drone_class_i
d
;
static
JSClassID
js
DroneClassI
d
;
static
UA_Boolean
pubsub
_r
unning
=
true
;
static
UA_Boolean
pubsub
R
unning
=
true
;
static
UA_UInt32
nbDrone
;
static
UA_UInt32
nbDrone
;
static
JSValueConst
*
drone_object_id_list
;
static
JSValueConst
*
droneObjectIdList
;
static
MessageQueue
messageQueue
=
{
.
head
=
NULL
,
.
tail
=
NULL
,
};
UA_String
currentMessage
;
pthread_mutex_t
mutex
;
pthread_cond_t
threadCond
;
static
UA_UInt32
lastCheckpoint
=
0
;
// Drone class functions
static
void
js_drone_finalizer
(
JSRuntime
*
rt
,
JSValue
val
)
static
void
js_drone_finalizer
(
JSRuntime
*
rt
,
JSValue
val
)
{
{
JSDroneData
*
s
=
(
JSDroneData
*
)
JS_GetOpaque
(
val
,
js
_drone_class_i
d
);
JSDroneData
*
s
=
(
JSDroneData
*
)
JS_GetOpaque
(
val
,
js
DroneClassI
d
);
js_free_rt
(
rt
,
s
);
js_free_rt
(
rt
,
s
);
}
}
static
JSValue
js_drone_ctor
(
JSContext
*
ctx
,
JSValueConst
new
_t
arget
,
static
JSValue
js_drone_ctor
(
JSContext
*
ctx
,
JSValueConst
new
T
arget
,
int
argc
,
JSValueConst
*
argv
)
int
argc
,
JSValueConst
*
argv
)
{
{
JSDroneData
*
s
;
JSDroneData
*
s
;
...
@@ -30,10 +39,10 @@ static JSValue js_drone_ctor(JSContext *ctx, JSValueConst new_target,
...
@@ -30,10 +39,10 @@ static JSValue js_drone_ctor(JSContext *ctx, JSValueConst new_target,
goto
fail
;
goto
fail
;
s
->
id
=
(
uint16_t
)
uint32
;
s
->
id
=
(
uint16_t
)
uint32
;
proto
=
JS_GetPropertyStr
(
ctx
,
new
_t
arget
,
"prototype"
);
proto
=
JS_GetPropertyStr
(
ctx
,
new
T
arget
,
"prototype"
);
if
(
JS_IsException
(
proto
))
if
(
JS_IsException
(
proto
))
goto
fail
;
goto
fail
;
obj
=
JS_NewObjectProtoClass
(
ctx
,
proto
,
js
_drone_class_i
d
);
obj
=
JS_NewObjectProtoClass
(
ctx
,
proto
,
js
DroneClassI
d
);
JS_FreeValue
(
ctx
,
proto
);
JS_FreeValue
(
ctx
,
proto
);
if
(
JS_IsException
(
obj
))
if
(
JS_IsException
(
obj
))
goto
fail
;
goto
fail
;
...
@@ -45,22 +54,23 @@ static JSValue js_drone_ctor(JSContext *ctx, JSValueConst new_target,
...
@@ -45,22 +54,23 @@ static JSValue js_drone_ctor(JSContext *ctx, JSValueConst new_target,
return
JS_EXCEPTION
;
return
JS_EXCEPTION
;
}
}
static
JSValue
js_drone_init
(
JSContext
*
ctx
,
JSValueConst
this
_v
al
,
static
JSValue
js_drone_init
(
JSContext
*
ctx
,
JSValueConst
this
V
al
,
int
argc
,
JSValueConst
*
argv
)
int
argc
,
JSValueConst
*
argv
)
{
{
int
nb
;
int
nb
;
JSDroneData
*
s
=
(
JSDroneData
*
)
JS_GetOpaque2
(
ctx
,
this
_val
,
js_drone_class_i
d
);
JSDroneData
*
s
=
(
JSDroneData
*
)
JS_GetOpaque2
(
ctx
,
this
Val
,
jsDroneClassI
d
);
if
(
!
s
)
if
(
!
s
)
return
JS_EXCEPTION
;
return
JS_EXCEPTION
;
if
(
JS_ToInt32
(
ctx
,
&
nb
,
argv
[
0
]))
if
(
JS_ToInt32
(
ctx
,
&
nb
,
argv
[
0
]))
return
JS_EXCEPTION
;
return
JS_EXCEPTION
;
drone
_object_id_list
[
nb
]
=
this_v
al
;
drone
ObjectIdList
[
nb
]
=
thisV
al
;
return
JS_UNDEFINED
;
return
JS_UNDEFINED
;
}
}
static
JSValue
js_drone_get
(
JSContext
*
ctx
,
JSValueConst
this
_v
al
,
int
magic
)
static
JSValue
js_drone_get
(
JSContext
*
ctx
,
JSValueConst
this
V
al
,
int
magic
)
{
{
JSDroneData
*
s
=
(
JSDroneData
*
)
JS_GetOpaque2
(
ctx
,
this_val
,
js_drone_class_id
);
JSDroneData
*
s
=
(
JSDroneData
*
)
JS_GetOpaque2
(
ctx
,
thisVal
,
jsDroneClassId
);
JSValue
res
;
if
(
!
s
)
if
(
!
s
)
return
JS_EXCEPTION
;
return
JS_EXCEPTION
;
switch
(
magic
)
{
switch
(
magic
)
{
...
@@ -75,28 +85,78 @@ static JSValue js_drone_get(JSContext *ctx, JSValueConst this_val, int magic)
...
@@ -75,28 +85,78 @@ static JSValue js_drone_get(JSContext *ctx, JSValueConst this_val, int magic)
case
4
:
case
4
:
return
JS_NewFloat64
(
ctx
,
s
->
altitudeRel
);
return
JS_NewFloat64
(
ctx
,
s
->
altitudeRel
);
case
5
:
case
5
:
return
JS_NewUint32
(
ctx
,
s
->
lastCheckpoint
);
pthread_mutex_lock
(
&
mutex
);
res
=
JS_NewString
(
ctx
,
s
->
message
);
strcpy
(
s
->
message
,
""
);
pthread_cond_signal
(
&
threadCond
);
pthread_mutex_unlock
(
&
mutex
);
return
res
;
default:
default:
return
JS_EXCEPTION
;
return
JS_EXCEPTION
;
}
}
}
}
static
JSValue
js_drone_set_
checkpoint
(
JSContext
*
ctx
,
JSValueConst
this_v
al
,
static
JSValue
js_drone_set_
message
(
JSContext
*
ctx
,
JSValueConst
thisV
al
,
int
argc
,
JSValueConst
*
argv
)
int
argc
,
JSValueConst
*
argv
)
{
{
uint32_t
uint32
;
struct
messageNode
*
newNode
;
if
(
JS_ToUint32
(
ctx
,
&
uint32
,
argv
[
0
]))
const
char
*
message
;
message
=
JS_ToCString
(
ctx
,
argv
[
0
]);
if
(
strlen
(
message
)
>
MAX_MESSAGE_SIZE
)
{
UA_LOG_ERROR
(
UA_Log_Stdout
,
UA_LOGCATEGORY_SERVER
,
"Message too long"
);
return
JS_EXCEPTION
;
return
JS_EXCEPTION
;
lastCheckpoint
=
(
uint16_t
)
uint32
;
}
newNode
=
(
struct
messageNode
*
)
malloc
(
sizeof
(
struct
messageNode
));
newNode
->
message
=
strdup
(
message
);
newNode
->
next
=
NULL
;
if
(
messageQueue
.
tail
==
NULL
)
{
messageQueue
.
head
=
messageQueue
.
tail
=
newNode
;
}
else
{
messageQueue
.
tail
->
next
=
newNode
;
messageQueue
.
tail
=
newNode
;
}
JS_FreeCString
(
ctx
,
message
);
return
JS_UNDEFINED
;
return
JS_UNDEFINED
;
}
}
UA_UInt32
getLastCheckpoint
(
void
)
static
void
delete_message_node
(
struct
messageNode
*
node
)
{
free
(
node
->
message
);
free
(
node
);
}
static
UA_Boolean
UA_String_isEmpty
(
const
UA_String
*
s
)
{
return
(
s
->
length
==
0
||
s
->
data
==
NULL
);
}
static
void
clear_message
(
UA_String
message
)
{
if
(
!
UA_String_isEmpty
(
&
message
))
UA_String_clear
(
&
message
);
}
UA_String
get_message
(
void
)
{
{
return
lastCheckpoint
;
struct
messageNode
*
current
;
current
=
messageQueue
.
head
;
if
(
current
==
NULL
)
{
if
(
!
UA_String_isEmpty
(
&
currentMessage
))
{
UA_String_clear
(
&
currentMessage
);
currentMessage
=
UA_STRING
(
""
);
}
}
else
{
clear_message
(
currentMessage
);
currentMessage
=
UA_STRING_ALLOC
(
current
->
message
);
messageQueue
.
head
=
current
->
next
==
NULL
?
(
messageQueue
.
tail
=
NULL
)
:
current
->
next
;
delete_message_node
(
current
);
}
return
currentMessage
;
}
}
static
JSClassDef
js
_drone_c
lass
=
{
static
JSClassDef
js
DroneC
lass
=
{
"Drone"
,
"Drone"
,
.
finalizer
=
js_drone_finalizer
,
.
finalizer
=
js_drone_finalizer
,
};
};
...
@@ -107,20 +167,17 @@ static const JSCFunctionListEntry js_drone_proto_funcs[] = {
...
@@ -107,20 +167,17 @@ static const JSCFunctionListEntry js_drone_proto_funcs[] = {
JS_CGETSET_MAGIC_DEF
(
"longitude"
,
js_drone_get
,
NULL
,
2
),
JS_CGETSET_MAGIC_DEF
(
"longitude"
,
js_drone_get
,
NULL
,
2
),
JS_CGETSET_MAGIC_DEF
(
"altitudeAbs"
,
js_drone_get
,
NULL
,
3
),
JS_CGETSET_MAGIC_DEF
(
"altitudeAbs"
,
js_drone_get
,
NULL
,
3
),
JS_CGETSET_MAGIC_DEF
(
"altitudeRel"
,
js_drone_get
,
NULL
,
4
),
JS_CGETSET_MAGIC_DEF
(
"altitudeRel"
,
js_drone_get
,
NULL
,
4
),
JS_CGETSET_MAGIC_DEF
(
"
lastCheckpoint
"
,
js_drone_get
,
NULL
,
5
),
JS_CGETSET_MAGIC_DEF
(
"
message
"
,
js_drone_get
,
NULL
,
5
),
JS_CFUNC_DEF
(
"init"
,
1
,
js_drone_init
),
JS_CFUNC_DEF
(
"init"
,
1
,
js_drone_init
),
};
};
// pubsub functions
UA_UInt16
get_drone_id
(
UA_UInt32
nb
)
{
UA_UInt16
get_drone_id
(
UA_UInt32
nb
)
{
JSDroneData
*
s
=
(
JSDroneData
*
)
JS_GetOpaque
(
drone
_object_id_list
[
nb
],
js_drone_class_i
d
);
JSDroneData
*
s
=
(
JSDroneData
*
)
JS_GetOpaque
(
drone
ObjectIdList
[
nb
],
jsDroneClassI
d
);
return
s
->
id
;
return
s
->
id
;
}
}
void
stop_pubsub
(
void
)
{
pubsub_running
=
false
;
free
(
drone_object_id_list
);
}
VariableData
pubsub_get_value
(
UA_String
identifier
)
{
VariableData
pubsub_get_value
(
UA_String
identifier
)
{
VariableData
var_details
;
VariableData
var_details
;
UA_String
name
;
UA_String
name
;
...
@@ -143,6 +200,9 @@ VariableData pubsub_get_value(UA_String identifier) {
...
@@ -143,6 +200,9 @@ VariableData pubsub_get_value(UA_String identifier) {
case
UA_TYPES_DATETIME
:
case
UA_TYPES_DATETIME
:
*
(
UA_DateTime
*
)
var_details
.
value
=
droneVariableArray
[
i
].
getter
.
getTimestamp
();
*
(
UA_DateTime
*
)
var_details
.
value
=
droneVariableArray
[
i
].
getter
.
getTimestamp
();
break
;
break
;
case
UA_TYPES_STRING
:
*
(
UA_String
*
)
var_details
.
value
=
droneVariableArray
[
i
].
getter
.
getString
();
break
;
default:
default:
UA_LOG_ERROR
(
UA_Log_Stdout
,
UA_LOGCATEGORY_SERVER
,
"UA_TYPE not handled"
);
UA_LOG_ERROR
(
UA_Log_Stdout
,
UA_LOGCATEGORY_SERVER
,
"UA_TYPE not handled"
);
break
;
break
;
...
@@ -155,7 +215,7 @@ VariableData pubsub_get_value(UA_String identifier) {
...
@@ -155,7 +215,7 @@ VariableData pubsub_get_value(UA_String identifier) {
}
}
void
init_node_id
(
UA_UInt32
id
,
UA_UInt32
nb
,
UA_UInt32
magic
)
{
void
init_node_id
(
UA_UInt32
id
,
UA_UInt32
nb
,
UA_UInt32
magic
)
{
JSDroneData
*
s
=
(
JSDroneData
*
)
JS_GetOpaque
(
drone
_object_id_list
[
nb
],
js_drone_class_i
d
);
JSDroneData
*
s
=
(
JSDroneData
*
)
JS_GetOpaque
(
drone
ObjectIdList
[
nb
],
jsDroneClassI
d
);
switch
(
magic
)
{
switch
(
magic
)
{
case
0
:
case
0
:
s
->
latitudeId
=
id
;
s
->
latitudeId
=
id
;
...
@@ -170,7 +230,7 @@ void init_node_id(UA_UInt32 id, UA_UInt32 nb, UA_UInt32 magic) {
...
@@ -170,7 +230,7 @@ void init_node_id(UA_UInt32 id, UA_UInt32 nb, UA_UInt32 magic) {
s
->
altitudeRelId
=
id
;
s
->
altitudeRelId
=
id
;
break
;
break
;
case
4
:
case
4
:
s
->
lastCheckpoint
Id
=
id
;
s
->
message
Id
=
id
;
break
;
break
;
default:
default:
break
;
break
;
...
@@ -180,8 +240,9 @@ void init_node_id(UA_UInt32 id, UA_UInt32 nb, UA_UInt32 magic) {
...
@@ -180,8 +240,9 @@ void init_node_id(UA_UInt32 id, UA_UInt32 nb, UA_UInt32 magic) {
void
pubsub_update_coordinates
(
UA_UInt32
id
,
const
UA_DataValue
*
var
)
void
pubsub_update_coordinates
(
UA_UInt32
id
,
const
UA_DataValue
*
var
)
{
{
JSDroneData
*
s
;
JSDroneData
*
s
;
UA_String
uaStr
;;
for
(
UA_UInt32
i
=
0
;
i
<
nbDrone
;
i
++
)
{
for
(
UA_UInt32
i
=
0
;
i
<
nbDrone
;
i
++
)
{
s
=
(
JSDroneData
*
)
JS_GetOpaque
(
drone
_object_id_list
[
i
],
js_drone_class_i
d
);
s
=
(
JSDroneData
*
)
JS_GetOpaque
(
drone
ObjectIdList
[
i
],
jsDroneClassI
d
);
if
(
s
->
latitudeId
==
id
)
{
if
(
s
->
latitudeId
==
id
)
{
s
->
latitude
=
*
(
UA_Double
*
)
var
->
value
.
data
;
s
->
latitude
=
*
(
UA_Double
*
)
var
->
value
.
data
;
return
;
return
;
...
@@ -194,8 +255,14 @@ void pubsub_update_coordinates(UA_UInt32 id, const UA_DataValue *var)
...
@@ -194,8 +255,14 @@ void pubsub_update_coordinates(UA_UInt32 id, const UA_DataValue *var)
}
else
if
(
s
->
altitudeRelId
==
id
)
{
}
else
if
(
s
->
altitudeRelId
==
id
)
{
s
->
altitudeRel
=
*
(
UA_Float
*
)
var
->
value
.
data
;
s
->
altitudeRel
=
*
(
UA_Float
*
)
var
->
value
.
data
;
return
;
return
;
}
else
if
(
s
->
lastCheckpointId
==
id
)
{
}
else
if
(
s
->
messageId
==
id
)
{
s
->
lastCheckpoint
=
*
(
UA_UInt32
*
)
var
->
value
.
data
;
uaStr
=
*
(
UA_String
*
)
var
->
value
.
data
;
pthread_mutex_lock
(
&
mutex
);
while
(
strlen
(
s
->
message
)
!=
0
)
pthread_cond_wait
(
&
threadCond
,
&
mutex
);
memcpy
(
s
->
message
,
uaStr
.
data
,
uaStr
.
length
);
s
->
message
[
uaStr
.
length
]
=
'\0'
;
pthread_mutex_unlock
(
&
mutex
);
return
;
return
;
}
}
}
}
...
@@ -205,8 +272,9 @@ void pubsub_update_coordinates(UA_UInt32 id, const UA_DataValue *var)
...
@@ -205,8 +272,9 @@ void pubsub_update_coordinates(UA_UInt32 id, const UA_DataValue *var)
void
pubsub_print_coordinates
(
UA_UInt32
id
,
const
UA_DataValue
*
var
)
void
pubsub_print_coordinates
(
UA_UInt32
id
,
const
UA_DataValue
*
var
)
{
{
JSDroneData
*
s
;
JSDroneData
*
s
;
UA_String
uaStr
;
for
(
UA_UInt32
i
=
0
;
i
<
nbDrone
;
i
++
)
{
for
(
UA_UInt32
i
=
0
;
i
<
nbDrone
;
i
++
)
{
s
=
(
JSDroneData
*
)
JS_GetOpaque
(
drone
_object_id_list
[
i
],
js_drone_class_i
d
);
s
=
(
JSDroneData
*
)
JS_GetOpaque
(
drone
ObjectIdList
[
i
],
jsDroneClassI
d
);
if
(
s
->
latitudeId
==
id
)
{
if
(
s
->
latitudeId
==
id
)
{
s
->
latitude
=
*
(
UA_Double
*
)
var
->
value
.
data
;
s
->
latitude
=
*
(
UA_Double
*
)
var
->
value
.
data
;
UA_LOG_INFO
(
UA_Log_Stdout
,
UA_LOGCATEGORY_CLIENT
,
"Received latitude of drone %d: %f°"
,
s
->
id
,
s
->
latitude
);
UA_LOG_INFO
(
UA_Log_Stdout
,
UA_LOGCATEGORY_CLIENT
,
"Received latitude of drone %d: %f°"
,
s
->
id
,
s
->
latitude
);
...
@@ -223,9 +291,11 @@ void pubsub_print_coordinates(UA_UInt32 id, const UA_DataValue *var)
...
@@ -223,9 +291,11 @@ void pubsub_print_coordinates(UA_UInt32 id, const UA_DataValue *var)
s
->
altitudeRel
=
*
(
UA_Float
*
)
var
->
value
.
data
;
s
->
altitudeRel
=
*
(
UA_Float
*
)
var
->
value
.
data
;
UA_LOG_INFO
(
UA_Log_Stdout
,
UA_LOGCATEGORY_CLIENT
,
"Received relative altitude of drone %d: %fm"
,
s
->
id
,
s
->
altitudeRel
);
UA_LOG_INFO
(
UA_Log_Stdout
,
UA_LOGCATEGORY_CLIENT
,
"Received relative altitude of drone %d: %fm"
,
s
->
id
,
s
->
altitudeRel
);
return
;
return
;
}
else
if
(
s
->
lastCheckpointId
==
id
)
{
}
else
if
(
s
->
messageId
==
id
)
{
s
->
lastCheckpoint
=
*
(
UA_UInt32
*
)
var
->
value
.
data
;
uaStr
=
*
(
UA_String
*
)
var
->
value
.
data
;
UA_LOG_INFO
(
UA_Log_Stdout
,
UA_LOGCATEGORY_CLIENT
,
"Received checkpoint of drone %d: %dm"
,
s
->
id
,
s
->
lastCheckpoint
);
memcpy
(
s
->
message
,
uaStr
.
data
,
uaStr
.
length
);
s
->
message
[
uaStr
.
length
]
=
'\0'
;
UA_LOG_INFO
(
UA_Log_Stdout
,
UA_LOGCATEGORY_CLIENT
,
"Received message of drone %d: %s"
,
s
->
id
,
s
->
message
);
return
;
return
;
}
}
}
}
...
@@ -237,73 +307,90 @@ void pubsub_print_coordinates(UA_UInt32 id, const UA_DataValue *var)
...
@@ -237,73 +307,90 @@ void pubsub_print_coordinates(UA_UInt32 id, const UA_DataValue *var)
* arg 1 (string): port used for multicast communication
* arg 1 (string): port used for multicast communication
* arg 2 (string): network interface used for multicast communication
* arg 2 (string): network interface used for multicast communication
* arg 3 (int): ID of the drone
* arg 3 (int): ID of the drone
* arg 4 (bool): true if there will be data to publish
* arg 4 (double): publication/subscription interval in ms
* arg 5 (bool): true if there will be data to publish
*/
*/
static
JSValue
js_run_pubsub
(
JSContext
*
ctx
,
JSValueConst
this_val
,
static
JSValue
js_run_pubsub
(
JSContext
*
ctx
,
JSValueConst
this_val
,
int
argc
,
JSValueConst
*
argv
)
int
argc
,
JSValueConst
*
argv
)
{
{
const
char
*
ipv6
;
const
char
*
ipv6
;
const
char
*
port
;
const
char
*
port
;
const
char
*
net
_i
face
;
const
char
*
net
I
face
;
char
*
not
_const_net_i
face
;
char
*
not
ConstNetI
face
;
char
urlBuffer
[
44
];
char
urlBuffer
[
44
];
UA_UInt32
id
;
UA_UInt32
id
;
UA_Duration
interval
;
int
res
;
int
res
;
ipv6
=
JS_ToCString
(
ctx
,
argv
[
0
]);
ipv6
=
JS_ToCString
(
ctx
,
argv
[
0
]);
port
=
JS_ToCString
(
ctx
,
argv
[
1
]);
port
=
JS_ToCString
(
ctx
,
argv
[
1
]);
net
_i
face
=
JS_ToCString
(
ctx
,
argv
[
2
]);
net
I
face
=
JS_ToCString
(
ctx
,
argv
[
2
]);
UA_snprintf
(
urlBuffer
,
sizeof
(
urlBuffer
),
"opc.udp://[%s]:%s/"
,
ipv6
,
port
);
UA_snprintf
(
urlBuffer
,
sizeof
(
urlBuffer
),
"opc.udp://[%s]:%s/"
,
ipv6
,
port
);
UA_String
transportProfile
=
UA_String
transportProfile
=
UA_STRING
(
"http://opcfoundation.org/UA-Profile/Transport/pubsub-udp-uadp"
);
UA_STRING
(
"http://opcfoundation.org/UA-Profile/Transport/pubsub-udp-uadp"
);
UA_NetworkAddressUrlDataType
networkAddressUrl
;
UA_NetworkAddressUrlDataType
networkAddressUrl
;
not
_const_net_iface
=
strdup
(
net_i
face
);
not
ConstNetIface
=
strdup
(
netI
face
);
networkAddressUrl
.
networkInterface
=
UA_STRING
(
not
_const_net_i
face
);
networkAddressUrl
.
networkInterface
=
UA_STRING
(
not
ConstNetI
face
);
networkAddressUrl
.
url
=
UA_STRING
(
urlBuffer
);
networkAddressUrl
.
url
=
UA_STRING
(
urlBuffer
);
if
(
JS_ToUint32
(
ctx
,
&
id
,
argv
[
3
]))
if
(
JS_ToUint32
(
ctx
,
&
id
,
argv
[
3
]))
return
JS_EXCEPTION
;
return
JS_EXCEPTION
;
if
(
JS_ToBool
(
ctx
,
argv
[
4
]))
{
if
(
JS_ToFloat64
(
ctx
,
&
interval
,
argv
[
4
]))
return
JS_EXCEPTION
;
if
(
JS_ToBool
(
ctx
,
argv
[
5
]))
{
res
=
runPubsub
(
&
transportProfile
,
&
networkAddressUrl
,
res
=
runPubsub
(
&
transportProfile
,
&
networkAddressUrl
,
droneVariableArray
,
countof
(
droneVariableArray
),
id
,
droneVariableArray
,
countof
(
droneVariableArray
),
id
,
nbDrone
,
init_node_id
,
get_drone_id
,
pubsub_get_value
,
nbDrone
,
interval
,
init_node_id
,
get_drone_id
,
pubsub_update_coordinates
,
&
pubsub_running
);
pubsub_get_value
,
pubsub_update_coordinates
,
&
pubsubRunning
);
}
else
{
}
else
{
res
=
subscribeOnly
(
&
transportProfile
,
&
networkAddressUrl
,
res
=
subscribeOnly
(
&
transportProfile
,
&
networkAddressUrl
,
droneVariableArray
,
countof
(
droneVariableArray
),
id
,
droneVariableArray
,
countof
(
droneVariableArray
),
id
,
nbDrone
,
init_node_id
,
get_drone_id
,
nbDrone
,
in
terval
,
in
it_node_id
,
get_drone_id
,
pubsub_print_coordinates
,
&
pubsub
_r
unning
);
pubsub_print_coordinates
,
&
pubsub
R
unning
);
}
}
JS_FreeCString
(
ctx
,
ipv6
);
JS_FreeCString
(
ctx
,
ipv6
);
JS_FreeCString
(
ctx
,
port
);
JS_FreeCString
(
ctx
,
port
);
free
(
not
_const_net_i
face
);
free
(
not
ConstNetI
face
);
JS_FreeCString
(
ctx
,
net
_i
face
);
JS_FreeCString
(
ctx
,
net
I
face
);
return
JS_NewInt32
(
ctx
,
res
);
return
JS_NewInt32
(
ctx
,
res
);
}
}
static
JSValue
js_init_pubsub
(
JSContext
*
ctx
,
JSValueConst
this
_v
al
,
static
JSValue
js_init_pubsub
(
JSContext
*
ctx
,
JSValueConst
this
V
al
,
int
argc
,
JSValueConst
*
argv
)
int
argc
,
JSValueConst
*
argv
)
{
{
if
(
JS_ToUint32
(
ctx
,
&
nbDrone
,
argv
[
0
]))
if
(
JS_ToUint32
(
ctx
,
&
nbDrone
,
argv
[
0
]))
return
JS_EXCEPTION
;
return
JS_EXCEPTION
;
drone
_object_id_l
ist
=
(
JSValue
*
)
malloc
(
nbDrone
*
sizeof
(
JSValueConst
));
drone
ObjectIdL
ist
=
(
JSValue
*
)
malloc
(
nbDrone
*
sizeof
(
JSValueConst
));
return
JS_NewInt32
(
ctx
,
0
);
return
JS_NewInt32
(
ctx
,
0
);
}
}
static
JSValue
js_stop_pubsub
(
JSContext
*
ctx
,
JSValueConst
this
_v
al
,
static
JSValue
js_stop_pubsub
(
JSContext
*
ctx
,
JSValueConst
this
V
al
,
int
argc
,
JSValueConst
*
argv
)
int
argc
,
JSValueConst
*
argv
)
{
{
pubsub_running
=
false
;
struct
messageNode
*
current
;
free
(
drone_object_id_list
);
pubsubRunning
=
false
;
free
(
droneObjectIdList
);
while
(
messageQueue
.
head
!=
NULL
)
{
current
=
messageQueue
.
head
;
messageQueue
.
head
=
current
->
next
;
delete_message_node
(
current
);
}
clear_message
(
currentMessage
);
return
JS_NewInt32
(
ctx
,
0
);
return
JS_NewInt32
(
ctx
,
0
);
}
}
static
JSValue
js_mavsdk_start
(
JSContext
*
ctx
,
JSValueConst
this_val
,
// Connexion management functions
static
JSValue
js_mavsdk_start
(
JSContext
*
ctx
,
JSValueConst
thisVal
,
int
argc
,
JSValueConst
*
argv
)
int
argc
,
JSValueConst
*
argv
)
{
{
const
char
*
url
;
const
char
*
url
;
...
@@ -323,76 +410,65 @@ static JSValue js_mavsdk_start(JSContext *ctx, JSValueConst this_val,
...
@@ -323,76 +410,65 @@ static JSValue js_mavsdk_start(JSContext *ctx, JSValueConst this_val,
return
JS_NewInt32
(
ctx
,
res
);
return
JS_NewInt32
(
ctx
,
res
);
}
}
static
JSValue
js_mavsdk_stop
(
JSContext
*
ctx
,
JSValueConst
this
_v
al
,
static
JSValue
js_mavsdk_stop
(
JSContext
*
ctx
,
JSValueConst
this
V
al
,
int
argc
,
JSValueConst
*
argv
)
int
argc
,
JSValueConst
*
argv
)
{
{
return
JS_NewInt32
(
ctx
,
mavsdk_stop
());
return
JS_NewInt32
(
ctx
,
mavsdk_stop
());
}
}
static
JSValue
js_mavsdk_reboot
(
JSContext
*
ctx
,
JSValueConst
this
_v
al
,
static
JSValue
js_mavsdk_reboot
(
JSContext
*
ctx
,
JSValueConst
this
V
al
,
int
argc
,
JSValueConst
*
argv
)
int
argc
,
JSValueConst
*
argv
)
{
{
return
JS_NewInt32
(
ctx
,
mavsdk_reboot
());
return
JS_NewInt32
(
ctx
,
mavsdk_reboot
());
}
}
static
JSValue
js_mavsdk_healthAllOk
(
JSContext
*
ctx
,
JSValueConst
this_val
,
// Flight state management functions
static
JSValue
js_mavsdk_arm
(
JSContext
*
ctx
,
JSValueConst
this_val
,
int
argc
,
JSValueConst
*
argv
)
int
argc
,
JSValueConst
*
argv
)
{
{
return
JS_New
Bool
(
ctx
,
mavsdk_healthAllOk
());
return
JS_New
Int32
(
ctx
,
mavsdk_arm
());
}
}
static
JSValue
js_mavsdk_land
ed
(
JSContext
*
ctx
,
JSValueConst
this_v
al
,
static
JSValue
js_mavsdk_land
(
JSContext
*
ctx
,
JSValueConst
thisV
al
,
int
argc
,
JSValueConst
*
argv
)
int
argc
,
JSValueConst
*
argv
)
{
{
return
JS_New
Bool
(
ctx
,
mavsdk_lande
d
());
return
JS_New
Int32
(
ctx
,
mavsdk_lan
d
());
}
}
static
JSValue
js_mavsdk_
arm
(
JSContext
*
ctx
,
JSValueConst
this_v
al
,
static
JSValue
js_mavsdk_
takeOff
(
JSContext
*
ctx
,
JSValueConst
thisV
al
,
int
argc
,
JSValueConst
*
argv
)
int
argc
,
JSValueConst
*
argv
)
{
{
return
JS_NewInt32
(
ctx
,
mavsdk_
arm
());
return
JS_NewInt32
(
ctx
,
mavsdk_
takeOff
());
}
}
static
JSValue
js_mavsdk_setTargetCoordinates
(
JSContext
*
ctx
,
static
JSValue
js_mavsdk_takeOffAndWait
(
JSContext
*
ctx
,
JSValueConst
thisVal
,
JSValueConst
this_val
,
int
argc
,
JSValueConst
*
argv
)
int
argc
,
JSValueConst
*
argv
)
{
{
double
la_arg_double
;
return
JS_NewInt32
(
ctx
,
mavsdk_takeOffAndWait
());
double
lo_arg_double
;
double
a_arg_double
;
double
y_arg_double
;
if
(
JS_ToFloat64
(
ctx
,
&
la_arg_double
,
argv
[
0
]))
return
JS_EXCEPTION
;
if
(
JS_ToFloat64
(
ctx
,
&
lo_arg_double
,
argv
[
1
]))
return
JS_EXCEPTION
;
if
(
JS_ToFloat64
(
ctx
,
&
a_arg_double
,
argv
[
2
]))
return
JS_EXCEPTION
;
if
(
JS_ToFloat64
(
ctx
,
&
y_arg_double
,
argv
[
3
]))
return
JS_EXCEPTION
;
return
JS_NewInt32
(
ctx
,
mavsdk_setTargetCoordinates
(
la_arg_double
,
lo_arg_double
,
(
float
)
a_arg_double
,
(
float
)
y_arg_double
));
}
}
static
JSValue
js_mavsdk_
setTargetLatLong
(
JSContext
*
ctx
,
JSValueConst
this_v
al
,
static
JSValue
js_mavsdk_
triggerParachute
(
JSContext
*
ctx
,
JSValueConst
thisV
al
,
int
argc
,
JSValueConst
*
argv
)
int
argc
,
JSValueConst
*
argv
)
{
{
double
la_arg_double
;
return
JS_NewInt32
(
ctx
,
mavsdk_triggerParachute
())
;
double
lo_arg_double
;
}
if
(
JS_ToFloat64
(
ctx
,
&
la_arg_double
,
argv
[
0
]))
// Flight management functions
return
JS_EXCEPTION
;
if
(
JS_ToFloat64
(
ctx
,
&
lo_arg_double
,
argv
[
1
]))
static
JSValue
js_mavsdk_loiter
(
JSContext
*
ctx
,
JSValueConst
thisVal
,
int
argc
,
JSValueConst
*
argv
)
{
double
radius
=
100
;
if
(
argc
>
0
)
{
if
(
JS_ToFloat64
(
ctx
,
&
radius
,
argv
[
0
]))
return
JS_EXCEPTION
;
return
JS_EXCEPTION
;
}
return
JS_NewInt32
(
ctx
,
mavsdk_setTargetLatLong
(
la_arg_double
,
return
JS_NewInt32
(
ctx
,
mavsdk_loiter
((
float
)
radius
));
lo_arg_double
));
}
}
static
JSValue
js_mavsdk_setA
ltitude
(
JSContext
*
ctx
,
JSValueConst
this_v
al
,
static
JSValue
js_mavsdk_setA
irspeed
(
JSContext
*
ctx
,
JSValueConst
thisV
al
,
int
argc
,
JSValueConst
*
argv
)
int
argc
,
JSValueConst
*
argv
)
{
{
double
altitude
;
double
altitude
;
...
@@ -400,10 +476,10 @@ static JSValue js_mavsdk_setAltitude(JSContext *ctx, JSValueConst this_val,
...
@@ -400,10 +476,10 @@ static JSValue js_mavsdk_setAltitude(JSContext *ctx, JSValueConst this_val,
if
(
JS_ToFloat64
(
ctx
,
&
altitude
,
argv
[
0
]))
if
(
JS_ToFloat64
(
ctx
,
&
altitude
,
argv
[
0
]))
return
JS_EXCEPTION
;
return
JS_EXCEPTION
;
return
JS_NewInt32
(
ctx
,
mavsdk_setA
ltitude
((
float
)
altitude
));
return
JS_NewInt32
(
ctx
,
mavsdk_setA
irspeed
((
float
)
altitude
));
}
}
static
JSValue
js_mavsdk_setA
irspeed
(
JSContext
*
ctx
,
JSValueConst
this_v
al
,
static
JSValue
js_mavsdk_setA
ltitude
(
JSContext
*
ctx
,
JSValueConst
thisV
al
,
int
argc
,
JSValueConst
*
argv
)
int
argc
,
JSValueConst
*
argv
)
{
{
double
altitude
;
double
altitude
;
...
@@ -411,183 +487,163 @@ static JSValue js_mavsdk_setAirspeed(JSContext *ctx, JSValueConst this_val,
...
@@ -411,183 +487,163 @@ static JSValue js_mavsdk_setAirspeed(JSContext *ctx, JSValueConst this_val,
if
(
JS_ToFloat64
(
ctx
,
&
altitude
,
argv
[
0
]))
if
(
JS_ToFloat64
(
ctx
,
&
altitude
,
argv
[
0
]))
return
JS_EXCEPTION
;
return
JS_EXCEPTION
;
return
JS_NewInt32
(
ctx
,
mavsdk_setA
irspeed
((
float
)
altitude
));
return
JS_NewInt32
(
ctx
,
mavsdk_setA
ltitude
((
float
)
altitude
));
}
}
static
JSValue
js_mavsdk_getYaw
(
JSContext
*
ctx
,
JSValueConst
this_val
,
static
JSValue
js_mavsdk_setTargetCoordinates
(
JSContext
*
ctx
,
JSValueConst
thisVal
,
int
argc
,
JSValueConst
*
argv
)
int
argc
,
JSValueConst
*
argv
)
{
{
return
JS_NewFloat64
(
ctx
,
mavsdk_getYaw
());
double
la_arg_double
;
}
double
lo_arg_double
;
double
a_arg_double
;
static
JSValue
js_mavsdk_getInitialLatitude
(
JSContext
*
ctx
,
if
(
JS_ToFloat64
(
ctx
,
&
la_arg_double
,
argv
[
0
]))
JSValueConst
this_val
,
return
JS_EXCEPTION
;
int
argc
,
JSValueConst
*
argv
)
if
(
JS_ToFloat64
(
ctx
,
&
lo_arg_double
,
argv
[
1
])
)
{
return
JS_EXCEPTION
;
return
JS_NewFloat64
(
ctx
,
mavsdk_getInitialLatitude
());
if
(
JS_ToFloat64
(
ctx
,
&
a_arg_double
,
argv
[
2
]))
}
return
JS_EXCEPTION
;
static
JSValue
js_mavsdk_getLatitude
(
JSContext
*
ctx
,
JSValueConst
this_val
,
return
JS_NewInt32
(
ctx
,
mavsdk_setTargetCoordinates
(
la_arg_double
,
int
argc
,
JSValueConst
*
argv
)
lo_arg_double
,
{
(
float
)
a_arg_double
));
return
JS_NewFloat64
(
ctx
,
mavsdk_getLatitude
());
}
}
static
JSValue
js_mavsdk_
getInitialLongitude
(
JSContext
*
ctx
,
static
JSValue
js_mavsdk_
setManualControlInput
(
JSContext
*
ctx
,
JSValueConst
this_v
al
,
JSValueConst
thisV
al
,
int
argc
,
JSValueConst
*
argv
)
int
argc
,
JSValueConst
*
argv
)
{
{
return
JS_New
Float64
(
ctx
,
mavsdk_getInitialLongitude
());
return
JS_New
Int32
(
ctx
,
mavsdk_setManualControlInput
());
}
}
static
JSValue
js_mavsdk_getLongitude
(
JSContext
*
ctx
,
JSValueConst
this_val
,
// Information functions
static
JSValue
js_mavsdk_getAltitude
(
JSContext
*
ctx
,
JSValueConst
thisVal
,
int
argc
,
JSValueConst
*
argv
)
int
argc
,
JSValueConst
*
argv
)
{
{
return
JS_NewFloat64
(
ctx
,
mavsdk_get
Long
itude
());
return
JS_NewFloat64
(
ctx
,
mavsdk_get
Alt
itude
());
}
}
static
JSValue
js_mavsdk_getTakeOffAltitude
(
JSContext
*
ctx
,
static
JSValue
js_mavsdk_getAltitudeRel
(
JSContext
*
ctx
,
JSValueConst
thisVal
,
JSValueConst
this_val
,
int
argc
,
JSValueConst
*
argv
)
int
argc
,
JSValueConst
*
argv
)
{
{
return
JS_NewFloat64
(
ctx
,
mavsdk_get
TakeOffAltitude
());
return
JS_NewFloat64
(
ctx
,
mavsdk_get
AltitudeRel
());
}
}
static
JSValue
js_mavsdk_getInitialAltitude
(
JSContext
*
ctx
,
static
JSValue
js_mavsdk_getInitialAltitude
(
JSContext
*
ctx
,
JSValueConst
this
_v
al
,
JSValueConst
this
V
al
,
int
argc
,
JSValueConst
*
argv
)
int
argc
,
JSValueConst
*
argv
)
{
{
return
JS_NewFloat64
(
ctx
,
mavsdk_getInitialAltitude
());
return
JS_NewFloat64
(
ctx
,
mavsdk_getInitialAltitude
());
}
}
static
JSValue
js_mavsdk_getAltitude
(
JSContext
*
ctx
,
JSValueConst
this_val
,
static
JSValue
js_mavsdk_getInitialLatitude
(
JSContext
*
ctx
,
JSValueConst
thisVal
,
int
argc
,
JSValueConst
*
argv
)
int
argc
,
JSValueConst
*
argv
)
{
{
return
JS_NewFloat64
(
ctx
,
mavsdk_get
Al
titude
());
return
JS_NewFloat64
(
ctx
,
mavsdk_get
InitialLa
titude
());
}
}
static
JSValue
js_mavsdk_getAltitudeRel
(
JSContext
*
ctx
,
JSValueConst
this_val
,
static
JSValue
js_mavsdk_getInitialLongitude
(
JSContext
*
ctx
,
JSValueConst
thisVal
,
int
argc
,
JSValueConst
*
argv
)
int
argc
,
JSValueConst
*
argv
)
{
{
return
JS_NewFloat64
(
ctx
,
mavsdk_get
AltitudeRel
());
return
JS_NewFloat64
(
ctx
,
mavsdk_get
InitialLongitude
());
}
}
static
JSValue
js_mavsdk_
loiter
(
JSContext
*
ctx
,
JSValueConst
this_v
al
,
static
JSValue
js_mavsdk_
getLatitude
(
JSContext
*
ctx
,
JSValueConst
thisV
al
,
int
argc
,
JSValueConst
*
argv
)
int
argc
,
JSValueConst
*
argv
)
{
{
return
JS_New
Int32
(
ctx
,
mavsdk_loiter
());
return
JS_New
Float64
(
ctx
,
mavsdk_getLatitude
());
}
}
static
JSValue
js_mavsdk_
doParachute
(
JSContext
*
ctx
,
JSValueConst
this_v
al
,
static
JSValue
js_mavsdk_
getLongitude
(
JSContext
*
ctx
,
JSValueConst
thisV
al
,
int
argc
,
JSValueConst
*
argv
)
int
argc
,
JSValueConst
*
argv
)
{
{
double
param
;
return
JS_NewFloat64
(
ctx
,
mavsdk_getLongitude
());
if
(
JS_ToFloat64
(
ctx
,
&
param
,
argv
[
0
]))
return
JS_EXCEPTION
;
return
JS_NewInt32
(
ctx
,
mavsdk_doParachute
((
float
)
param
));
}
}
static
JSValue
js_mavsdk_
setTargetCoordinatesXYZ
(
JSContext
*
ctx
,
static
JSValue
js_mavsdk_
getTakeOffAltitude
(
JSContext
*
ctx
,
JSValueConst
this_v
al
,
JSValueConst
thisV
al
,
int
argc
,
JSValueConst
*
argv
)
int
argc
,
JSValueConst
*
argv
)
{
{
double
x_arg_double
;
return
JS_NewFloat64
(
ctx
,
mavsdk_getTakeOffAltitude
());
double
y_arg_double
;
double
z_arg_double
;
if
(
JS_ToFloat64
(
ctx
,
&
x_arg_double
,
argv
[
0
]))
return
JS_EXCEPTION
;
if
(
JS_ToFloat64
(
ctx
,
&
y_arg_double
,
argv
[
1
]))
return
JS_EXCEPTION
;
if
(
JS_ToFloat64
(
ctx
,
&
z_arg_double
,
argv
[
2
]))
return
JS_EXCEPTION
;
return
JS_NewInt32
(
ctx
,
mavsdk_setTargetCoordinatesXYZ
(
x_arg_double
,
y_arg_double
,
(
float
)
z_arg_double
));
}
}
static
JSValue
js_mavsdk_
setTargetAltitude
(
JSContext
*
ctx
,
JSValueConst
this_v
al
,
static
JSValue
js_mavsdk_
getYaw
(
JSContext
*
ctx
,
JSValueConst
thisV
al
,
int
argc
,
JSValueConst
*
argv
)
int
argc
,
JSValueConst
*
argv
)
{
{
double
a_arg_double
;
return
JS_NewFloat64
(
ctx
,
mavsdk_getYaw
());
if
(
JS_ToFloat64
(
ctx
,
&
a_arg_double
,
argv
[
0
]))
return
JS_EXCEPTION
;
return
JS_NewInt32
(
ctx
,
mavsdk_setTargetAltitude
((
float
)
a_arg_double
));
}
}
static
JSValue
js_mavsdk_
takeOff
(
JSContext
*
ctx
,
JSValueConst
this_val
,
static
JSValue
js_mavsdk_
healthAllOk
(
JSContext
*
ctx
,
JSValueConst
this_val
,
int
argc
,
JSValueConst
*
argv
)
int
argc
,
JSValueConst
*
argv
)
{
{
return
JS_New
Int32
(
ctx
,
mavsdk_takeOff
());
return
JS_New
Bool
(
ctx
,
mavsdk_healthAllOk
());
}
}
static
JSValue
js_mavsdk_
takeOffAndWait
(
JSContext
*
ctx
,
JSValueConst
this_v
al
,
static
JSValue
js_mavsdk_
isInManualMode
(
JSContext
*
ctx
,
JSValueConst
thisV
al
,
int
argc
,
JSValueConst
*
argv
)
int
argc
,
JSValueConst
*
argv
)
{
{
return
JS_New
Int32
(
ctx
,
mavsdk_takeOffAndWait
());
return
JS_New
Bool
(
ctx
,
mavsdk_isInManualMode
());
}
}
static
JSValue
js_mavsdk_land
(
JSContext
*
ctx
,
JSValueConst
this_val
,
static
JSValue
js_mavsdk_land
ed
(
JSContext
*
ctx
,
JSValueConst
this_val
,
int
argc
,
JSValueConst
*
argv
)
int
argc
,
JSValueConst
*
argv
)
{
{
return
JS_New
Int32
(
ctx
,
mavsdk_lan
d
());
return
JS_New
Bool
(
ctx
,
mavsdk_lande
d
());
}
}
static
const
JSCFunctionListEntry
js_mavsdk_funcs
[]
=
{
static
const
JSCFunctionListEntry
js_mavsdk_funcs
[]
=
{
JS_CFUNC_DEF
(
"setMessage"
,
1
,
js_drone_set_message
),
JS_CFUNC_DEF
(
"runPubsub"
,
6
,
js_run_pubsub
),
JS_CFUNC_DEF
(
"stopPubsub"
,
0
,
js_stop_pubsub
),
JS_CFUNC_DEF
(
"start"
,
3
,
js_mavsdk_start
),
JS_CFUNC_DEF
(
"start"
,
3
,
js_mavsdk_start
),
JS_CFUNC_DEF
(
"stop"
,
0
,
js_mavsdk_stop
),
JS_CFUNC_DEF
(
"stop"
,
0
,
js_mavsdk_stop
),
JS_CFUNC_DEF
(
"reboot"
,
0
,
js_mavsdk_reboot
),
JS_CFUNC_DEF
(
"reboot"
,
0
,
js_mavsdk_reboot
),
JS_CFUNC_DEF
(
"healthAllOk"
,
0
,
js_mavsdk_healthAllOk
),
JS_CFUNC_DEF
(
"landed"
,
0
,
js_mavsdk_landed
),
JS_CFUNC_DEF
(
"arm"
,
0
,
js_mavsdk_arm
),
JS_CFUNC_DEF
(
"arm"
,
0
,
js_mavsdk_arm
),
JS_CFUNC_DEF
(
"
setTargetCoordinates"
,
4
,
js_mavsdk_setTargetCoordinates
),
JS_CFUNC_DEF
(
"
land"
,
0
,
js_mavsdk_land
),
JS_CFUNC_DEF
(
"
setTargetLatLong"
,
2
,
js_mavsdk_setTargetLatLong
),
JS_CFUNC_DEF
(
"
takeOff"
,
0
,
js_mavsdk_takeOff
),
JS_CFUNC_DEF
(
"
setAltitude"
,
1
,
js_mavsdk_setAltitude
),
JS_CFUNC_DEF
(
"
takeOffAndWait"
,
0
,
js_mavsdk_takeOffAndWait
),
JS_CFUNC_DEF
(
"
setAirspeed"
,
1
,
js_mavsdk_setAirspeed
),
JS_CFUNC_DEF
(
"
triggerParachute"
,
0
,
js_mavsdk_triggerParachute
),
JS_CFUNC_DEF
(
"loiter"
,
0
,
js_mavsdk_loiter
),
JS_CFUNC_DEF
(
"loiter"
,
0
,
js_mavsdk_loiter
),
JS_CFUNC_DEF
(
"doParachute"
,
1
,
js_mavsdk_doParachute
),
JS_CFUNC_DEF
(
"setAirspeed"
,
1
,
js_mavsdk_setAirspeed
),
JS_CFUNC_DEF
(
"setTargetCoordinatesXYZ"
,
3
,
js_mavsdk_setTargetCoordinatesXYZ
),
JS_CFUNC_DEF
(
"setAltitude"
,
1
,
js_mavsdk_setAltitude
),
JS_CFUNC_DEF
(
"setTargetAltitude"
,
1
,
js_mavsdk_setTargetAltitude
),
JS_CFUNC_DEF
(
"setTargetCoordinates"
,
3
,
js_mavsdk_setTargetCoordinates
),
JS_CFUNC_DEF
(
"getYaw"
,
0
,
js_mavsdk_getYaw
),
JS_CFUNC_DEF
(
"setManualControlInput"
,
0
,
js_mavsdk_setManualControlInput
),
JS_CFUNC_DEF
(
"getAltitude"
,
0
,
js_mavsdk_getAltitude
),
JS_CFUNC_DEF
(
"getAltitudeRel"
,
0
,
js_mavsdk_getAltitudeRel
),
JS_CFUNC_DEF
(
"getInitialAltitude"
,
0
,
js_mavsdk_getInitialAltitude
),
JS_CFUNC_DEF
(
"getInitialLatitude"
,
0
,
js_mavsdk_getInitialLatitude
),
JS_CFUNC_DEF
(
"getInitialLatitude"
,
0
,
js_mavsdk_getInitialLatitude
),
JS_CFUNC_DEF
(
"getLatitude"
,
0
,
js_mavsdk_getLatitude
),
JS_CFUNC_DEF
(
"getInitialLongitude"
,
0
,
js_mavsdk_getInitialLongitude
),
JS_CFUNC_DEF
(
"getInitialLongitude"
,
0
,
js_mavsdk_getInitialLongitude
),
JS_CFUNC_DEF
(
"getLatitude"
,
0
,
js_mavsdk_getLatitude
),
JS_CFUNC_DEF
(
"getLongitude"
,
0
,
js_mavsdk_getLongitude
),
JS_CFUNC_DEF
(
"getLongitude"
,
0
,
js_mavsdk_getLongitude
),
JS_CFUNC_DEF
(
"getTakeOffAltitude"
,
0
,
js_mavsdk_getTakeOffAltitude
),
JS_CFUNC_DEF
(
"getTakeOffAltitude"
,
0
,
js_mavsdk_getTakeOffAltitude
),
JS_CFUNC_DEF
(
"getInitialAltitude"
,
0
,
js_mavsdk_getInitialAltitude
),
JS_CFUNC_DEF
(
"getYaw"
,
0
,
js_mavsdk_getYaw
),
JS_CFUNC_DEF
(
"getAltitude"
,
0
,
js_mavsdk_getAltitude
),
JS_CFUNC_DEF
(
"isInManualMode"
,
0
,
js_mavsdk_isInManualMode
),
JS_CFUNC_DEF
(
"getAltitudeRel"
,
0
,
js_mavsdk_getAltitudeRel
),
JS_CFUNC_DEF
(
"healthAllOk"
,
0
,
js_mavsdk_healthAllOk
),
JS_CFUNC_DEF
(
"takeOff"
,
0
,
js_mavsdk_takeOff
),
JS_CFUNC_DEF
(
"landed"
,
0
,
js_mavsdk_landed
),
JS_CFUNC_DEF
(
"takeOffAndWait"
,
0
,
js_mavsdk_takeOffAndWait
),
JS_CFUNC_DEF
(
"land"
,
0
,
js_mavsdk_land
),
JS_CFUNC_DEF
(
"initPubsub"
,
1
,
js_init_pubsub
),
JS_CFUNC_DEF
(
"initPubsub"
,
1
,
js_init_pubsub
),
JS_CFUNC_DEF
(
"runPubsub"
,
5
,
js_run_pubsub
),
JS_CFUNC_DEF
(
"setCheckpoint"
,
1
,
js_drone_set_checkpoint
),
JS_CFUNC_DEF
(
"stopPubsub"
,
0
,
js_stop_pubsub
),
};
};
static
int
js_mavsdk_init
(
JSContext
*
ctx
,
JSModuleDef
*
m
)
static
int
js_mavsdk_init
(
JSContext
*
ctx
,
JSModuleDef
*
m
)
{
{
JSValue
drone
_proto
,
drone_c
lass
;
JSValue
drone
Proto
,
droneC
lass
;
JS_NewClassID
(
&
js
_drone_class_i
d
);
JS_NewClassID
(
&
js
DroneClassI
d
);
JS_NewClass
(
JS_GetRuntime
(
ctx
),
js
_drone_class_id
,
&
js_drone_c
lass
);
JS_NewClass
(
JS_GetRuntime
(
ctx
),
js
DroneClassId
,
&
jsDroneC
lass
);
drone
_p
roto
=
JS_NewObject
(
ctx
);
drone
P
roto
=
JS_NewObject
(
ctx
);
JS_SetPropertyFunctionList
(
ctx
,
drone
_p
roto
,
js_drone_proto_funcs
,
JS_SetPropertyFunctionList
(
ctx
,
drone
P
roto
,
js_drone_proto_funcs
,
countof
(
js_drone_proto_funcs
));
countof
(
js_drone_proto_funcs
));
drone
_c
lass
=
JS_NewCFunction2
(
ctx
,
js_drone_ctor
,
"Drone"
,
1
,
drone
C
lass
=
JS_NewCFunction2
(
ctx
,
js_drone_ctor
,
"Drone"
,
1
,
JS_CFUNC_constructor
,
0
);
JS_CFUNC_constructor
,
0
);
JS_SetConstructor
(
ctx
,
drone
_class
,
drone_p
roto
);
JS_SetConstructor
(
ctx
,
drone
Class
,
droneP
roto
);
JS_SetClassProto
(
ctx
,
js
_drone_class_id
,
drone_p
roto
);
JS_SetClassProto
(
ctx
,
js
DroneClassId
,
droneP
roto
);
JS_SetModuleExport
(
ctx
,
m
,
"Drone"
,
drone
_c
lass
);
JS_SetModuleExport
(
ctx
,
m
,
"Drone"
,
drone
C
lass
);
return
JS_SetModuleExportList
(
ctx
,
m
,
js_mavsdk_funcs
,
return
JS_SetModuleExportList
(
ctx
,
m
,
js_mavsdk_funcs
,
countof
(
js_mavsdk_funcs
));
countof
(
js_mavsdk_funcs
));
...
...
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