dubins_curves.h
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 FIELDS2COVER_PATH_PLANNING_DUBINS_CURVES_H_
9 #define FIELDS2COVER_PATH_PLANNING_DUBINS_CURVES_H_
10 
11 #include "fields2cover/types.h"
13 
14 namespace f2c::pp {
15 
17 class DubinsCurves : public TurningBase {
18  public:
20  double dist_start_pos, double start_angle, double end_angle) override;
21 };
22 
23 } // namespace f2c::pp
24 
25 #endif // FIELDS2COVER_PATH_PLANNING_DUBINS_CURVES_H_
f2c::pp::DubinsCurves
Dubins' curves planner.
Definition: dubins_curves.h:17
f2c::pp
Path planning algorithms' namespace.
Definition: dubins_curves.h:14
types.h
f2c::pp::DubinsCurves::createSimpleTurn
F2CPath createSimpleTurn(const F2CRobot &robot, double dist_start_pos, double start_angle, double end_angle) override
Create a turn.
Definition: dubins_curves.cpp:13
2_objective_functions.robot
robot
Definition: 2_objective_functions.py:76
f2c::types::Path
Definition: Path.h:23
f2c::pp::TurningBase
Base class for turn planners.
Definition: turning_base.h:22
f2c::types::Robot
Definition: Robot.h:25
turning_base.h


fields2cover
Author(s):
autogenerated on Fri Apr 25 2025 02:18:31