Closed TCIII closed 2 years ago
@frankjoshua,
Why haven't the following corrections to ros/msg.h been made in the latest version of rosserial_arduino_lib:
Summary: (Changes) File - ros/msg.h
Change -> #include to #include in line 40 Change -> std::memcpy() to memcpy() in lines 68 and 182
Making these changes prevents Arduino IDE complier errors in Arduino ino programs that incorporate commands from the rosserial_arduino_lib.
Regards, TCIII
it works
OK. It's merged now. Sorry for the delay.
@frankjoshua,
Why haven't the following corrections to ros/msg.h been made in the latest version of rosserial_arduino_lib:
Summary: (Changes) File - ros/msg.h
Change -> #include to #include in line 40
Change -> std::memcpy() to memcpy() in lines 68 and 182
Making these changes prevents Arduino IDE complier errors in Arduino ino programs that incorporate commands from the rosserial_arduino_lib.
Regards, TCIII