Commit 31c2bc3
review: revert control.launch auto-substitution + fix 3 more stale refs
Second-pass review uncovered additional upstream-inherited bugs:
1. control.launch vs control_mp.launch are semantically different.
The previous commit c61bebe redirected two IncludeLaunchDescription
calls from 'control_launch/launch/control.launch.py' to 'control_mp.
launch.py' to make Section R pass. That was wrong — control.launch
used the generic trackers.yaml + tracker_params.yaml (deleted in
Dec 2021 commit f8c2f1b), whereas control_mp.launch uses the motion-
primitive tracker configs (trackers_mp.yaml + tracker_params_mp.yaml).
Silently substituting one for the other is a behavior change the
original authors did not intend. Revert: keep the PathJoinSubstitution
pointing at 'control_mp.launch.py' (so Section R still resolves the
target), but comment out the IncludeLaunchDescription and document
the history in a block comment. Applies to:
* state_machine_launch/launch/system.launch.py
* real_experiment_launch/launch/old-launch/test_mapper_full_autonomy.launch.py
2. full_autonomy_ca_trip.launch.py still subscribed to
'/ovc/vectornav/imu_throttled' and 'mag_throttled' downstream of
the throttle_imu.launch include that c61bebe commented out. In the
upstream Oct 2023 commit 42c0f14 ("disabling the throttling of imu
topics"), full_autonomy.launch was updated to drop '_throttled' from
those topic names when throttle_imu.launch was removed; this launch
file was not updated in that commit. Drop '_throttled' here too so
the stream actually exists at runtime.
3. polypixel_full_sim.launch.py references mapper_3d.yaml and
tracker_params_mp_3d.yaml in its IfCondition(use_3d) branch; neither
file is shipped by map_plan_launch / control_launch on master or on
feature/integrate_lidar_3d_planner_default. Pre-existing upstream
bug. Left as-is (don't substitute 2D configs — that would silently
run 3D motion-primitive code with 2D planner parameters) and carve
the two filenames out of Section R so the suite stays green. Default
path (use_3d=false) works; use_3d:=true will fail at launch-time
with a clear file-not-found error.
4. sim_quad_overpass_customized.launch.py referenced config/
emu_stereo_rgbd.yaml — another file that was never shipped. The
closest existing RGBD variant is emu_stereo_rgbd_360_FOV.yaml, so
point the reference there.
Also extends the pytest mirror's carve-out list to match the bash
suite, and extends Section R's docstring to explain the new carve-outs.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent c61bebe commit 31c2bc3
7 files changed
Lines changed: 113 additions & 22 deletions
File tree
- autonomy_core/state_machine/state_machine_launch/launch
- autonomy_real/real_experiment_launch/launch
- old-launch
- special_purposes
- autonomy_sim/unity_sim/dcist_utils/launch/sim
- tests
- python
- static
Lines changed: 20 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
24 | 39 | | |
25 | 40 | | |
26 | 41 | | |
| |||
49 | 64 | | |
50 | 65 | | |
51 | 66 | | |
52 | | - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
53 | 72 | | |
54 | 73 | | |
55 | 74 | | |
| |||
Lines changed: 19 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
33 | 42 | | |
34 | 43 | | |
35 | 44 | | |
| |||
83 | 92 | | |
84 | 93 | | |
85 | 94 | | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
94 | 105 | | |
95 | 106 | | |
96 | 107 | | |
| |||
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
113 | | - | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
114 | 119 | | |
115 | 120 | | |
116 | 121 | | |
| |||
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
101 | 112 | | |
102 | 113 | | |
103 | 114 | | |
| |||
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
63 | 70 | | |
64 | | - | |
| 71 | + | |
65 | 72 | | |
66 | 73 | | |
67 | 74 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
20 | 24 | | |
21 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
22 | 35 | | |
23 | 36 | | |
24 | 37 | | |
| |||
34 | 47 | | |
35 | 48 | | |
36 | 49 | | |
37 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
38 | 60 | | |
39 | 61 | | |
40 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1534 | 1534 | | |
1535 | 1535 | | |
1536 | 1536 | | |
1537 | | - | |
1538 | | - | |
1539 | | - | |
| 1537 | + | |
| 1538 | + | |
| 1539 | + | |
| 1540 | + | |
| 1541 | + | |
| 1542 | + | |
| 1543 | + | |
| 1544 | + | |
| 1545 | + | |
| 1546 | + | |
1540 | 1547 | | |
1541 | 1548 | | |
1542 | 1549 | | |
| |||
1576 | 1583 | | |
1577 | 1584 | | |
1578 | 1585 | | |
1579 | | - | |
1580 | | - | |
1581 | | - | |
1582 | | - | |
| 1586 | + | |
| 1587 | + | |
| 1588 | + | |
| 1589 | + | |
| 1590 | + | |
| 1591 | + | |
| 1592 | + | |
| 1593 | + | |
| 1594 | + | |
| 1595 | + | |
| 1596 | + | |
| 1597 | + | |
| 1598 | + | |
1583 | 1599 | | |
1584 | 1600 | | |
1585 | 1601 | | |
| |||
0 commit comments