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
981db0e2
Commit
981db0e2
authored
6 years ago
by
Elia Tarasov
Committed by
Daniel Agar
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
add iris_vision sitl model
parent
5d066f95
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
platforms/posix/cmake/sitl_target.cmake
+1
-1
1 addition, 1 deletion
platforms/posix/cmake/sitl_target.cmake
with
1 addition
and
1 deletion
platforms/posix/cmake/sitl_target.cmake
+
1
−
1
View file @
981db0e2
...
@@ -47,7 +47,7 @@ ExternalProject_Add_Step(sitl_gazebo forceconfigure
...
@@ -47,7 +47,7 @@ ExternalProject_Add_Step(sitl_gazebo forceconfigure
# create targets for each viewer/model/debugger combination
# create targets for each viewer/model/debugger combination
set
(
viewers none jmavsim gazebo replay
)
set
(
viewers none jmavsim gazebo replay
)
set
(
debuggers none ide gdb lldb ddd valgrind callgrind
)
set
(
debuggers none ide gdb lldb ddd valgrind callgrind
)
set
(
models none iris iris_opt_flow iris_rplidar iris_irlock standard_vtol plane solo tailsitter typhoon_h480 rover hippocampus tiltrotor
)
set
(
models none iris iris_opt_flow
iris_vision
iris_rplidar iris_irlock standard_vtol plane solo tailsitter typhoon_h480 rover hippocampus tiltrotor
)
set
(
all_posix_vmd_make_targets
)
set
(
all_posix_vmd_make_targets
)
foreach
(
viewer
${
viewers
}
)
foreach
(
viewer
${
viewers
}
)
foreach
(
debugger
${
debuggers
}
)
foreach
(
debugger
${
debuggers
}
)
...
...
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