As I have just started learning Ros with the help of Ros tutorials the problem which i am facing is that according to Ros tutorials link http://www.ros.org/wiki/ROS/Tutorials/UsingRxconsoleRoslaunch when i type roslaunch command in the new terminal it gives me an error that danishraza@ubuntu:~/ros_workspace$ roscd beginner_tutorials roscd: No such package 'beginner_tutorials'
I have Ubuntu 10.04 Lts on my machine and Ros electric.And have already created package beginner_tutorials .
you probably need to set up your $ROS_PACKAGE_PATH, type the following in your terminal:
export ROS_PACKAGE_PATH=~/ros_workspace/:$ROS_PACKAGE_PATH
Asked: Feb 22
Seen: 74 times
Last updated: Apr 26
ROS Answers is licensed under Creative Commons Attribution 3.0 Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.
Have you properly configured your ROS_PACKAGE_PATH environment variable?
DimitriProsser (Feb 22)edit