Open legounicycler opened 2 years ago
After looking at this, the hardware rate driver is a passive component, but it also has a .start() function similar to any active component. This component needs to have the .start() function added somewhere in the cookiecutter template that is independent of the .start()'s added for active components
When generating a deployment in the "gt2-software/Common/support" directory using the options listed below in the
.cookiecutterrc
file, the following line was omitted from the Topology.cpp file:This prevents the LED blinker component that gets generated from working default out of the box and should be added after the eventLogger start function.
Contents of
.cookiecutterrc
: