Namespaces | Variables
6_path_planning.py File Reference

Go to the source code of this file.

Namespaces

 6_path_planning
 

Variables

 6_path_planning.bf = f2c.SG_BruteForce()
 
 6_path_planning.cells = field.getField();
 
 6_path_planning.const_hl = f2c.HG_Const_gen()
 
 6_path_planning.dubins = f2c.PP_DubinsCurves()
 
 6_path_planning.dubins_cc = f2c.PP_DubinsCurvesCC();
 
 6_path_planning.field = rand.generateRandField(1e4, 5);
 
 6_path_planning.no_hl = const_hl.generateHeadlands(cells, 3.0 * robot.getWidth())
 
 6_path_planning.path_dubins = path_planner.planPath(robot, swaths, dubins);
 
 6_path_planning.path_dubins_cc = path_planner.planPath(robot, swaths, dubins_cc);
 
 6_path_planning.path_planner = f2c.PP_PathPlanning()
 
 6_path_planning.path_reeds_shepp = path_planner.planPath(robot, swaths, reeds_shepp);
 
 6_path_planning.path_reeds_shepp_hc = path_planner.planPath(robot, swaths, reeds_shepp_hc);
 
 6_path_planning.rand = f2c.Random(42)
 
 6_path_planning.reeds_shepp = f2c.PP_ReedsSheppCurves();
 
 6_path_planning.reeds_shepp_hc = f2c.PP_ReedsSheppCurvesHC();
 
 6_path_planning.robot = f2c.Robot(2.0, 6.0)
 
 6_path_planning.snake_sorter = f2c.RP_Snake()
 
 6_path_planning.swaths = bf.generateSwaths(math.pi, robot.getCovWidth(), no_hl.getGeometry(0))
 


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