Skip to content

Commit

Permalink
port rostopic delay to ros2topic
Browse files Browse the repository at this point in the history
* remove irrelevant code and reserve hz code (ros has only one __init__.py file include all topic commands, ros2 has splitted commands to isolated file)

* major functional changes of delay cmd with ROS2 API

* update license format to pass test_copyright

* use Time duration to compute the delay

* check window_size as non-negative integer, fix no print when set window as 1

Signed-off-by: Chris Ye <[email protected]>
  • Loading branch information
yechun1 authored and clalancette committed Oct 4, 2018
1 parent cf5f2f8 commit 2049b2f
Show file tree
Hide file tree
Showing 3 changed files with 131 additions and 2,017 deletions.
1 change: 1 addition & 0 deletions ros2topic/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
</description>
<maintainer email="[email protected]">Dirk Thomas</maintainer>
<license>Apache License 2.0</license>
<license>BSD</license> <!-- ros2topic/verb/delay.py is BSD -->

<depend>ros2cli</depend>

Expand Down
Loading

0 comments on commit 2049b2f

Please sign in to comment.