Skip to content

Commit

Permalink
Merge pull request #51 from CMU-cabot/yushim/add-cabot3-k4-model
Browse files Browse the repository at this point in the history
add cabot3-k4 model flag in cabot3.launch.py
  • Loading branch information
daisukes authored Feb 12, 2025
2 parents c80316d + ea45ce6 commit 4b2c29f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cabot_base/launch/cabot3.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ def generate_launch_description():
"cabot3-k1": ["hesai", "livox", "can"],
"cabot3-k2": ["lslidar", "livox", "can"],
"cabot3-k3": ["rslidar", "livox", "can"],
"cabot3-k4": ["hesai", "livox", "can"],
}

# Helper function to check if a flag applies to the given model
Expand Down

0 comments on commit 4b2c29f

Please sign in to comment.