Closed nhatao closed 1 year ago
catkin_make
failed
catkin_make
failed
catkin_make tests
failed
Merging #717 (ea4bb6a) into master (600e7bb) will increase coverage by
0.06%
. Report is 1 commits behind head on master. The diff coverage is91.16%
.
@@ Coverage Diff @@
## master #717 +/- ##
==========================================
+ Coverage 88.34% 88.41% +0.06%
==========================================
Files 60 62 +2
Lines 4444 4582 +138
==========================================
+ Hits 3926 4051 +125
- Misses 518 531 +13
Files Changed | Coverage Δ | |
---|---|---|
...clude/planner_cspace/planner_3d/grid_astar_model.h | 100.00% <ø> (ø) |
|
planner_cspace/src/start_pose_predictor.cpp | 87.35% <87.35%> (ø) |
|
planner_cspace/src/planner_3d.cpp | 85.47% <92.30%> (+0.21%) |
:arrow_up: |
...ectory_tracker/include/trajectory_tracker/path2d.h | 95.45% <96.87%> (-0.78%) |
:arrow_down: |
...e/planner_cspace/planner_3d/start_pose_predictor.h | 100.00% <100.00%> (ø) |
|
planner_cspace/src/grid_astar_model_3dof.cpp | 96.10% <100.00%> (+0.02%) |
:arrow_up: |
This PR adds
keep_a_part_of_previous_path
option. As described in the diagram above, this option is useful when the robot's speed is high or the environment is dynamic. In addition, the algorithm to preserve paths including switchback points is integrated. When it is expected the robot reaches a switchback point withinsw_wait
seconds, the path until the switchback point is preserved and the new path planning starts from the switchback point.