Skip to content

Commit c12fc5a

Browse files
jizhang-cmualexlin2
authored andcommitted
update
1 parent a956125 commit c12fc5a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/exploration_planner/tare_planner/src/sensor_coverage_planner/sensor_coverage_planner_ground.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ void SensorCoveragePlanner3D::ReadParameters() {
112112
this->declare_parameter<int>("kLocalPathOptimizationItrMax", 10);
113113

114114
// planning_env
115+
this->declare_parameter<bool>("kUseFrontier", true);
115116
this->declare_parameter<double>("kSurfaceCloudDwzLeafSize", 0.2);
116117
this->declare_parameter<double>("kCollisionCloudDwzLeafSize", 0.2);
117118
this->declare_parameter<int>("kKeyposeCloudStackNum", 5);

0 commit comments

Comments
 (0)