Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alberto Ruiz Garcia
Firmware
Commits
91cf77c6
Commit
91cf77c6
authored
9 years ago
by
Mark Charlebois
Browse files
Options
Downloads
Patches
Plain Diff
Added more missing modules for posix
Signed-off-by:
Mark Charlebois
<
charlebm@gmail.com
>
parent
3d42a243
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cmake/posix/configs/config-posix-sitl.cmake
+1
-0
1 addition, 0 deletions
cmake/posix/configs/config-posix-sitl.cmake
src/modules/simulator/CMakeLists.txt
+8
-1
8 additions, 1 deletion
src/modules/simulator/CMakeLists.txt
with
9 additions
and
1 deletion
cmake/posix/configs/config-posix-sitl.cmake
+
1
−
0
View file @
91cf77c6
...
...
@@ -20,6 +20,7 @@ function(px4_set_config_modules out_module_list)
systemcmds/reboot
modules/uORB
modules/systemlib
modules/systemlib/mixer
modules/sensors
modules/simulator
modules/mavlink
...
...
This diff is collapsed.
Click to expand it.
src/modules/simulator/CMakeLists.txt
+
8
−
1
View file @
91cf77c6
...
...
@@ -30,6 +30,12 @@
# POSSIBILITY OF SUCH DAMAGE.
#
############################################################################
set
(
SIMULATOR_SRCS simulator.cpp
)
if
(
NOT
${
OS
}
STREQUAL
"qurt"
)
list
(
APPEND SIMULATOR_SRCS
simulator_mavlink.cpp
)
endif
()
px4_add_module
(
MODULE modules__simulator
MAIN simulator
...
...
@@ -40,8 +46,9 @@ px4_add_module(
-Wno-packed
SRCS
simulator.cpp
${
SIMULATOR_SRCS
}
DEPENDS
platforms__common
)
# vim: set noet ft=cmake fenc=utf-8 ff=unix :
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment