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

Grzybek's profile - activity

2015-10-27 05:19:44 -0500 commented answer Raspberry pi -Unable to locate package ros-indigo-ros-tutorials

Next step was to install tutorial_package so i install it with your command. But ros cant find it by "roscd ros_tutorials" so i logout and log in as root. I copied dir with tutorials to /opt/ros/indigo/share/ And now ros can find this package. I use roscore , ros make turtlesim

2015-10-27 05:12:42 -0500 commented answer Raspberry pi -Unable to locate package ros-indigo-ros-tutorials

I dont know. I installed ros by tutorial: http://wiki.ros.org/ROSberryPi/Instal... and created ros_catkin_ws after that i go to "core ros tutorial" and create new ros workspace: catkin_ws.

2015-10-24 10:06:18 -0500 commented answer Raspberry pi -Unable to locate package ros-indigo-ros-tutorials

Nothing has change. I have the same messages.

2015-10-24 06:44:15 -0500 commented answer Raspberry pi -Unable to locate package ros-indigo-ros-tutorials

And when i try use catkin_make in ros_catkin_ws i have pi@~/ros_catkin_ws $ catkin_make Base path: /home/pi/ros_catkin_ws Source space: /home/pi/ros_catkin_ws/src The specified base path "/home/pi/ros_catkin_ws" contains a CMakeLists.txt but "catkin_make" must be invoked in the the root of workspace

2015-10-24 06:33:41 -0500 commented answer Raspberry pi -Unable to locate package ros-indigo-ros-tutorials

`ROS_ROOT=/opt/ros/indigo/share/ros ROS_PACKAGE_PATH=/home/pi/catkin_ws/src:/opt/ros/indigo/share:/opt/ros/indigo/stacks ROS_MASTER_URI=http://localhost:11311 ROS_DISTRO=indigo ROS_ETC_DIR=/opt/ros/indigo/etc/ros My ros_catkin_ws is the same place where yours.

2015-10-23 16:53:56 -0500 commented answer Raspberry pi -Unable to locate package ros-indigo-ros-tutorials

I had a problem with install but I did this with your commands. Now i have problem with turltesim_nodes

2015-10-23 15:53:08 -0500 commented answer Raspberry pi -Unable to locate package ros-indigo-ros-tutorials

Can u tell me how u did this ?