Compiling new package causing roscore command not found
I'm trying to compile a new package with catkin_make_isolated but after visibly successful installation my I receive roscore and catkin_make, etc command not found. My only option is to reload from an earlier backup to restore my ROS.
The steps I'm following:
- Installing roscopter on Hydro from here: ( https://github.com/epsilonorion/rosco... )
- I place the roscore source in the /src library
- compile mavlink with
sudo python setup.py install
Run catkin_make:
catkin_make_isolated --pkg <my_package_name> --install
Roscore is still working until I don't restart, after that
command not found
The .bashrc does refer to the install_isolated/setup.bash, still no roscore or catkin_make, etc
Which OS are you running? Have you installed ROS from debs or from source?
Sorry, I just saw this comment. The issue already got resolved (see details below), but in case others would read this later here is the answer to your question: OS: Raspbian Wheezy on a Raspberry Pi ROS is compiled from source