Skip to content

Commit 859fdf7

Browse files
Modify computational_graph, add ped_yield_logic and planning launch file
1 parent db73561 commit 859fdf7

3 files changed

Lines changed: 617 additions & 3 deletions

File tree

GEMstack/knowledge/defaults/computation_graph.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,15 @@ components:
4646
- mission_planning:
4747
inputs: all
4848
outputs: mission
49+
- planning_component_example: # one way
50+
inputs: all
51+
outputs: mission_plan
4952
- route_planning:
5053
inputs: all
5154
outputs: route
52-
- route_planning_component:
53-
inputs: all
54-
outputs: [ route, mission ]
55+
- route_planning_component: # one way
56+
inputs: [vehicle,mission_plan, obstacles]
57+
outputs: route
5558
- save_lidar_data:
5659
inputs: all
5760
outputs:

0 commit comments

Comments
 (0)