sending starting positions to agents (not verified on AERPAW yet)

This commit is contained in:
2026-01-29 16:42:19 -08:00
parent fe106f31cd
commit aed1924297
20 changed files with 1398 additions and 155 deletions

View File

@@ -0,0 +1,23 @@
//
// Academic License - for use in teaching, academic research, and meeting
// course requirements at degree granting institutions only. Not for
// government, commercial, or other organizational use.
//
// controller_initialize.h
//
// Code generation for function 'controller_initialize'
//
#ifndef CONTROLLER_INITIALIZE_H
#define CONTROLLER_INITIALIZE_H
// Include files
#include "rtwtypes.h"
#include <cstddef>
#include <cstdlib>
// Function Declarations
extern void controller_initialize();
#endif
// End of code generation (controller_initialize.h)