Skip to content

Commit

Permalink
Add obstacle status telemetry
Browse files Browse the repository at this point in the history
Add obstacle status telemetry
  • Loading branch information
MuhammadUsama-afk-equinor authored and UsamaEquinorAFK committed Aug 24, 2023
1 parent 1e9bb94 commit a3083a5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/robot_interface/telemetry/payloads.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ class TelemetryBatteryPayload(TelemetryPayload):
battery_level: float


@dataclass
class TelemetryObstacleStatusPayload(TelemetryPayload):
obstacle_status: bool


@dataclass
class TelemetryPressurePayload(TelemetryPayload):
pressure_level: float
Expand Down

0 comments on commit a3083a5

Please sign in to comment.