Skip to content

prathameshsphulpagar/ros2_tutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ros2_tutorials

all tutorials code

  1. Creating the workspace in ros2
mkdir -p ~/ros2_ws/src
cd ~/ros2_ws/src
  1. If you wanted to open ws in any perticular folder then remove the ~/ part from the command and create the ws.
mkdir -p ros2_ws/src
cd ros2_ws/src
  1. create pakage
ros2 pkg create --build-type ament_cmake <package_name>

About

all tutorials code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages