Use regular ROS subscriptions on arduino (not rosserial_arduino)
Hi,
I am wondering if there is any way to use 'regular' ROS subscriptions on an arduino, rather than the 'special' rosserial_arduino ones. There are some functions on the regular subscription classes that I want to use that are not available on the arduino ones.
Thanks!