sending starting positions to agents (not verified on AERPAW yet)
This commit is contained in:
23
aerpaw/basic_demo/controller_terminate.h
Normal file
23
aerpaw/basic_demo/controller_terminate.h
Normal 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_terminate.h
|
||||
//
|
||||
// Code generation for function 'controller_terminate'
|
||||
//
|
||||
|
||||
#ifndef CONTROLLER_TERMINATE_H
|
||||
#define CONTROLLER_TERMINATE_H
|
||||
|
||||
// Include files
|
||||
#include "rtwtypes.h"
|
||||
#include <cstddef>
|
||||
#include <cstdlib>
|
||||
|
||||
// Function Declarations
|
||||
extern void controller_terminate();
|
||||
|
||||
#endif
|
||||
// End of code generation (controller_terminate.h)
|
||||
Reference in New Issue
Block a user