Add message fragment queue to easy robo API for vision info
This commit is contained in:
@@ -17,4 +17,12 @@ stream_ctrl (
|
||||
req_finalize(seq, STREAM_CTRL_CMD, ack, req);
|
||||
}
|
||||
|
||||
void
|
||||
vision_enable (
|
||||
union Request* req,
|
||||
uint16_t seq,
|
||||
bool ack ) {
|
||||
req->enablevision.type = VISION_DETECT_ENABLE_PERSON;
|
||||
req_finalize(seq, VISION_DETECT_ENABLE_CMD, ack, req);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user