Namespaces | Variables
5_route_planning.py File Reference

Go to the source code of this file.

Namespaces

 5_route_planning
 

Variables

 5_route_planning.bf = f2c.SG_BruteForce();
 
 5_route_planning.boustrophedon_sorter = f2c.RP_Boustrophedon();
 
 5_route_planning.cells = field.getField();
 
 5_route_planning.cells_c
 
 5_route_planning.const_hl = f2c.HG_Const_gen();
 
 5_route_planning.field = rand.generateRandField(1e4, 5);
 
 5_route_planning.mid_hl_c = const_hl.generateHeadlands(cells_c, 1.5 * robot_c.getWidth());
 
 5_route_planning.no_hl = const_hl.generateHeadlands(cells, 3.0 * robot.getWidth());
 
 5_route_planning.no_hl_c = const_hl.generateHeadlands(cells_c, 3.0 * robot_c.getWidth());
 
 5_route_planning.rand = f2c.Random(42);
 
 5_route_planning.robot = f2c.Robot(2.0, 6.0);
 
 5_route_planning.robot_c = f2c.Robot(1.0);
 
 5_route_planning.route = route_planner.genRoute(mid_hl_c, swaths_c);
 
 5_route_planning.route_planner = f2c.RP_RoutePlannerBase();
 
 5_route_planning.snake_sorter = f2c.RP_Snake();
 
 5_route_planning.spiral_sorter = f2c.RP_Spiral(6);
 
 5_route_planning.swaths = bf.generateSwaths(math.pi, robot.getCovWidth(), no_hl.getGeometry(0));
 
 5_route_planning.swaths_c = bf.generateSwaths(math.pi/2.0, robot_c.getCovWidth(), no_hl_c);
 


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