Skip to content

Commit

Permalink
fix: moved calibration tools to a independent .repos file (#484)
Browse files Browse the repository at this point in the history
* Removed calibration tools from the autoware.repos and added a specific .repos file to install the calibration tools and its dependencies

* fix: moved calibration tools to a independent .repos file

* Moved the image_pipeline package to calibration tools
  • Loading branch information
knzo25 committed Jun 2, 2022
1 parent e23410e commit c2cf7f5
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 8 deletions.
8 changes: 0 additions & 8 deletions autoware.repos
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ repositories:
type: git
url: https://github.com/tier4/autoware_individual_params.git
version: main
autoware/calibration_tools:
type: git
url: git@github.com:tier4/calibration_tools.git
version: eb57bd404255c9554c0746a8a694a671ff3272c3
# description
description/sensor/sensor_component_description:
type: git
Expand Down Expand Up @@ -133,7 +129,3 @@ repositories:
type: git
url: https://github.com/tier4/spinnaker.git
version: 4c74d319ef9186a4fb643dbd82e1b5f7918e75ea
vendor/image_pipeline:
type: git
url: https://github.com/tier4/image_pipeline.git
version: 47964112293eb19f9f57254b2e6b68706954cc63
29 changes: 29 additions & 0 deletions calibration_tools.repos
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
repositories:
autoware/calibration_tools:
type: git
url: git@github.com:tier4/calibration_tools.git
version: tier4/universe
vendor/lidartag:
type: git
url: git@github.com:tier4/LiDARTag.git
version: galactic
vendor/lidartag_msgs:
type: git
url: git@github.com:tier4/LiDARTag_msgs.git
version: tier4/universe
vendor/apriltag_msgs:
type: git
url: git@github.com:christianrauch/apriltag_msgs.git
version: master
vendor/apriltag_ros:
type: git
url: git@github.com:christianrauch/apriltag_ros.git
version: master
vendor/ros2_numpy:
type: git
url: git@github.com:Box-Robotics/ros2_numpy.git
version: rolling
vendor/image_pipeline:
type: git
url: https://github.com/tier4/image_pipeline.git
version: 47964112293eb19f9f57254b2e6b68706954cc63

0 comments on commit c2cf7f5

Please sign in to comment.