JacSchn / 5G-Beamforming-from-Visual-and-Lidar-Rendering

Regent Scholarship Research with UWW where we are using machine learning in an autonomous driving lab to collect visual and lidar-based models to have optimal guidance of 60GHz Wireless Network.
GNU Lesser General Public License v2.1
2 stars 1 forks source link

Booting Data Collection #18

Open flynn248 opened 2 years ago

flynn248 commented 2 years ago

Booting up the data collection has gotten easier, but can be improved further.

  1. The initialize_collection.sh file can be updated to account for it having been run once before. Or, separate the chrony time sync from the file to save 30ish seconds when booting up the sensors.
  2. Ensure that the log directory located in the home directory exists before continuing the process.
  3. The most important thing is adding some kind of check to ensure that a sensor loaded correctly. This is easy to visually see with the lidar and routers since the lidar spins and the routers have an led that flickers rapidly. However, this method is not ideal for the USB cameras which have nothing that can be visually seen without looking at the logs. This step is important, but may be best to wait until the web application is addressed more to see what format that requires. Any ideas can be submitted on this issue.