ros package path
i am using ros tutorials to understand ros i am stuck in ROS_PACKAGE_PATH how to create it or what to do with it i am bit confused about it kindly help me out?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
asked 2012-02-19 05:51:58 -0600
This post is a wiki. Anyone with karma >75 is welcome to improve it.
i am using ros tutorials to understand ros i am stuck in ROS_PACKAGE_PATH how to create it or what to do with it i am bit confused about it kindly help me out?
answered 2012-02-19 06:03:56 -0600
This post is a wiki. Anyone with karma >75 is welcome to improve it.
Have you had a look at this page http://ros.org/wiki/ROS/EnvironmentVariables? If you just want to quickly compile a bunch of example, do
export ROS_PACKAGE_PATH=$ROS_PACKAGE_PATH:`pwd`
in the folder where you have kept the tutorial packages. Otherwise, the tutorials are very comprehensive usually.
Asked: 2012-02-19 05:51:58 -0600
Seen: 6,303 times
Last updated: Feb 19 '12