tier4 / edge-auto-jetson

https://sensor.tier4.jp
Apache License 2.0
13 stars 10 forks source link

feat(repos/ansible): add calibration_tools setup #22

Closed aohsato closed 1 year ago

aohsato commented 1 year ago

Related Links

https://github.com/tier4/perception_ecu_launch/pull/4

Description

I created ansible file to install dependencies to use intrinsic_camera_calibrator.

Review Procedure

Run setup shell script and build the ROS workspace.

./setup-dev-env.sh

vcs import src < autoware.repos
vcs pull src

colcon build --symlink-install \
  --cmake-args -DCMAKE_BUILD_TYPE=Release -DPython3_EXECUTABLE=$(which python3.6) \
  --packages-up-to edge_auto_jetson_launch

Execute intrinsic_camera_calibrator.

ros2 launch edge_auto_jetson_launch intrinsic_camera_calibrator.launch.xml 

Remarks

Pre-Review Checklist for the PR Author

PR Author should check the checkboxes below when creating the PR.

Checklist for the PR Reviewer

Reviewers should check the checkboxes below before approval.

Post-Review Checklist for the PR Author

PR Author should check the checkboxes below before merging.

CI Checks