Merge pull request 'feat: 360 obstacle avoidance with RPLIDAR (Issue #364)' (#396) from sl-firmware/issue-364-obstacle-avoidance into main
This commit is contained in:
commit
858ae1e7b9
@ -275,6 +275,16 @@ def generate_launch_description():
|
||||
],
|
||||
)
|
||||
|
||||
# ── t=3s LIDAR obstacle avoidance (360° safety with RPLIDAR A1M8) ────────
|
||||
lidar_avoidance = TimerAction(
|
||||
period=3.0,
|
||||
actions=[
|
||||
IncludeLaunchDescription(
|
||||
_launch("saltybot_lidar_avoidance", "launch", "lidar_avoidance.launch.py"),
|
||||
),
|
||||
],
|
||||
)
|
||||
|
||||
# ── t=4s Optional: 4× IMX219 CSI surround cameras ───────────────────────
|
||||
csi_cameras = TimerAction(
|
||||
period=4.0,
|
||||
@ -452,6 +462,9 @@ def generate_launch_description():
|
||||
sensors,
|
||||
cmd_vel_bridge,
|
||||
|
||||
# t=3s
|
||||
lidar_avoidance,
|
||||
|
||||
# t=4s
|
||||
csi_cameras,
|
||||
uwb_driver,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user