Skip to content

Latest commit

 

History

History
executable file
·
47 lines (30 loc) · 1.75 KB

8_0_ROS2.md

File metadata and controls

executable file
·
47 lines (30 loc) · 1.75 KB

ROS2

This page is to step into the ROS2's world.

Development envrionmen

  • Ubuntu 20.04
  • ROS2 foxy

0. ROS2 VS ROS

Understand ROS2 with comparation with ROS

1. Install ROS2

How to install ROS2 Foxy

2. Configure ROS2 workspace

Configure ROS2 workspace

3. Examples of Publisher and Subscriber in C++

Simple examples for publisher and subscriber

TODO:

Creat own lib in ROS2

How to create and use your own C++ Library with ROS2, https://youtu.be/S7AjhNKHpvs

Reference

  1. Install ROS2 Along With ROS1 | Foxy | Noetic | Simple ROS2 Tutorial | 2022 https://www.youtube.com/watch?v=CtW7Cqzeb8o&ab_channel=HarshMittal
  2. Olivier Kermorgant, http://pagesperso.ls2n.fr/~kermorgant-o/teaching.html#C++_programming
  3. Using colcon to build packages https://docs.ros.org/en/foxy/Tutorials/Beginner-Client-Libraries/Colcon-Tutorial.html?highlight=colcon