Creating a new workspace and a package in Robot Operating System (ROS)
- Install the ROS and run command “roscore” to check if the ros is correctly installed.
- Create a Ros workspace and run command “echo $ROS_PACKAGE_PATH” to check if workspace is properly overlayed by the setup script.
- Create a package by your name ~/ros_workspaces directory.
- Use the catkin_make command.