ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
The ros_lib should be installed in your Arduino "sketchbook/libraries". To install the ros_lib in the sketchbook use ros rosserial_arduino make_libraries.py <sketchbook>/libraries/ .
You will have to make the libraries folder and the sketchbook should automatically be generated in the home directory after the Arduino IDE is opened once.
2 | No.2 Revision |
The ros_lib should be installed in your Arduino "sketchbook/libraries". To install the ros_lib in the sketchbook use You will have to make the libraries folder and the sketchbook should automatically be generated in the home directory after the Arduino IDE is opened ros rosserial_arduino make_libraries.py <sketchbook>/libraries/ .
once.once. Using this command mkdir -p ~/sketchbook/libraries
and then cd ~/sketchbook/libraries
to should get you into the right folder. To install the ros_lib in the sketchbook use rosrun rosserial_arduino make_libraries.py .
3 | No.3 Revision |
The ros_lib should be installed in your Arduino "sketchbook/libraries". You will have to make the libraries folder and the sketchbook should automatically be generated in the home directory after the Arduino IDE is opened once. Using this command mkdir -p ~/sketchbook/libraries
and then cd ~/sketchbook/libraries
to should get you into the right folder. To install the ros_lib in the sketchbook use rosrun rosserial_arduino make_libraries.py .
As davinci said this is in the setup.