File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
nav2_mppi_controller/src/critics Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,11 +55,11 @@ void CostCritic::initialize()
5555 " for full instructions. This will substantially impact run-time performance." );
5656 }
5757
58- if (costmap_ros_->getUseRadius ()== consider_footprint_){
58+ if (costmap_ros_->getUseRadius () == consider_footprint_) {
5959 RCLCPP_WARN (logger_, " Considering footprint but robot radius set in costmap" );
6060 }
6161
62- if (near_collision_cost_ > 253 .0f ){
62+ if (near_collision_cost_ > 253 .0f ) {
6363 RCLCPP_WARN (logger_, " Near collision cost is set higher than INSCRIBED_INFLATED_OBSTACLE" );
6464 }
6565
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ void ObstaclesCritic::initialize()
4444 " for full instructions. This will substantially impact run-time performance." );
4545 }
4646
47- if (costmap_ros_->getUseRadius ()== consider_footprint_){
47+ if (costmap_ros_->getUseRadius () == consider_footprint_) {
4848 RCLCPP_WARN (logger_, " Considering footprint but robot radius set in costmap" );
4949 }
5050
You can’t perform that action at this time.
0 commit comments