#include <corbo-controllers/pid_controller.h>
#include <corbo-core/reference_trajectory.h>
#include <corbo-observers/observer_interface.h>
#include <corbo-plants/simulated_plant.h>
#include <corbo-systems/output_function_interface.h>
#include <corbo-systems/system_dynamics_interface.h>
#include <corbo-tasks/task_closed_loop_control.h>
#include <iostream>
#include <memory>
#include "gtest/gtest.h"
Go to the source code of this file.
Classes | |
class | FooTest |
Functions | |
int | main (int argc, char **argv) |
TEST_F (FooTest, blabla) | |
Definition at line 65 of file environment_test.cpp.
TEST_F | ( | FooTest | , |
blabla | |||
) |
Definition at line 59 of file environment_test.cpp.