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
In some occasions it would be really useful to trigger a snapshot on special events (i.e. collisions or diagnostics) but then also record a little bit of the future.
Proposed would be to call the service with a stop_time in the future and the snapshot service waits for this stop_time to have passed?
I.e. in python like so: TriggerSnapshotRequest(filename='snapshot', stop_time=rospy.Time.now() + rospy.Duration(5.0))
The text was updated successfully, but these errors were encountered:
In some occasions it would be really useful to trigger a snapshot on special events (i.e. collisions or diagnostics) but then also record a little bit of the future.
Proposed would be to call the service with a
stop_time
in the future and the snapshot service waits for thisstop_time
to have passed?I.e. in python like so:
TriggerSnapshotRequest(filename='snapshot', stop_time=rospy.Time.now() + rospy.Duration(5.0))
The text was updated successfully, but these errors were encountered: