-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to reduce the output #102
Comments
This driver is intended to be used for publishing ROS messages; if If the driver is having problems because the serial connection doesn't have enough bandwidth to log all of those messages at the full rate, I would very strongly recommend setting the If you really need to log some of those messages in ASCII mode and you don't care about others, you could edit the source code near Similarly, it also always configures the device to log For a temporary solution, similar to what I suggested above, you could edit |
Very understandable explanations. We will test your suggestions and update the result. Thank you~ |
|
We use serial port to record "INSPVAA" and "CORRIMUDATAA"。
The launch file is:
The corresponding result is:
in which GPGGAA, BESTPOSA, BESTVELA, GPGGA, GPRMC, INSCOVA, INSPVAXA, TIMEA are not needed.
How can we remove all the other signals and log only the ones we want?
Thank you.
The text was updated successfully, but these errors were encountered: