Skip to content

Commit 1aa97be

Browse files
kaiaaiclaude
andcommitted
Use oomwoo_bringup (was kaiaai_bringup)
Repoint the Pi-runtime clone at makerspet/oomwoo_bringup (into src/oomwoo_bringup) and update the kaia-config convention comment in sim_bringup.launch.py. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 532e47d commit 1aa97be

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

deploy/pi_runtime/install_oomwoo_runtime_jazzy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ prepare_workspace() {
124124

125125
clone_or_update jazzy https://github.com/kaiaai/kaiaai_msgs "$WORKSPACE/src/kaiaai_msgs"
126126
clone_or_update jazzy https://github.com/kaiaai/kaiaai "$WORKSPACE/src/kaiaai"
127-
clone_or_update jazzy https://github.com/kaiaai/kaiaai_bringup "$WORKSPACE/src/kaiaai_bringup"
127+
clone_or_update jazzy https://github.com/makerspet/oomwoo_bringup "$WORKSPACE/src/oomwoo_bringup"
128128
clone_or_update jazzy https://github.com/makerspet/makerspet_vac "$WORKSPACE/src/makerspet_vac"
129129
clone_or_update jazzy https://github.com/makerspet/makerspet "$WORKSPACE/src/makerspet"
130130
clone_or_update main https://github.com/makerspet/oomwoo-one "$WORKSPACE/src/oomwoo_one"

src/oomwoo_sim_support/launch/sim_bringup.launch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def generate_launch_description() -> LaunchDescription:
8484
DeclareLaunchArgument('gui', default_value='false'),
8585
# Robot description package, kaiaai-style: 'config' (default) follows
8686
# `kaia config robot.model <pkg>` (~/.kaiaai.yaml) exactly like the
87-
# kaiaai_bringup tutorials; any other value names the package directly.
87+
# oomwoo_bringup tutorials; any other value names the package directly.
8888
# The regression launches pin robot_model:=oomwoo_one so CI gates stay
8989
# reproducible regardless of the machine's kaia config.
9090
DeclareLaunchArgument('robot_model', default_value='config'),

0 commit comments

Comments
 (0)