roscreate-package
hi,i have a with the roscreate-package instruction even if i have added the " source /opt/ros/hydro/setup.bash source ~/hydro_workspace/sandbox/setup.bash " i still have the same problem,can you please help me.
Asked by meriemm on 2015-04-17 15:52:22 UTC
Answers
You must use source /opt/ros/hydro/setup.bash
command each new terminal. Instead of you can add to the path or bashrc. I use bashrc. In any terminal run this sudo nano ~/.bashrc
and paste source /opt/ros/hydro/setup.bash
this line. After open new terminal and run ROS. Maybe this Install ROS
` can help u .
Asked by anil on 2015-04-17 17:31:58 UTC
Comments