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 committed Aug 23, 2023
1 parent 1e9bb94 commit 39ed3b9
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: str


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

0 comments on commit 39ed3b9

Please sign in to comment.