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
39a105df
Commit
39a105df
authored
10 years ago
by
Thomas Gubler
Browse files
Options
Downloads
Patches
Plain Diff
ros: launch files for offboard postion setpoints demo
parent
1a6cbe17
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
launch/gazebo_ardrone_empty_world_offboard_demo.launch
+10
-0
10 additions, 0 deletions
launch/gazebo_ardrone_empty_world_offboard_demo.launch
launch/mavros_sitl.launch
+14
-12
14 additions, 12 deletions
launch/mavros_sitl.launch
with
24 additions
and
12 deletions
launch/gazebo_ardrone_empty_world_offboard_demo.launch
0 → 100644
+
10
−
0
View file @
39a105df
<launch>
<include file="$(find px4)/launch/gazebo_ardrone_empty_world.launch" />
<include file="$(find px4)/launch/mavros_sitl.launch" />
<group ns="px4_multicopter">
<node pkg="px4" name="demo_offboard_position_setpoints" type="demo_offboard_position_setpoints"/>
</group>
</launch>
This diff is collapsed.
Click to expand it.
launch/mavros_sitl.launch
+
14
−
12
View file @
39a105df
...
...
@@ -2,18 +2,20 @@
<!-- vim: set ft=xml noet : -->
<!-- example launch script for PX4 based FCU's -->
<arg
name=
"fcu_url"
default=
"udp://localhost:14560@localhost:14565"
/>
<arg
name=
"gcs_url"
default=
""
/>
<arg
name=
"tgt_system"
default=
"1"
/>
<arg
name=
"tgt_component"
default=
"50"
/>
<group
ns=
"px4_multicopter"
>
<arg
name=
"fcu_url"
default=
"udp://localhost:14560@localhost:14565"
/>
<arg
name=
"gcs_url"
default=
""
/>
<arg
name=
"tgt_system"
default=
"1"
/>
<arg
name=
"tgt_component"
default=
"50"
/>
<include
file=
"$(find mavros)/launch/node.launch"
>
<arg
name=
"blacklist_yaml"
value=
"$(find mavros)/launch/px4_blacklist.yaml"
/>
<arg
name=
"config_yaml"
value=
"$(find mavros)/launch/px4_config.yaml"
/>
<include
file=
"$(find mavros)/launch/node.launch"
>
<arg
name=
"blacklist_yaml"
value=
"$(find mavros)/launch/px4_blacklist.yaml"
/>
<arg
name=
"config_yaml"
value=
"$(find mavros)/launch/px4_config.yaml"
/>
<arg
name=
"fcu_url"
value=
"$(arg fcu_url)"
/>
<arg
name=
"gcs_url"
value=
"$(arg gcs_url)"
/>
<arg
name=
"tgt_system"
value=
"$(arg tgt_system)"
/>
<arg
name=
"tgt_component"
value=
"$(arg tgt_component)"
/>
</include>
<arg
name=
"fcu_url"
value=
"$(arg fcu_url)"
/>
<arg
name=
"gcs_url"
value=
"$(arg gcs_url)"
/>
<arg
name=
"tgt_system"
value=
"$(arg tgt_system)"
/>
<arg
name=
"tgt_component"
value=
"$(arg tgt_component)"
/>
</include>
</group>
</launch>
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