ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Sounds like you redefined $ROS_PACKAGE_PATH so it no longer includes the stacks of the ROS distribution. That could explain your import failure.
2 | show export command syntax |
Sounds like you redefined $ROS_PACKAGE_PATH so it no longer includes the stacks of the ROS distribution. That could explain your import failure.
The root problem seems to be misunderstanding environment variables, so here is the corrected export
command, as explained in several comments below:
export ROS_PACKAGE_PATH=/home/maneesh/ros_stacks:$ROS_PACKAGE_PATH