A reactive control system
I wanted to expand my knowledge of ROS2 and control architectures, so I create simulated movement through tight corridors. Because it's a purely reactive control system, it operates without any prior knowledge of its environment. To do this, we create nodes that publishes data such as scanning data and wheel velocity, which will be sent to a graphical interface so we can see our robot move autonomously.