Skip to content

Commit

Permalink
CameraFeedback: shorten line length such that documentation parser works
Browse files Browse the repository at this point in the history
This broke in 4f64acb and was also flagged by CI in the pr and since then.
  • Loading branch information
MaEtUgR authored and bkueng committed May 29, 2024
1 parent 032ae69 commit d1db0ad
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/modules/camera_feedback/CameraFeedback.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ CameraFeedback::print_usage(const char *reason)
The camera_feedback module publishes `CameraCapture` UORB topics when image capture has been triggered.
If camera capture is enabled, then trigger information from the camera capture pin is published;
If camera capture is enabled, then trigger information from the camera capture pin is published;
otherwise trigger information at the point the camera was commanded to trigger is published
(from the `camera_trigger` module).
Expand All @@ -205,8 +205,9 @@ The `CAMERA_IMAGE_CAPTURED` message is then emitted (by streaming code) followin
### Implementation
`CameraTrigger` topics are published by the `camera_trigger` module (`feedback` field set `false`) when image capture is triggered,
and may also be published by the `camera_capture` driver (with `feedback` field set `true`) if the camera capture pin is activated.
`CameraTrigger` topics are published by the `camera_trigger` module (`feedback` field set `false`)
when image capture is triggered, and may also be published by the `camera_capture` driver
(with `feedback` field set `true`) if the camera capture pin is activated.
The `camera_feedback` module subscribes to `CameraTrigger`.
It discards topics from the `camera_trigger` module if camera capture is enabled.
Expand Down

0 comments on commit d1db0ad

Please sign in to comment.