ITADN

Some agents PASS THROUGH obstacles. why?

#7ClosedMichi-Tsubaki 创建于 2025-03-11
M
Michi-Tsubakicommented
Hello, and I am sorry to bother you again. I am implementing multi-agent trajectory planning in 3D Space in https://github.com/Michi-Tsubaki/MultiAgentTrajectoryPlanning/blob/tsubaki/make-door-example-3d/Multi-agent-in-3d-space.jl branch for UAV's path planning. I ported the code for 2D space to 3D space naively. The results of inferences are shown in the figures below. ![Image](https://github.com/user-attachments/assets/ae1f1aef-adba-46d4-98a3-cdae6bf4f33b) The main points for making 3d version was that in real 3D space, height limitation (like a floor and a ceiling), so I added an obstacle as the ground/floor. ![Image](https://github.com/user-attachments/assets/cc0feb3e-a8d2-4f8e-9738-0815b2f79b48) However, some agents **PASS THROUGH** the floor. So,... - Do you have any idea of its cause / solution? - Have you encountered similar problem when using RxInfer?
关闭于 2025-03-13 4 条评论