Robotics StackExchange | Archived questions

Install a downloaded file using catkin_create_pkg

While watching a training video, the instructor said that he uploaded the file to GitHub and that I could download it and install it with the catkin_create_pkg command.

Does the catkin_create_pkg command help to install a downloaded file?

I searched but could not find it. What did he mean? Can you help me?

Asked by fatihsen on 2022-09-13 03:03:28 UTC

Comments

Can you please provide more information, such as reference to the video you are talking about, etc.? The catkin_create_pkg creates a new catkin package. You can read more about catkin_create_pkg at ROS/Tutorials/Creating Package page.

Asked by ravijoshi on 2022-09-13 06:19:07 UTC

Answers