mirror of
https://github.com/modelec/modelec-marcel-ROS.git
synced 2026-03-18 21:50:36 +01:00
Lidar + new action + rewrite action executor + cpu usage (gui & enemy manager) (#28)
This commit is contained in:
@@ -125,6 +125,9 @@ class SimulatedPCB:
|
||||
|
||||
elif msg.startswith("SET;START;"):
|
||||
self.start = msg.split(';')[2] == '1'
|
||||
if not self.start:
|
||||
self.waypoints.clear()
|
||||
self.waypoint_queue.clear()
|
||||
self.ser.write(b"OK;START;1\n")
|
||||
|
||||
# --- MULTI WAYPOINT (clears previous) ---
|
||||
|
||||
Reference in New Issue
Block a user