Catkin is a CMAKE-based build system used to build ROS packages.
We will be setting up a Catkin Workspace on BOTH the Turtlebot and Master computers using the following steps.
mkdir -p ~/catkin_ws/srccd ~/catkin_ws/srccatkin_init_workspacecd ~/catkin_wscatkin_makesource ~/catkin_ws/devel/setup.shcd ~/catkin_ws/srccatkin_create_pkg turtlebot_dabitcd turtlebot_dabitmkdir launchmkdir scriptsmkdir srcBuilding ROSPY with your Catkin Package
Building ROSCPP with your Catkin Package
catkin_create_pkg turtlebot_dabit roscpp--directory /path/to/catkin/ws:
catkin_make --directory ~/catkin_ws--pkg argument:
catkin_make --pkg turtlebot_dabit