Skip to content

Commit

Permalink
Renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
HiroIshida committed May 14, 2022
1 parent b70f687 commit ca6539b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#ifndef FREESPACE_PLANNING_ALGORITHMS__INFORMED_RRTSTAR_HPP_
#define FREESPACE_PLANNING_ALGORITHMS__INFORMED_RRTSTAR_HPP_
#ifndef FREESPACE_PLANNING_ALGORITHMS__RRTSTAR_HPP_
#define FREESPACE_PLANNING_ALGORITHMS__RRTSTAR_HPP_

#include "freespace_planning_algorithms/abstract_algorithm.hpp"
#include "freespace_planning_algorithms/rrtstar_core.hpp"
Expand Down Expand Up @@ -52,4 +52,4 @@ class GridInformedRRTStar : public AbstractPlanningAlgorithm

} // namespace freespace_planning_algorithms

#endif // FREESPACE_PLANNING_ALGORITHMS__INFORMED_RRTSTAR_HPP_
#endif // FREESPACE_PLANNING_ALGORITHMS__RRTSTAR_HPP_

0 comments on commit ca6539b

Please sign in to comment.