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
6a40c173
Commit
6a40c173
authored
9 years ago
by
devbharat
Browse files
Options
Downloads
Patches
Plain Diff
Added the launch file
parent
92705634
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_iris_mavros_posix_sitl.launch
+26
-0
26 additions, 0 deletions
launch/gazebo_iris_mavros_posix_sitl.launch
posix-configs/SITL/init/rcS
+1
-1
1 addition, 1 deletion
posix-configs/SITL/init/rcS
with
27 additions
and
1 deletion
launch/gazebo_iris_mavros_posix_sitl.launch
0 → 100644
+
26
−
0
View file @
6a40c173
<launch>
<arg name="headless" default="false"/>
<arg name="gui" default="true"/>
<arg name="enable_logging" default="false"/>
<arg name="enable_ground_truth" default="true"/>
<arg name="ns" default="iris"/>
<arg name="log_file" default="$(arg ns)"/>
<arg name="mavlink_bridge_url" default="udp://localhost:14553@localhost:14560" />
<include file="$(find rotors_gazebo)/launch/iris_empty_world.launch">
<arg name="headless" value="$(arg headless)"/>
<arg name="gui" value="$(arg gui)"/>
<arg name="enable_logging" value="$(arg enable_logging)" />
<arg name="enable_ground_truth" value="$(arg enable_ground_truth)" />
<arg name="log_file" value="$(arg log_file)"/>
</include>
<include file="$(find px4)/launch/iris.launch">
<arg name="ns" value="$(arg ns)"/>
</include>
<include file="$(find mavros)/launch/mavlink_bridge.launch">
<arg name="mavlink_bridge_url" value="$(arg mavlink_bridge_url)" />
<arg name="ns" value="$(arg ns)"/>
</include>
</launch>
This diff is collapsed.
Click to expand it.
posix-configs/SITL/init/rcS
+
1
−
1
View file @
6a40c173
...
...
@@ -51,4 +51,4 @@ mavlink stream -r 80 -s GLOBAL_POSITION_INT -u 14556
mavlink stream -r 80 -s ATTITUDE -u 14556
mavlink stream -r 80 -s ATTITUDE_TARGET -u 14556
mavlink stream -r 20 -s RC_CHANNELS -u 14556
mavlink stream -r 250 -s HIGHRES_IMU -u 14556
\ No newline at end of file
mavlink stream -r 250 -s HIGHRES_IMU -u 14556
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