Skip to content

Commit

Permalink
Merge pull request #66 from ethz-asl/bump/v0.1.0
Browse files Browse the repository at this point in the history
Bump to 0.1.0
  • Loading branch information
HannesSommer authored Apr 26, 2022
2 parents 6409153 + 7b03ebd commit bda3999
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cuckoo_time_translator/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>cuckoo_time_translator</name>
<version>0.0.3</version>
<version>0.1.0</version>
<description>This library intends to do most of the dirty work required within a device driver that emoploys one way device time translation.
This includes:
* handling the one way translator
Expand Down
2 changes: 1 addition & 1 deletion cuckoo_time_translator_algorithms/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>cuckoo_time_translator_algorithms</name>
<version>0.0.2</version>
<version>0.1.0</version>
<description>
Algorithms for translating times emitted by remote (cheap) clocks into local system time.
The dominant application is translating hardware timestamps of a sensor into the system time of a receiving computer system.
Expand Down
2 changes: 1 addition & 1 deletion cuckoo_time_translator_python/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>cuckoo_time_translator_python</name>
<version>0.0.2</version>
<version>0.1.0</version>
<description>Export of some of the cuckoo_time_translator_algorithms functionality to python.
In particular the one way translators.
Additionally, there is the ctt_introspect.py scipt, that can help debugging and evaluating one way translators running in a hardware driver using cuckoo_time_translator.
Expand Down

0 comments on commit bda3999

Please sign in to comment.