I created a ROS workspace following the Wiki page from ROS. I also created a package using catkin_create_pkg
under the workspace I just created.
Then, following the steps in ROS Wiki to build the package using catkin_make
, after the package is built, I insert the command rospack find packagename
, and my package is not found anymore.
Can anyone help me on this?