We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2a44a17 + 899bb00 commit 518fabdCopy full SHA for 518fabd
1 file changed
launch/am_super.launch
@@ -1,6 +1,7 @@
1
<?xml version="1.0" ?>
2
<launch>
3
- <arg name="platform" value="$(eval optenv('AM_PLATFORM'))" />
+ <arg name="platform" value="$(eval optenv('AM_PLATFORM'))" if="$(eval optenv('AM_PLATFORM') != '')" />
4
+ <arg name="platform" value="dev" if="$(eval optenv('AM_PLATFORM') == '')" />
5
<node pkg="am_super" type="am_super" name="am_super" output="screen">
6
<rosparam command="load" file="$(find am_super)/launch/am_super.yaml" subst_value="true">
7
<arg name="platform" value="$(arg platform)" />
0 commit comments