You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Select to enable eProsima's Micro-XRCE-DDS reference function.
* Please refer to https://github.com/ROBOTIS-GIT/ros2arduino#appendix-how-to-configure-entities-from-reference-file-available-at-011-or-above
**/
#define UXR_CREATE_ENTITIES_USING_REF 0
/* The options below are needed to reduce the usage of static memory */
// Select only one communication method you wish to use.
// options: UDP: 0
// TCP: 1
// SERIAL: 2
// #define USER_TRANSPORT_TYPE 0
// Set the MTU of the transport.
#define USER_TRANSPORT_MTU 2048
// Set the maximum number of Pub/Subs to be created on the node.