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

feat: thread priority #22

Closed drwnz closed 1 year ago

drwnz commented 1 year ago

PR Type

Related Links

Description

Previously, under heavy CPU load the timing of the output trigger could become unstable as the timing thread was interrupted by the thread scheduler. This PR attempts to address this issue by adding two new features:

Review Procedure

If in docker as root:

If as a normal ROS user:

Check in htop the following:

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