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
After generating a series of discrete waypoints using Kino A* in the frontend, how is it ensured that the trajectory optimized by the backend (using MINCO) does not violate the nonholonomic constraints of mobile platform?
Additionally, I noticed that the planning_horizon_ parameter is set to 1000 in kino_astar.cpp. Is the intention behind this setting to force the robot to always move forward?