Skip to content

Updated library to allow for ESP32 based devices to use Serial communication to communicate #27

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

candorgander
Copy link

Made a breaking API change that allows for developers with EPS32 based devices to use UART to communicate with ROS core. To enable TCP based communication, #define ROSSERIAL_ARDUINO_TCP 1 must be defined in the user's code. By default, for ESP32 based devices, UART is the default communication mode.

@candorgander
Copy link
Author

Also added type casting of getType and getMD5 functions of all message types to allow for compilation with ESP-IDF.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant