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

bash: sketchbook: No such file or directory

asked 2014-02-17 00:39:12 -0500

Ross Marry gravatar image

I have the package and the IDE installed, now I want to copy ros_lib from the rosserial package to the sketchbook library folder which is has been created.

I used this command lines;-

roscd rosserial_arduino/libraries

cp -r ros_lib <sketchbook>/libraries/ros_lib

but unfortunately I get this error msg

bash: sketchbook: No such file or directory

Why is this happen?

edit retag flag offensive close merge delete

Comments

Are You sure, there is a `sketchbook` directory in Your current dir? You might just did a typo or something simple like that :) $ ls | grep sketchbook

Kamiccolo gravatar image Kamiccolo  ( 2014-02-17 00:56:02 -0500 )edit

There is nothing came out. Sorry, I'm still new to this. How can I get it into my current directory?

Ross Marry gravatar image Ross Marry  ( 2014-02-17 01:53:09 -0500 )edit

Sorry, You should provide more information to get a clear answer. Why don't You try copy those files using Desktop Environment and File Manager like Nautilus or something like that?

Kamiccolo gravatar image Kamiccolo  ( 2014-02-17 03:05:39 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2014-02-17 11:30:31 -0500

fergs gravatar image

updated 2014-02-17 11:32:26 -0500

You are supposed to replace <sketchbook> with the directory of your Arduino sketchbook (typically this defaults to ~/sketchbook)

EDIT: Furthermore, that's not the right way to setup rosserial_arduino, see http://wiki.ros.org/rosserial_arduino...

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2014-02-17 00:39:12 -0500

Seen: 545 times

Last updated: Feb 17 '14