You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code you presented is different from the latest version of this repository. We recommend that you update the code version.
您展示的代码与仓库中最新版本的不同。我们推荐您更新代码版本。
The code you presented is different from the latest version of this repository. We recommend that you update the code version. 您展示的代码与仓库中最新版本的不同。我们推荐您更新代码版本。
您好,首先很感谢项目的开源,对我的帮助很大!我现在想用RRT和APF实现在动态环境中的融合路径规划,我把move_base_param.yaml中的planner_frequency设为 0.01,使得只在开始时进行一次全局规划,启用obstacles_config.yaml,使得地图中出现全局地图中未记录的障碍物,但是实际运行中发现并不可以动态避障,发现在APF中似乎只用到了引力,并未用到斥力,因为斥力始终算的是world坐标系中(0,0)处的斥力,而不是机器人当前位置的斥力
我改为机器人实时位置的斥力后,移动机器人时一直显示
请问这是什么原因,有什么办法可以利用APF实现动态避障吗?
期待您的回复
The text was updated successfully, but these errors were encountered: