ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Have a look at this #q12756

when the destination is reached after the path is planned.

<arg name="path_planned" default="true"/>

Condition True

<group if="$(arg path_planned)">
  <!-- stuff that will only be evaluated if path_planned is true -->
</group>

Condition False

<group unless="$(arg path_planned)">
<!-- stuff that will only be evaluated if path_planned is false -->
</group>

Have a look at this #q12756

when the destination is reached after the path is planned.

<arg name="path_planned" default="true"/>

Condition True

<group if="$(arg path_planned)">
  <!-- stuff that will only be evaluated if path_planned is true -->
</group>

Condition False

<group unless="$(arg path_planned)">
<!-- stuff that will only be evaluated if path_planned is false -->
</group>

Have a look at this #q12756

<arg name="path_planned" default="true"/>

Condition True

<group if="$(arg path_planned)">
  <!-- stuff that will only be evaluated if path_planned is true -->
</group>

Condition False

<group unless="$(arg path_planned)">
<!-- stuff that will only be evaluated if path_planned is false -->
</group>

Just to note:

<arg name="my_oppurtunity" value="oppurtunity_2" <="" p="">

You forgot to end the ars it shoube be <arg name="name" value="val" />

Just to note:

<arg name="my_oppurtunity" value="oppurtunity_2"

You forgot to end the ars it shoube be <arg name="name" value="val" />

Have a look at this #q12756

<arg name="path_planned" default="true"/>

Condition True

<group if="$(arg path_planned)">
  <!-- stuff that will only be evaluated if path_planned is true -->
</group>

Condition False

<group unless="$(arg path_planned)">
<!-- stuff that will only be evaluated if path_planned is false -->
</group>

Just to note:

<arg name="my_oppurtunity" value="oppurtunity_2" <="" p="">

You forgot to end the ars it shoube be <arg name="name" value="val" />