Skip to content

Commit 8cb5017

Browse files
authored
Merge pull request #562 from PickNikRobotics/17919-port-name-hotfix
Fix Port Names
2 parents 45b896e + 87b4406 commit 8cb5017

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/lab_sim/objectives/mpc_pose_tracking_dynamic_point_cloud_avoidance_with_sphere_down_sample.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
_collapsed="false"
2323
link_pose="{link_pose}"
2424
/>
25-
<Decorator ID="ForEach" vector_in="{target_poses}" out="{stamped_pose}">
25+
<Decorator ID="ForEach" vector_in="{target_poses}" out="{pose_stamped}">
2626
<Control ID="Sequence">
2727
<Action ID="VisualizePose" />
2828
<Action ID="BreakpointSubscriber" _skipIf="true" />
2929
<SubTree
3030
ID="LoadAndVisualizePointCloud"
3131
_collapsed="false"
32-
input_pose="{stamped_pose}"
32+
input_pose="{pose_stamped}"
3333
transform_cloud="{output_cloud}"
3434
/>
3535
<SubTree

src/lab_sim/objectives/mpc_pose_tracking_static_point_cloud_avoidance_with_sphere_down_sample.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
<Action
1515
ID="CreateStampedPose"
1616
position_xyz="0.0;0.5;0.8"
17-
stamped_pose="{stamped_pose}"
17+
stamped_pose="{pose_stamped}"
1818
reference_frame="world"
1919
/>
2020
<Action ID="VisualizePose" />
2121
<SubTree
2222
ID="LoadAndVisualizePointCloud"
2323
_collapsed="false"
24-
input_pose="{stamped_pose}"
24+
input_pose="{pose_stamped}"
2525
transform_cloud="{output_cloud}"
2626
/>
2727
<SubTree

0 commit comments

Comments
 (0)