Skip to content

Commit 537aa2d

Browse files
committed
Reduce the poses used in PlanAndSaveTrajectory
`PlanMTC` has significantly reduced performance when called with multiple `SetupMTCMoveToPose` stages and can no longer plan for as many poses. Reducing the number of poses as a quick fix enables the `PlanAndSaveTrajectory` objective to work again.
1 parent acc26d8 commit 537aa2d

File tree

1 file changed

+0
-55
lines changed

1 file changed

+0
-55
lines changed

src/lab_sim/objectives/create_pose_vector.xml

Lines changed: 0 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,6 @@
1818
vector="{target_poses}"
1919
input="{stamped_pose}"
2020
/>
21-
<Action
22-
ID="CreateStampedPose"
23-
orientation_xyzw="0;-1;0;0"
24-
position_xyz="0.75;0.5;0.9"
25-
stamped_pose="{stamped_pose}"
26-
/>
27-
<Action
28-
ID="AddPoseStampedToVector"
29-
vector="{target_poses}"
30-
input="{stamped_pose}"
31-
/>
3221
<Action
3322
ID="CreateStampedPose"
3423
orientation_xyzw="0;-1;0;0"
@@ -40,28 +29,6 @@
4029
vector="{target_poses}"
4130
input="{stamped_pose}"
4231
/>
43-
<Action
44-
ID="CreateStampedPose"
45-
orientation_xyzw="0;-1;0;0"
46-
position_xyz="0.25;0.5;0.7"
47-
stamped_pose="{stamped_pose}"
48-
/>
49-
<Action
50-
ID="AddPoseStampedToVector"
51-
vector="{target_poses}"
52-
input="{stamped_pose}"
53-
/>
54-
<Action
55-
ID="CreateStampedPose"
56-
orientation_xyzw="0;-1;0;0"
57-
position_xyz="0;0.5;0.6"
58-
stamped_pose="{stamped_pose}"
59-
/>
60-
<Action
61-
ID="AddPoseStampedToVector"
62-
vector="{target_poses}"
63-
input="{stamped_pose}"
64-
/>
6532
<Action
6633
ID="CreateStampedPose"
6734
orientation_xyzw="0;-1;0;0"
@@ -73,28 +40,6 @@
7340
vector="{target_poses}"
7441
input="{stamped_pose}"
7542
/>
76-
<Action
77-
ID="CreateStampedPose"
78-
orientation_xyzw="0;-1;0;0"
79-
position_xyz="-0.5;0.5;0.8"
80-
stamped_pose="{stamped_pose}"
81-
/>
82-
<Action
83-
ID="AddPoseStampedToVector"
84-
vector="{target_poses}"
85-
input="{stamped_pose}"
86-
/>
87-
<Action
88-
ID="CreateStampedPose"
89-
orientation_xyzw="0;-1;0;0"
90-
position_xyz="-0.75;0.5;0.9"
91-
stamped_pose="{stamped_pose}"
92-
/>
93-
<Action
94-
ID="AddPoseStampedToVector"
95-
vector="{target_poses}"
96-
input="{stamped_pose}"
97-
/>
9843
<Action
9944
ID="CreateStampedPose"
10045
orientation_xyzw="0;-1;0;0"

0 commit comments

Comments
 (0)