Skip to content

Commit

Permalink
Remove the --clock option in bag play (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
Samahu committed Apr 25, 2023
1 parent 84488a1 commit 932abd5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ ouster_ros(2)
to the bag file on record
* make specifying metadata file optional during record and replay modes as of package version 8.1
* bugfix: activate metadata topic explicitly
* bugfix: remove ``--clock`` option when playing bag files in ros-foxy.

ouster_client
-------------
Expand Down
2 changes: 1 addition & 1 deletion ouster-ros/launch/replay.independent.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

<executable if="$(var _use_bag_file_name)" output="screen"
launch-prefix="bash -c 'sleep 3; $0 $@'"
cmd="ros2 bag play $(var bag_file) --clock
cmd="ros2 bag play $(var bag_file)
--qos-profile-overrides-path
$(find-pkg-share ouster_ros)/config/metadata-qos-override.yaml"/>

Expand Down
2 changes: 1 addition & 1 deletion ouster-ros/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>ouster_ros</name>
<version>0.8.2</version>
<version>0.8.3</version>
<description>Ouster ROS2 driver</description>
<maintainer email="[email protected]">ouster developers</maintainer>
<license file="LICENSE">BSD</license>
Expand Down

0 comments on commit 932abd5

Please sign in to comment.