Skip to content

Commit

Permalink
vehicle state streamer updated
Browse files Browse the repository at this point in the history
  • Loading branch information
wuxiaohua1011 committed Nov 17, 2021
1 parent 45900db commit 694a9e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ROAR_iOS
2 changes: 1 addition & 1 deletion runner_ios.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def is_glove_online(host, port):
json.dump(ios_config.dict(), ios_config_file_path.open('w'), indent=4)

if success or args.reconnect is False:
agent = TrafficLightDectectorAgent(vehicle=Vehicle(), agent_settings=agent_config, should_init_default_cam=True)
agent = ForwardOnlyAgent(vehicle=Vehicle(), agent_settings=agent_config, should_init_default_cam=True)
if args.use_unity:
runner = iOSUnityRunner(agent=agent, ios_config=ios_config)
else:
Expand Down

0 comments on commit 694a9e8

Please sign in to comment.