Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 390 Bytes

File metadata and controls

5 lines (5 loc) · 390 Bytes

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.