This website works better with JavaScript.
Explore
Help
Register
Sign In
zrzk
/
px4_autopilot
Watch
1
Star
0
Fork
You've already forked px4_autopilot
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Browse Source
Adds scheduling call to ControlAllocator initialization
master
Charles Cross
3 years ago
committed by
Beat Küng
parent
aecfbef128
commit
1e32398217
1 changed files
with
2 additions
and
0 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
2
src/modules/control_allocator/ControlAllocator.cpp
2
src/modules/control_allocator/ControlAllocator.cpp
Unescape
Escape
View File
@ -93,6 +93,8 @@ ControlAllocator::init()
@@ -93,6 +93,8 @@ ControlAllocator::init()
return
false
;
}
ScheduleDelayed
(
50
_ms
)
;
return
true
;
}
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
zrzk/px4_autopilot
Title
Body
Create Issue