-
Try out the new Jake: AI Coding Assistant for LabVIEW (beta)!
Get answers to questions about LabVIEW and discuss your code.
Summer of LabVIEW - Maze by Derrick B - Toolkit for LabVIEW Download
The maze Summer of LabVIEW programming challenge.
Version | 1.0.0.34 |
Released | Feb 19, 2024 |
Publisher | Derrick B |
License | MIT |
LabVIEW Version | LabVIEW>=20.0 |
Operating System | Windows, Mac, and Linux |
Project links | Discussion |
Description
Summer of LabVIEW is a program run by DNatt and DBomm initially to grow excitement and experience with LabVIEW development within NI.
This Maze challenge is to create a maze solver implementation that would be run through a series of mazes for scoring. The scoring scheme used for Summer of LabVIEW was to run 4 mazes two times each and take the average action counts
To get started, open the Tools menu in a LabVIEW window and go to Summer of LabVIEW -> Maze. This opens up the testing app that creates random mazes and lets you open and run your maze solver implementations.
A project template is also installed that provides a starting mouse class and build spec to build the LLB that can be loaded by the UI application. In the project created from the template there is a readme for further steps.
To test your mouse implementation, implement your code in the Decide Action.vi and then build your mouse LLB. You can then load the mouse in the application by navigating the file dialog to where the LLB was built to (this will depend on where you created your project at).