Week 10 Update (3/18-3/22)
This week focused on splitting the group into two smaller groups focused on the two remaining aspects of the Mouse Droid project, that being A* search/path planning and getting the Pi to talk to the Arduino. Additionally, the team returned to recording time entries on the timesheet. On the A* side of the project, the two members came up with a checklist of steps that are needed to reach the end goal of a functional A*. The first step was to create a proper map of the Engineering buildings first floor which will be used as a new testing ground instead of basic test maps. Step two and three are closely related and thats to get a .PGM and .yaml format of the virtual LiDARs surroundings in rViz, and parse through it in order to create a data structure that can be readable for A* to use. Lastly, we are to use the parsed data and create an A* search/path planning with a fixed goal at any point in the map. On the Arduino side of the project, the two members worked with the ECE teammates to re...