Architecture added, spelling fixes
This commit is contained in:
parent
1e4fb4c4b4
commit
d3ee161444
Binary file not shown.
@ -98,7 +98,7 @@ def get_position(clients: mqtt.Client, userdata, message: mqtt.MQTTMessage):
|
||||
clients.publish(Topics["ROBOT_DATA_POSITION"], json.dumps(position, indent=4))
|
||||
|
||||
|
||||
def get_BatteryStatus(clients: mqtt.Client, userdata, message: mqtt.MQTTMessage):
|
||||
def get_batteryStatus(clients: mqtt.Client, userdata, message: mqtt.MQTTMessage):
|
||||
"""
|
||||
Callback function for battery status request
|
||||
Function to read battery status from ev3 and send via MQTT
|
||||
|
@ -67,11 +67,11 @@ class RaspySensors:
|
||||
#TODO - take picture function
|
||||
def takePicture(self):
|
||||
"""
|
||||
Take picture and return image
|
||||
Take picture and return picture
|
||||
Returns:
|
||||
_type_: _description_
|
||||
"""
|
||||
return self.image
|
||||
return self.picture
|
||||
|
||||
#TODO - read position with sensor
|
||||
def readPosition(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user