Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
c-astral-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
c-astral-wrapper
Commits
726e36fc
Commit
726e36fc
authored
Jun 08, 2023
by
Léo-Paul Géneau
👾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do not wait for drone to be disarmed to stop
parent
e10b89af
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
11 deletions
+1
-11
mavsdk_wrapper.cpp
mavsdk_wrapper.cpp
+1
-11
No files found.
mavsdk_wrapper.cpp
View file @
726e36fc
...
...
@@ -153,17 +153,7 @@ int start(const char * ip, int port, const char * log_file, int timeout) {
return
0
;
}
int
stop
(
bool
shutdown
)
{
if
(
!
mavsdk_started
)
return
-
1
;
if
(
shutdown
)
{
while
(
telemetry
->
armed
())
sleep_for
(
seconds
(
1
));
if
(
doAction
(
&
Action
::
shutdown
,
"Shutdown failed"
))
return
-
1
;
}
int
stop
()
{
// Delete pointers
delete
action
;
delete
mavlink_passthrough
;
...
...
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