una-auxme / paf

Praktikum Autonomes Fahren - PAF
MIT License
9 stars 0 forks source link

[Feature]: Speed up drive action with caching #470

Open JulianTrommer opened 2 weeks ago

JulianTrommer commented 2 weeks ago

Description

The drive action currently needs approx. 19m to build the requirements before testing the vehicle. We should check if we can shorten that time by caching the used services.

Definition of Done

Add caching to the roscore and carla-simulator service (and for a test to the agent service). If there is no speedup we can close this issue without merging the changes.