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 | Q&A answers.ros.org |
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
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2014-08-04 05:49:09 -0500
Seen: 556 times
Last updated: Aug 04 '14
Custom classes in message files
Using cyphy_people_mapping in ROS Hydro [closed]
velodyne_driver test for ROS hydro?
Linking errors with message_filters in Hydro [closed]
Hydro Build Issue on Ubuntu 13.10 [closed]
generate_dynamic_reconfigure_options executed every build
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