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

catkin is not creating package.

asked 2016-07-25 15:38:00 -0500

Oper gravatar image

cd ~/catkin_ws/src
catkin_create_pkg mypack
cd ..
catkin_make

Everything is ok.

roscd mypack
mypack not found.

why?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2016-07-25 15:42:06 -0500

alexvs gravatar image

roscd will not know where to locate your package until you have sourced your setup.bash. After you have compiled, in the catkin_ws directory in the terminal enter 'source devel/setup.bash'.

edit flag offensive delete link more

Comments

Thank u! this was exactly what i was missing

Oper gravatar image Oper  ( 2016-07-25 15:44:45 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2016-07-25 15:38:00 -0500

Seen: 224 times

Last updated: Jul 25 '16