-
Notifications
You must be signed in to change notification settings - Fork 8
Setting up rosserial_arduino
Shikher Verma edited this page Feb 26, 2016
·
6 revisions
sudo apt-get install arduino
sudo apt-get install ros-indigo-rosserial-arduino
sudo apt-get install ros-indigo-rosserial
In the steps below, sketchbook is the directory where the Linux Arduino environment saves your sketches. Typically this is a directory called sketchbook in your home directory.
Note: you have to delete libraries/ros_lib in order to regenerate as its existence causes an error.
cd <sketchbook>/libraries
rm -rf ros_lib
rosrun rosserial_arduino make_libraries.py .
You can ignore the warning if you encounter it
*** Warning, failed to generate libraries for the following packages: *** urdf_tutorial (missing dependency)
After install you should see ros_lib in the arduino IDE:
Moderators: Mayank Mittal, Shikher Verma, Suryansh Agarwal . AUV-IITK