Skip to content

Commit

Permalink
virtue: Fix missing clothoid-fit plugin dependency for test
Browse files Browse the repository at this point in the history
  • Loading branch information
cassava committed Mar 27, 2024
1 parent 3175328 commit aea129e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/virtue/tests/conanfile_default.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def set_version(self):
def requirements(self):
self.requires(f"cloe-engine/{self.version}@cloe/develop")
self.requires(f"cloe-plugin-basic/{self.version}@cloe/develop")
self.requires(f"cloe-plugin-clothoid-fit/{self.version}@cloe/develop")
self.requires(f"cloe-plugin-minimator/{self.version}@cloe/develop")
self.requires(f"cloe-plugin-noisy-sensor/{self.version}@cloe/develop")
self.requires(f"cloe-plugin-speedometer/{self.version}@cloe/develop")
Expand Down

0 comments on commit aea129e

Please sign in to comment.