Skip to content

Commit

Permalink
Update global_planner.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
HuaYuXiao authored Mar 6, 2024
1 parent 4fd58f5 commit e75a450
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/global_planner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ namespace Global_Planning
// 初始化函数
void Global_Planner::init(ros::NodeHandle& nh)
{
// 安全距离,若膨胀距离设置已考虑安全距离,建议此处设为0
nh.param("global_planner/safe_distance", safe_distance, 0.05);
nh.param("global_planner/time_per_path", time_per_path, 1.5);
// 重规划频率
nh.param("global_planner/replan_time", replan_time, 2.0);
// 选择地图更新方式: 0代表全局点云,1代表局部点云,2代表激光雷达scan数据
nh.param("global_planner/map_input", map_input, 0);
// 是否为仿真模式
Expand Down

0 comments on commit e75a450

Please sign in to comment.