#80 closed feature (fixed)
Create driving agent type for external control
Reported by: | Henrik Heimbuerger | Owned by: | Henrik Heimbuerger |
---|---|---|---|
Priority: | minor | Milestone: | MS2: Driving agent support |
Component: | controller | Version: | pre-1.0 |
Keywords: | web service, driving agent | Cc: |
Description
Driving agents should not only be implemented as scripts in the supported scripting languages, but also by external applications.
The details have to be fleshed out, but one possibility would be to create a web service that can be used to control cars. This would probably also make it necessary to implement a library to be used in other applications for simplifying access.
Change History (4)
comment:1 Changed 16 years ago by
Owner: | changed from nobody to Henrik Heimbuerger |
---|---|
Status: | new → accepted |
comment:2 Changed 16 years ago by
comment:3 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
comment:4 Changed 16 years ago by
New commit by hheimbuerger (revision [483]):
[Partial fix for ticket #80] Fixed the crash that occured when trying to open the driving agents configuration window.
The AgentSettingsDialog still assumed DrivingAgentController was the base class for all script-based driving agents, while that is not ScriptController and DrivingAgentController is one level above.
New commit by hheimbuerger (revision [445]):
[Partial fix for ticket #80] Implemented fully functional proof-of-concept for the integration of external controllers via XML-RPC.