simple navigation with obstacle avoidance with 2d lidar and odom opencv is used for visualization. This package is not for practicle application its more like about learning mobile robot navigation.
- Opencv 4.2
- ros2 humble
- turtlebot3_gazebo
cd autonomous_opencv
mkdir build
cd build
cmake ..
make
./autonomous_opencv
for now you can test it with gazebo simulation
ros2 launch turtlebot3_gazebo turtlebot3_world.launch.py
in next terminal
./autonomous_opencv