@@ -19,15 +19,16 @@ drive:
1919 mission_planning :
2020 type : SummoningMissionPlanner
2121 args :
22- use_webapp : True # goal should be defined when use_webapp is false
22+ use_webapp : False # goal should be defined when use_webapp is false
2323 webapp_url : ' https://summon-app-production.up.railway.app/'
2424 # Goal test points for summoning_roadgraph_sim.json, frame is 'start' or 'cartesian'.
2525 # Key points:[0, 0], [0, 30], [37.5, 7.5], [33, 12],[28.5, 7.5],[15, 3], [1.5, 7.5], [15, 12], [-3, 12], [-7.5, 7.5]
2626 # Points not in the lane:[15, -3], [15, 6], [15, 9], [15, 15]
2727 # Goal test points for summoning_roadgraph_highbay.json, frame is 'global'.
2828 # Key points: [-88.235317, 40.0927934], [-88.235252, 40.0927527], [-88.235164, 40.0927934], [-88.235211, 40.0928573],
2929 # [-88.235527, 40.0927436], [-88.235968, 40.0927432], [-88.236046, 40.0927917], [-88.236008, 40.0928604], [-88.235905, 40.0927917]
30- goal : {'location':[32.5, 12], 'frame':'cartesian'}
30+ goal : {'location':[-88.235527, 40.0927436], 'frame':'global'}
31+ # goal: {'location':[32.5, 12], 'frame':'cartesian'}
3132 # goal: {'location':[5, -3], 'frame':'cartesian'}
3233 # state_machine: [MissionEnum.IDLE, MissionEnum.SUMMONING_DRIVE, MissionEnum.PARALLEL_PARKING]
3334 state_machine : [MissionEnum.IDLE, MissionEnum.SUMMON_DRIVING, MissionEnum.PARALLEL_PARKING]
0 commit comments