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

I am having problem in Creating a ROS Package

asked 2014-12-27 07:12:27 -0500

saikishor gravatar image

in creating the ROS Package of Beginners_tutorials it has created in home folder but not in source folder so when ever i use the cvommand

roscd beginner_tutorials it gives roscd: No such package/stack 'beginner_tutorials'

and such things happen please help me

edit retag flag offensive close merge delete

Comments

You have to provide more information on what you are doing. Provide as much info as u can. Yours looks like it was typed out in a hurry.

neoDEH gravatar image neoDEH  ( 2014-12-28 11:22:21 -0500 )edit

why is the folder outside of the catkin workspace source folder in the first place?

l0g1x gravatar image l0g1x  ( 2014-12-28 23:28:13 -0500 )edit

2 Answers

Sort by ยป oldest newest most voted
0

answered 2014-12-30 06:13:56 -0500

Most probably you have to add the new package path.

  • First check the ros stack paths using export | grep ROS
  • copy all the packages paths after the ROS_PACKAGE_PATH=
  • then export the new stack path for the Beginners_tutorials after the old paths using ":" some thing like that export ROS_PACKAGE_PATH=/home/user/ros/ros-pkg:/Beginners_tutorials/path
  • then use cd to the new stack folder and rosmake (if you did not do that before).

hopefully this will fix the problem.

edit flag offensive delete link more

Comments

i tried but nothing is happening please help me

saikishor gravatar image saikishor  ( 2015-01-01 00:46:16 -0500 )edit

please provide more details. for each step what you got?

Anas Alhashimi gravatar image Anas Alhashimi  ( 2015-01-07 10:54:11 -0500 )edit
0

answered 2014-12-30 05:47:49 -0500

KDROS gravatar image

Tutorial, Read This Tutorial, you will find, where are u doing wrong.Chapter 2 and 3 will solve ur problem.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-12-27 07:12:27 -0500

Seen: 267 times

Last updated: Dec 30 '14