rosserial_arduino vs ros_arduino_bridge [closed]
Which one should I use and why ?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
Which one should I use and why ?
rosserial_arduino is a package of software that allows you to do all of the code on the Arduino including subscribing and publishing, service calls etc... It is simpler to use and doesn't require any hardware other than an Arduino.
ros_arduino_bridge is a more complex package with support for many sensors. It is optimized for an Arduino Mega based robot with quadrature encoders. If you are making a mobile robot and can afford to buy the listed components, this option may be a better choice. Hope that helps!
I went with ros_arduino_bridge since it is lightweight compared with rosserial arduino.
Asked: 2015-08-05 15:59:28 -0600
Seen: 761 times
Last updated: Nov 06 '15
Rosserial/Arduino Publishers and Subscribers
Problem setting up rosserial_arduino
rosserial debs for rosserial_arduino
rosserial lost sync with device
rosserial spinOnce() blocks if not connected to ROS
rosserial - losing sync when running servo example [closed]
Routerstation Pro + OpenWRT or DebWRT + ROS + Arduino [closed]