tests
cpp
test_helpers
robot_data.hpp
Go to the documentation of this file.
1
//=============================================================================
2
// Copyright (C) 2021-2024 Wageningen University - All Rights Reserved
3
// Author: Gonzalo Mier
4
// BSD-3 License
5
//=============================================================================
6
7
#pragma once
8
#ifndef ROBOT_DATA_HPP_
9
#define ROBOT_DATA_HPP_
10
11
#include "
fields2cover.h
"
12
13
inline
F2CRobot
getSimpleRobot
() {
14
F2CRobot
robot
(1.0, 1.0);
15
robot
.setMaxCurv(1.0);
16
robot
.setMaxDiffCurv(10.0);
17
return
robot
;
18
}
19
20
#endif // ROBOT_DATA_HPP_
2_objective_functions.robot
robot
Definition:
2_objective_functions.py:76
fields2cover.h
getSimpleRobot
F2CRobot getSimpleRobot()
Definition:
robot_data.hpp:13
f2c::types::Robot
Definition:
Robot.h:25
fields2cover
Author(s):
autogenerated on Fri Apr 25 2025 02:18:31