Skip to content

Commit

Permalink
Add sensor calibration ros2 (#305)
Browse files Browse the repository at this point in the history
* Add packages related to sensor calibration

* Add knowhow/Calibration.md

* Move to vender and add TODO comment

* Change to url link

* Update spinnaker branch to tier4/main

* Update autoware.proj.repos
  • Loading branch information
aohsato authored and kenji-miyake committed Nov 1, 2021
1 parent 628ec20 commit 37cef83
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
13 changes: 13 additions & 0 deletions autoware.proj.repos
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,19 @@ repositories:
type: git
url: https://github.com/BehaviorTree/BehaviorTree.CPP.git
version: 3.5.6
vendor/spinnaker:
type: git
url: https://github.com/tier4/spinnaker.git
version: tier4/main
vendor/image_pipeline:
type: git
url: https://github.com/tier4/image_pipeline.git
version: tier4/ros2-camera-calibration
# TODO: Remove robot_state_publisher from repos after preventing timer publish is resolved in released package
vendor/robot_state_publisher:
type: git
url: https://github.com/ros/robot_state_publisher.git
version: 51c5f53baa19232e6f99e2638619a9faa6697d78
# missing_packages
missing_packages/astuff_sensor_msgs:
type: git
Expand Down
5 changes: 5 additions & 0 deletions docs/developer_guide/knowhow/Calibration.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Calibration in Autoware

## Sensor Calibration

Please see [Sensor Calibration Tools](https://github.com/tier4/calibration_tools/blob/main/sensor/README.md).

0 comments on commit 37cef83

Please sign in to comment.