ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

groovy rosserial does not recognize the location of the sketchbook

asked 2013-08-01 17:14:57 -0500

CharlieD gravatar image

updated 2013-11-18 19:23:20 -0500

tfoote gravatar image

Ubuntu 12.04 groovy

I have installed the rosserial by using the instructions at github.com/ros-drivers/roserial and followed the catkin instructions

cd catkin_ws catkin make catkin make install source ~/catkin_ws/install/setup.bash cd /home/charlie/sketchbook/libraries rosrun rosserial_arduino make_libraries.py

everything seems to work OK up to this point, then I get the following statement

"make_libraries.py generates the Arduino rosserial library files. It requires the location of your Arduino sketchbook/libraries folder"

Arduino is installed on the desktop.

Any ideas ?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
4

answered 2013-08-01 18:38:39 -0500

The command to make the libraries is rosrun rosserial_arduino make_libraries.py . The period is need to specify your current directory.

edit flag offensive delete link more

Comments

That was it, it worked perfectly, Thanks for your help

CharlieD gravatar image CharlieD  ( 2013-08-04 09:08:46 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2013-08-01 17:14:57 -0500

Seen: 857 times

Last updated: Aug 01 '13