sbgisen / vesc

VESC Interface for ROS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ASYNC_LOW_LATENCY option when opening serial port

nyxrobotics opened this issue · comments

Abstract

When receiving data via serial communication, ASYNC_LOW_LATENCY can be added to reduce jitter.

Reference:
https://github.com/sbgisen/ocservo/blob/ccb8834d26432e3855ae6466ad26de63ebdf150c/ocservo_driver/src/serial.cpp#L94

Purpose

Implementation Details