Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update SHA to test ros2/Mimick#31 #36

Draft
wants to merge 1 commit into
base: rolling
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ find_package(ament_cmake REQUIRED)
find_package(ament_cmake_vendor_package REQUIRED)

ament_vendor(mimick_vendor
VCS_URL https://github.com/ros2/Mimick.git
VCS_VERSION 9af748b88f6d48723275006ccbb0360e50342dbb
VCS_URL https://github.com/ziyao233/Mimick.git
VCS_VERSION 90d02296025f38da2e33c67b02b7fa0c7c7d460c
)

ament_export_dependencies(mimick)
Expand Down