Skip to content

Instantly share code, notes, and snippets.

View stuartcrobinson's full-sized avatar

Stuart C. Robinson stuartcrobinson

View GitHub Profile
@RobinCPC
RobinCPC / [ROS] Create_Workspace_and_Add_URDF.md
Last active November 26, 2022 15:24
Record how to create Catkin Workspace and add urdf package

[ROS] Create Catkin Workspace and add urdf package

Assume you already install ros

  • Frist create package and add urdf
    $ mkdir catkin_ws_PMCurdf
    $ cd catkin_ws_PMCurdf/