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
Thanks for the great work. In terms of the code in close-loop running, I was wondering why route planner's routes[1] is returned as agent's near command. Isn't it the target's point's command itself (i.e., next command), not the comand towards it? In another word, why isn't route[0]'s command used for command near. Appreciate it for the explanation
Thanks for the great work. In terms of the code in close-loop running, I was wondering why route planner's routes[1] is returned as agent's near command. Isn't it the target's point's command itself (i.e., next command), not the comand towards it? In another word, why isn't route[0]'s command used for command near. Appreciate it for the explanation
Bench2DriveZoo/team_code/planner.py
Line 118 in 498c1f7
The text was updated successfully, but these errors were encountered: