Skip to content

Commit 3f17f4a

Browse files
authored
Colcon ignoring example behaviors (#27)
*colcon ignoring example behaviors
1 parent 2ce073e commit 3f17f4a

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/example_behaviors/COLCON_IGNORE

Whitespace-only changes.

src/lab_sim/objectives/pick_and_place_example.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
task="{mtc_pick_task}"
2525
/>
2626
<Action ID="SetupMTCCurrentState" task="{mtc_pick_task}" />
27+
<!-- The following behavior can be found in the example_behaviors package. Remove the COLCON_IGNORE file and `moveit_pro build user_workspace` to use. -->
2728
<Action
2829
ID="SetupMtcPickFromPose"
2930
grasp_pose="{pick_pose}"
@@ -51,6 +52,7 @@
5152
orientation_xyzw="0;1;0;0"
5253
stamped_pose="{place_pose}"
5354
/>
55+
<!-- The following behavior can be found in the example_behaviors package. Remove the COLCON_IGNORE file and `moveit_pro build user_workspace` to use. -->
5456
<Action
5557
ID="SetupMtcPlaceFromPose"
5658
place_pose="{place_pose}"

src/lab_sim/objectives/plan_and_save_trajectory.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
/>
4040
<Action ID="PlanMTCTask" solution="{mtc_solution}" task="{mtc_task}" />
4141
<Action ID="WaitForUserTrajectoryApproval" />
42+
<!-- The following behavior can be found in the example_behaviors package. Remove the COLCON_IGNORE file and `moveit_pro build user_workspace` to use. -->
4243
<Action
4344
ID="ConvertMtcSolutionToJointTrajectory"
4445
joint_trajectory="{joint_trajectory_msg}"

0 commit comments

Comments
 (0)