fixposition / fixposition_driver

ROS Driver for Fixposition Vision-RTK 2 Visual Inertial GNSS Positioning Sensor
MIT License
40 stars 35 forks source link

Undefined baud rates #29

Closed floriansegginger closed 11 months ago

floriansegginger commented 1 year ago

File: fixposition_driver.cpp

The following baud rates are not part of MacOS's sys/termios.h:

This is an issue that seems to happen with other libraries around the web:

Might be that even Linux doesn't include baud rates over 38400.

Maybe define those values if they are not already predefined?