[Autoware.Auto] AVP demo not working, behaviour planner fails due to: Trying to change gear
I'm trying to run the AVP demo as it's explained in the interactions. I'm using latest version of autoware.auto from master branch. When I want to give a goal position, the vehicle won't start and it reports:
[lane_planner_node_exe-15] [INFO] [1637334041.685169634] [planning.lane_planner_node]: received new goal
[lane_planner_node_exe-15] [INFO] [1637334041.736600642] [planning.lane_planner_node]: Start planning
[lane_planner_node_exe-15] [INFO] [1637334041.737841918] [planning.lane_planner_node]: Finished planning
[lane_planner_node_exe-15] [INFO] [1637334041.738032562] [planning.lane_planner_node]: Sent planned trajectory with 100 points
[behavior_planner_node_exe-18] [INFO] [1637334041.738091547] [planning.behavior_planner_node]: Received trajectory from planner
[behavior_planner_node_exe-18] [INFO] [1637334044.778485012] [planning.behavior_planner_node]: Trying to change gear
[behavior_planner_node_exe-18] [INFO] [1637334047.811807860] [planning.behavior_planner_node]: Trying to change gear
I was able to successfully run the AVP demo last weeks, my first guess was a recent change could be causing this error. I have also found this issue which made me think maybe this is an old problem. I couldn't figure out a way to fix this, any help would be appreciated.