This repository have the objective to see the diference between Single-Thread and Multi-Thread.
Mac OS X & Linux & Windows:
git clone https://github.com/LucasLagoeiro/Project-CCP130.git
After this you just need to compile in the workspace:
cd ros2_ws && colcon build
And run the code.
This for Single-Thread:
ros2 run executors_exercises_pkg single-thread-executor_example_3_node
And this for Multi-Thread:
ros2 run executors_exercises_pkg multi-thread-executor_example_3_node
When you run both codes, you can barely see the difference between this two methods of Threads.
Single-Thread
Multi-Thread
- 1.0.0
- Workspace with one example of single-thread and multi-thread.
The ideia of this repository is to help people to develop projects in ROS2.
Lucas Lagoeiro - @DevLagoeiro - [email protected]