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
e263af35
Commit
e263af35
authored
6 years ago
by
Anthony Lamping
Committed by
Daniel Agar
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
launch: make px4 required (#9682)
parent
1da87aa1
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
launch/posix_sitl.launch
+1
-1
1 addition, 1 deletion
launch/posix_sitl.launch
with
1 addition
and
1 deletion
launch/posix_sitl.launch
+
1
−
1
View file @
e263af35
...
...
@@ -26,7 +26,7 @@
<!-- PX4 SITL -->
<arg
unless=
"$(arg interactive)"
name=
"px4_command_arg1"
value=
"-d"
/>
<arg
if=
"$(arg interactive)"
name=
"px4_command_arg1"
value=
""
/>
<node
name=
"sitl"
pkg=
"px4"
type=
"px4"
output=
"screen"
args=
"$(find px4) $(arg rcS) $(arg px4_command_arg1)"
/>
<node
name=
"sitl"
pkg=
"px4"
type=
"px4"
output=
"screen"
args=
"$(find px4) $(arg rcS) $(arg px4_command_arg1)"
required=
"true"
/>
<!-- Gazebo sim -->
<include
file=
"$(find gazebo_ros)/launch/empty_world.launch"
>
<arg
name=
"gui"
value=
"$(arg gui)"
/>
...
...
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