Question on creating a ROS Workspace during installation
Hi, I am installing ROS1 on Ubuntu 16.04. I have followed the steps up to Section 3. Create a ROS Workspace of the installation tutorial.
http://wiki.ros.org/ROS/Tutorials/Ins...
I have executed:
$ mkdir -p ~/catkin_ws/src
$ cd ~/catkin_ws/
$ catkin_make
If I stay with Python 2.7, do I still need to execute the following two commands after catkin_make?
$ source devel/setup.bash
$ echo $ROS_PACKAGE_PATH
Thank you.