Update initialize.py

This commit is contained in:
bjoernellens1 2023-05-25 11:54:47 +02:00 committed by GitHub
parent 65ab7e165e
commit 7a0b2edeee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,5 +25,5 @@ class GitCloner:
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', 'bot_mini')
cloner.clone_repo('https://github.com/bjoernellens1/ros2_cam_openCV')