Commit 01a1e0a
cleanup: sweep ROS1 leftovers missed by the per-package subagents
A comprehensive grep audit after the first port pass turned up files
and lines that the per-package subagents didn't touch because they
were outside each subagent's declared scope. This commit sweeps them
all up in one cleanup pass.
Shell scripts inside docker/ directories that were NOT run.sh:
- autonomy_core/{base,client,control,estimation,interface,map_plan,
state_machine}/docker/entrypoint.sh (7 files)
source /opt/ros/noetic/setup.bash -> source /opt/ros/jazzy/setup.bash.
- autonomy_core/client/docker/deploy.sh + deploy2.sh
--name client -> --name client_ros2; image kumarrobotics/autonomy:
client -> client-jazzy; roslaunch client_launch client.launch ->
ros2 launch client_launch client.launch.py.
Other shell scripts the sim subagent missed:
- autonomy_sim/unity_sim/dcist_utils/script/unity_sim.sh
Full tmux orchestration rewrite: roslaunch -> ros2 launch, rosrun
rosflight_offboard.py __ns:=X -> ros2 run arl_unity_ros_air
rosflight_offboard --ros-args -r __ns:=X, roscore -> echo stub.
- autonomy_sim/unity_sim/dcist_utils/script/takeoff.bash
rosrun -> ros2 run; commented rosservice call lines updated to
ros2 service call form with explicit std_srvs/Trigger +
std_srvs/SetBool types.
tf2 .h -> .hpp header renames (ROS2 Jazzy renamed tf2_ros headers):
- autonomy_core/map_plan/mapper/src/tf_listener.cpp: tf2/exceptions.h
- autonomy_core/map_plan/mapper/include/mapper/tf_listener.h:
tf2_ros/buffer.h, tf2_ros/transform_listener.h
- autonomy_core/estimation/fla_ukf/src/fla_ukf_nodelet.cpp:
tf2_ros/buffer.h, tf2_ros/transform_broadcaster.h,
tf2_ros/transform_listener.h
- autonomy_core/state_machine/state_machine_core/include/state_machine/
local_global_replan_server.hpp:
tf2_ros/buffer.h, tf2_ros/transform_listener.h
- autonomy_sim/unity_sim/dcist_utils/src/odom2tf.cpp:
tf2_ros/{buffer,static_transform_broadcaster,transform_broadcaster,
transform_listener}.h
- autonomy_sim/unity_sim/dcist_utils/src/msckf_calib_gen.cpp:
tf2_ros/{buffer,transform_listener}.h
- autonomy_sim/unity_sim/fake_lidar/src/fake_lidar_node.cpp + node2.cpp:
tf2_ros/{buffer,transform_listener}.h
Dead dynamic_reconfigure artifact:
- autonomy_core/map_plan/action_planner/cfg/ActionPlanner.cfg deleted.
ROS2 has no drop-in dynamic_reconfigure replacement (use parameter
callbacks). Subagent D's earlier commit already removed the
`#include <action_planner/ActionPlannerConfig.h>` reference from
every source file that used it; the .cfg was orphaned dead code.
Package-level README drift:
- autonomy_core/map_plan/action_planner/README.md: update "roslaunch
planner_standalone.launch" -> "ros2 launch planner_standalone.launch.py",
"rosrun action_planner publish_plantwopointaction.py" -> "ros2 run
action_planner publish_plantwopointaction.py", "rviz" -> "rviz2",
and the wiki.ros.org/actionlib link -> the ROS2 Jazzy action server
tutorial.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 68c02f4 commit 01a1e0a
15 files changed
Lines changed: 35 additions & 78 deletions
File tree
- autonomy_core
- base/docker
- client/docker
- estimation/fla_ukf/src
- map_plan
- action_planner
- cfg
- mapper
- include/mapper
- src
- state_machine/state_machine_core/include/state_machine
- autonomy_sim/unity_sim
- dcist_utils
- script
- src
- fake_lidar/src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
Lines changed: 0 additions & 43 deletions
This file was deleted.
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
| 21 | + | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
0 commit comments