Error in hydro
I have just reinstall my distro hydro. And I can't catkin_make It said that the order is not found What is the issue? I'm in Ubuntu 12.04
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
I have just reinstall my distro hydro. And I can't catkin_make It said that the order is not found What is the issue? I'm in Ubuntu 12.04
you need to create your catkin workspaces (be sure that you are in regular user not the root user; if not type exit) :
$ mkdir -p ~/catkin_ws/src
$ cd ~/catkin_ws/src
$ catkin_init_workspace
$ catkin_make
$ source devel/setup.bash
so you should re install it: http://wiki.ros.org/hydro/Installation/Ubuntu .....follow all the instruction in this link and then move to this 4.Create a ROS Workspace : http://wiki.ros.org/ROS/Tutorials/InstallingandConfiguringROSEnvironment ....and then tell me if it works or not
Asked: 2014-08-04 05:49:09 -0600
Seen: 567 times
Last updated: Aug 04 '14
hydro + kinect + Ubuntu 12.04 library issue?
Problem with nxt_lejos installation on ROS Hydro
Current recommended installation for MacBook Pro? (OS X 10.9)
Compilation error /usr/bin/ld: cannot find -l& [closed]
How to fix catkin_make error for px-ros-pkg?
roslaunch not working during tutorial (rosversion?)
Does a CAN bus library or package exist in ROS?
ROS using C++ 11 & How to Use With Catkin?
ImportError: cannot import name 'AddTwoInts' from 'beginner_tutorials.srv'
please post the error. did you forgot source /opt/ros/hydro/setup.bash ?
No i did not forget. It said that the file /opt/ros/hydro/setup.bash doesn't exist