-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge ObstacleStatus and RobotStatus #491
Conversation
src/isar/services/service_connections/mqtt/robot_status_publisher.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See comments
8d4c1d3
to
7d3ebe4
Compare
bdacfbf
to
f94deab
Compare
Dismissing and getting it reviewed by Anders
main.py
Outdated
mqtt_client: MqttClient = MqttClient(mqtt_queue=queues.mqtt_queue) | ||
|
||
mqtt_thread: Thread = Thread( | ||
target=mqtt_client.run, name="ISAR MQTT Client", daemon=True | ||
) | ||
threads.append(mqtt_thread) | ||
|
||
print("Seeing up robot status publisher now") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this meant to be "Setting"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should not be there
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.