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

Unable to locate ros-kinetic-desktop-full

asked 2021-06-25 16:32:50 -0500

jaaz.gd gravatar image

So i have installed all the updates and kegs how we it cannot locate package. I have Ubuntu 16.04 and Ubuntu 20 but I have tried everything and can’t manage to get it working. I’m a beginner and I looked at previous answers and nothing seems to help. Also my Ubuntu doesn’t look the same as the tbe tutorial as mine is just a terminal so I was unable to change the software settings as done In the tutorial, please help.

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
0

answered 2021-06-27 09:22:14 -0500

ParkerRobert gravatar image

This may seem rather obvious, but just to check have you sourced the ROS packages:

echo "source /opt/ros/kinetic/setup.bash" >> ~/.bashrc
source ~/.bashrc

http://wiki.ros.org/kinetic/Installat...

If you have sourced the ROS packages, you can try doing echo $ROS_PACKAGE_PATH in your terminal window, this should output /opt/ros/kinetic/setup.bash

edit flag offensive delete link more

Comments

yes i have, even though that step comes after in the tutorials, i have tried echo $ROS_PACKAGE_PATH however i still get the same 'unable to locate package error

jaaz.gd gravatar image jaaz.gd  ( 2021-07-01 13:45:22 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2021-06-25 16:32:50 -0500

Seen: 150 times

Last updated: Jun 27 '21