This repository contains the programs used in The Construct's Rosject 1 - Turtlebot3 Wall follower, parts 1 and 2.
- This is the script that contains the service server code that performs the behaviour of finding the wall, and moving towards it towards the wall to get ready for the wall following behaviour.
- This is the script that contains the service client code that call the find_wall_service_server.
- It also contains the wall follow code. The turtlebot3 will follow the wall once the server behaviour is finished.
- This launch file launches both nodes: server and client for the turtlebot3 to find and follow wall.