necst_msgs.msg.MembraneMsg
Data type for Membrane control commands.
bool
) -- If True
, the membrane open.bool
) -- If True
, the membrane is moving.float64
) -- Time the command was sent.msg = MembraneMsg(open=True, move=False, time=time.time()) publisher.publish(msg)
bool open
bool move
float64 time