-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add more details to the Telemetry message
- Loading branch information
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
# This message defines the telemetry data for Ouster sensors. | ||
# Message header | ||
std_msgs/Header header | ||
# Telemetry fields | ||
# Telemetry fields for more information on these fields and their meaning, please review: | ||
# https://static.ouster.dev/sensor-docs/image_route1/image_route2/thermal_int_guide/therm_int_guide.html | ||
uint16 countdown_thermal_shutdown # the thermal shutdown countdown. | ||
uint16 countdown_shot_limiting # the shot limiting countdown. | ||
uint8 thermal_shutdown # the thermal shutdown status | ||
uint8 shot_limiting # the shot limiting status | ||
uint8 thermal_shutdown # the thermal shutdown status. 0 = NORMAL, 1 = SHUTDOWN IMMINENT. | ||
uint8 shot_limiting # the shot limiting status. 0 = NORMAL OPERATION. |