RoboMaster / RoboRTS

An open source software stack for Real-Time Strategy research on mobile robots
Other
823 stars 347 forks source link

Use local planner for diff drive vehicle #47

Closed mysterybc closed 3 years ago

mysterybc commented 3 years ago
Can I use the local planner pack for my diff drive vehicle by modify some parameters?
And is this local planner pack special designed for omni driving vehicle?

I tested it in my stage simulation,and it seems turn too early before it reach the goal, and i assume it's trying to reach the goal by moving it toward y axis, but i have already set max_vel_y and acc_lim_y to zero, should i change other params?

Thanks for your help in advance!!

charmyoung commented 3 years ago

TEB algorithm is used for the local planner and theoretically it is compatible for both omni and diff drving vehicle. For the project RoboRTS, only omni driving vehicle is tested. For more information, you can refer to https://github.com/rst-tu-dortmund/teb_local_planner

mysterybc commented 3 years ago

I'm sorry for forgetting to reply !And Really thanks for your help。 Anyway,I failed to fix this problem, and I'm managing to apply origin teb into my project! Thanks♪(・ω・)ノ