Ros Indigo on Intel Edison with Ubilinux - ros* not found
I believe I succesfully installed ROS on the edison, but when trying to go through some of the tutorials to check my install, none of the packages will run. They are all reported as "-bash: ros: command not found". I tried running the commands with sudo since I installed ROS on a non-root directory, but I still get a similar error: "sudo: ros: command not found". Any ideas?
Asked by jacob.t.hopkins on 2015-06-24 12:48:42 UTC
Answers
Have you remembered to run source /path/to/ros/installation/setup.bash
before trying to use anything from your ROS install?
Asked by gvdhoorn on 2015-06-24 13:42:23 UTC
Comments
I must've done that improperly. I reinstalled and resourced and it now works as it should. Thanks!
Asked by jacob.t.hopkins on 2015-06-24 15:31:59 UTC
Comments