Skip to content

Releases: KIT-MRT/arbitration_graphs

v0.5.3

21 Nov 15:42
Compare
Choose a tag to compare

This collapses all but one citation for better appearance.
It also adds my thesis to the citations.

Based on #81, refined and rebased onto main.

#patch

v0.5.2

21 Nov 15:41
Compare
Choose a tag to compare

This fixes an issue in the dependency naming of the gui deb package.

The installed name of Crow is crow with a lower case. In the previous version, the dependency could not be resolved when installing the package via apt.

#patch

v0.5.1

21 Nov 15:28
Compare
Choose a tag to compare

This resets the version to the one before #85 which accidentally bumped the major version.

#patch

v0.5.0

20 Nov 09:03
Compare
Choose a tag to compare
  • Fix broken github icon paths
  • Fix rendering of bibtex code blocks

v0.4.3

20 Nov 06:54
Compare
Choose a tag to compare

This adds the ability to automatically fall back to the next best option if the getCommand() function of a behavior throws an exception.

Closes #21.

v0.4.2

19 Nov 15:22
Compare
Choose a tag to compare

This

  • tidies up the readme by using spoilers
  • adds links when clicking the badges
  • adds a citation section
  • adds short instructions on installing from zip/tar
  • adds a contributors section

v0.4.1

19 Nov 14:52
Compare
Choose a tag to compare

Closes #62

The CostArbitrator calls getCommand twice. Once in getAndVerifyCommand like all verifier types but also once in sortOptionsByGivenPolicy since the command is required to estimate the cost.
The call to getCommand can potentially be quite expensive, though. Therefore, this PR adds a cache for it inside the Arbitrator::Option class. When computing a command, the arbitrator now doesn't call the behavior directly anymore but instead calls the wrapper inside the Option class. Should the function be called two or more times inside a single time step, the cached command is returned and the behavior is not called again.

v0.4.0

19 Nov 07:51
Compare
Choose a tag to compare

Closes #23

v0.3.0

19 Nov 07:49
Compare
Choose a tag to compare

This adds download links to the latest debian packages to our GitHub Page.
It only hides the github and download buttons on other pages (like tutorial etc), to reduce distractions on these.

image

v0.2.1

15 Nov 13:25
Compare
Choose a tag to compare

Closes #57

This adds a simple std::cout when launching the demo to print the keybindings to the terminal.

image