PaveWay is an autonomous pothole detection and mapping robot based on the TurtleBot3 platform. The project includes a simulation environment and a web app for visualization.
After cloning the PaveWay repository, build the workspace with:
cd ~/paveway_ws
colcon build --symlink-installAfter building the workspace, source and define Turtlebot model:
source install/setup.bash #or setup.zsh
export TURTLEBOT3_MODEL="burger" # or "waffle"ros2 launch paveway_sim paveway_sim.launch.pyros2 launch paveway_nav paveway_nav.launch.pyAfter running the server node, the web dashboard can be found at Foxglove
ros2 launch paveway_web paveway_web.launch.pyπ paveway_ws
βββ π src
β βββ π paveway_sim
β βββ π paveway_nav
β βββ π paveway_vision
β βββ π paveway_web
β βββ π paveway_launch
β βββ ...
βββ colcon.meta