You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use a trigger to get snapshots from a boundingbox_camera sensor rather than a continuous stream.
This implementation is already present for the camera sensor, but it is not inherited by boundingbox_camera.
Alternatives considered
Decreasing the sensor update rate and setting <always_on> false </always_on> in the SDF file does not seem to work for the specific case.
Desired behavior
I would like to use a trigger to get snapshots from a
boundingbox_camera
sensor rather than a continuous stream.This implementation is already present for the camera sensor, but it is not inherited by
boundingbox_camera
.Alternatives considered
Decreasing the sensor
update rate
and setting<always_on> false </always_on>
in the SDF file does not seem to work for the specific case.Implementation suggestion
The same implementation of CameraSensor:
gz-sensors/src/CameraSensor.cc
Line 166 in d6568aa
gz-sensors/src/CameraSensor.cc
Line 443 in d6568aa
gz-sensors/src/CameraSensor.cc
Line 541 in d6568aa
gz-sensors/src/CameraSensor.cc
Line 663 in d6568aa
Additional context
Thank you!
The text was updated successfully, but these errors were encountered: