Skip to content

Instantly share code, notes, and snippets.

@curds01
curds01 / pedModelSwapB_delayed_movement.xml
Created February 5, 2019 16:27
Variant of pedModelSwap with delayed start for left-to-right agents.
<?xml version="1.0"?>
<BFSM>
<GoalSet id="0">
<Goal id="0" type="AABB" min_x="-2" max_x="2" min_y="-10" max_y="-5" weight="1.0" />
<Goal id="1" type="AABB" min_x="-10" min_y="-2" max_x="-5" max_y="2" />
</GoalSet>
<State name="MoveDown" speedPolicy="min" final="0" >
<GoalSelector type="explicit" goal_set="0" goal="0" />
@curds01
curds01 / carla_roundaboutB.xml
Created April 6, 2019 02:44
Alternative roundabout
<?xml version="1.0"?>
<BFSM>
<GoalSet id="1">
<Goal id="0" type="point" x="0" y="0"/>
</GoalSet>
<State name="Walk" final="0" >