Skip to content

Commit

Permalink
Update inflation_cost_critic.hpp
Browse files Browse the repository at this point in the history
- copyright
- ifndef

Signed-off-by: Brice <[email protected]>
  • Loading branch information
BriceRenaudeau committed Jan 29, 2024
1 parent 0ecf5da commit effd2ec
Showing 1 changed file with 17 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
#ifndef VEH_NAV_ACTION__CRITICS__OBSTACLES_CRITIC_HPP_
#define VEH_NAV_ACTION__CRITICS__OBSTACLES_CRITIC_HPP_
// Copyright (c) 2023 Robocc Brice Renaudeau
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef NAV2_MPPI_CONTROLLER__CRITICS__INFLATION_COST_CRITIC_HPP_
#define NAV2_MPPI_CONTROLLER__CRITICS__INFLATION_COST_CRITIC_HPP_

#include <memory>
#include "nav2_costmap_2d/footprint_collision_checker.hpp"
Expand Down Expand Up @@ -76,4 +90,4 @@ class InflationCostCritic : public CriticFunction

} // namespace mppi::critics

#endif // VEH_NAV_ACTION__CRITICS__OBSTACLES_CRITIC_HPP_
#endif // NAV2_MPPI_CONTROLLER__CRITICS__INFLATION_COST_CRITIC_HPP_

0 comments on commit effd2ec

Please sign in to comment.