-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
<launch> | ||
|
||
<arg name="uav_name" default="$(optenv UAV_NAME uav)"/> | ||
<arg name="config" default="$(find trajectory_loader)/config/example_params.yaml"/> | ||
<arg name="path" default="$(find trajectory_loader)"/> | ||
<arg name="config" default="$(find mrs_uav_trajectory_loader)/config/example_params.yaml"/> | ||
<arg name="path" default="$(find mrs_uav_trajectory_loader)"/> | ||
|
||
<arg name="debug" default="false" /> | ||
<arg unless="$(arg debug)" name="launch_prefix" value=""/> | ||
<arg if="$(arg debug)" name="launch_prefix" value="debug_roslaunch"/> | ||
|
||
<arg name="mode" value="goto"/> | ||
<include file="$(find trajectory_loader)/launch/common.launch" pass_all_args="true" /> | ||
<include file="$(find mrs_uav_trajectory_loader)/launch/common.launch" pass_all_args="true" /> | ||
|
||
</launch> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
<launch> | ||
|
||
<arg name="uav_name" default="$(optenv UAV_NAME uav)"/> | ||
<arg name="config" default="$(find trajectory_loader)/config/example_params.yaml"/> | ||
<arg name="path" default="$(find trajectory_loader)"/> | ||
<arg name="config" default="$(find mrs_uav_trajectory_loader)/config/example_params.yaml"/> | ||
<arg name="path" default="$(find mrs_uav_trajectory_loader)"/> | ||
|
||
<arg name="debug" default="false" /> | ||
<arg unless="$(arg debug)" name="launch_prefix" value=""/> | ||
<arg if="$(arg debug)" name="launch_prefix" value="debug_roslaunch"/> | ||
|
||
<arg name="mode" value="load"/> | ||
<include file="$(find trajectory_loader)/launch/common.launch" pass_all_args="true" /> | ||
<include file="$(find mrs_uav_trajectory_loader)/launch/common.launch" pass_all_args="true" /> | ||
|
||
</launch> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
<launch> | ||
|
||
<arg name="uav_name" default="$(optenv UAV_NAME uav)"/> | ||
<arg name="config" default="$(find trajectory_loader)/config/example_params.yaml"/> | ||
<arg name="path" default="$(find trajectory_loader)"/> | ||
<arg name="config" default="$(find mrs_uav_trajectory_loader)/config/example_params.yaml"/> | ||
<arg name="path" default="$(find mrs_uav_trajectory_loader)"/> | ||
|
||
<arg name="debug" default="false" /> | ||
<arg unless="$(arg debug)" name="launch_prefix" value=""/> | ||
<arg if="$(arg debug)" name="launch_prefix" value="debug_roslaunch"/> | ||
|
||
<arg name="mode" value="track"/> | ||
<include file="$(find trajectory_loader)/launch/common.launch" pass_all_args="true" /> | ||
<include file="$(find mrs_uav_trajectory_loader)/launch/common.launch" pass_all_args="true" /> | ||
|
||
</launch> |