tier4 / sensor_trigger

ROS node for triggering cameras using GPIO on Jetson (targeting ROSCubeX, but easily adaptable to other platforms)
Apache License 2.0
6 stars 3 forks source link

ci: update build depends repos #12

Closed wep21 closed 1 year ago

wep21 commented 1 year ago

PR Type

Related Links

Description

Review Procedure

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

drwnz commented 1 year ago

@wep21 thank you for the PR - I was thinking this repo should not depend on Autoware repos since it should be able to operate entirely independently of Autoware. i understand CI requires the build.repos file, but perhaps we can leave it empty instead?

wep21 commented 1 year ago

@drwnz This package depends on autoware_lint_common in autoware_common. https://github.com/tier4/jetson_camera_trigger/blob/c9fe6e47d585930db88002bd7821f9fc568b38f2/package.xml#L17

wep21 commented 1 year ago

@drwnz #13 removes autoware dependency.