road_network_filename: "example_road.zrn.pbtxt" entity { body { pose { inertial { x: 25 y: 2 yaw: 0 } } bounds { length: 3 width: 2 height: 3 } } static_obstacle {} } entity { name: "hero" body { pose { track { id: 1, s: 0, t: -1.5, } } } hero_vehicle {} } trigger { name: "send_dispatch_command" action { [zoox.sim.world.SendMissionCommandAction.ext] { hero_name: "hero" mission { dispatch_command { pose { track { id: 2, s: 0, t: -1.5, } } objective: PICKUP, } } } } action { [zoox.sim.world.TurnTriggerOnOffAction.ext] { name: "send_dispatch_command" on: false } } } trigger { name: "start_moving" action { [zoox.sim.world.ChangeEntityAction.ext] { target: "bad_entity" changes { behavior { move { velocity { linear_x: 2 } } } } } } }