Closed aohsato closed 1 year ago
https://github.com/tier4/perception_ecu_launch/pull/4
I created ansible file to install dependencies to use intrinsic_camera_calibrator.
intrinsic_camera_calibrator
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
PR Author should check the checkboxes below when creating the PR.
Reviewers should check the checkboxes below before approval.
PR Author should check the checkboxes below before merging.
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.
Execute
intrinsic_camera_calibrator
.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