Update initialize.py

This commit is contained in:
bjoernellens1 2023-05-26 10:39:42 +02:00 committed by GitHub
parent fbd8e8d2d5
commit b065d87757
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,4 +26,5 @@ cloner = GitCloner('./src')
cloner.clone_repo('https://github.com/bjoernellens1/odrive_ros2_control', 'humble-fw-v0.5.1')
cloner.clone_repo('https://github.com/bjoernellens1/rmp220_teleop', 'bot_mini')
cloner.clone_repo('https://github.com/bjoernellens1/ros2_cam_openCV')
cloner.clone_repo('https://github.com/bjoernellens1/bot_mini_bringup.git')