Skip to content

Commit f432607

Browse files
committed
Try fixing launch file for onboard testing
1 parent 13b89ce commit f432607

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

launch/racing_fixed_slalom_withCone.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,16 @@ drive:
2727
perception_normalization : StandardPerceptionNormalizer
2828

2929
planning:
30+
relations_estimation:
31+
type: pedestrian_yield_logic.PedestrianYielder
32+
args:
33+
mode: 'real'
34+
params: {
35+
'yielder': 'expert', # 'expert', 'analytic', or 'simulation'
36+
'planner': 'milestone', # 'milestone', 'dt', or 'dx'
37+
'desired_speed': 1.0, # m/s, 1.5 m/s seems max speed? Feb24
38+
'acceleration': 0.75 # m/s2, 0.5 is not enough to start moving. Feb24
39+
}
3040
route_planning:
3141
type: StaticRoutePlanner
3242
args: [!relative_path '../GEMstack/knowledge/routes/turn_right2.csv']
@@ -52,7 +62,7 @@ log:
5262
# If True, then record all readings / commands of the vehicle interface. Default False
5363
vehicle_interface : True
5464
# Specify which components to record to behavior.json. Default records nothing
55-
components : ['state_estimation','trajectory_tracking']
65+
components : ['state_estimation','trajectory_tracking','obstacle_detection']
5666
# Specify which components of state to record to state.json. Default records nothing
5767
#state: ['all']
5868
# Specify the rate in Hz at which to record state to state.json. Default records at the pipeline's rate

0 commit comments

Comments
 (0)