Skip to content

actuators

actuators_init(planner) async #

Send actuators initialization command to the firmware.

Source code in cogip/tools/planner/actuators.py
12
13
14
15
16
async def actuators_init(planner: "Planner"):
    """
    Send actuators initialization command to the firmware.
    """
    await planner.sio_ns.emit("actuator_init")