Skip to content

Commit

Permalink
Merge pull request #11 from QuanergySystems/fix/issue-10-fixRosTime-i…
Browse files Browse the repository at this point in the history
…n-settings

fix: name mismatch in default settings file
  • Loading branch information
rossctaylor authored Dec 17, 2020
2 parents bd7bcac + c545566 commit d0faad7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>quanergy_client_ros</name>
<version>3.1.0</version>
<version>3.1.1</version>
<description>The quanergy_client_ros package provides a ROS driver for Quanergy sensors</description>
<maintainer email="ross.taylor@quanergy.com">Ross Taylor</maintainer>
<license>Copyright 2014- Quanergy Systems Inc.</license>
Expand Down
4 changes: 2 additions & 2 deletions settings/client.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<Settings>
<ClientRos>
<RosNode>
<topic>points</topic>

<useRosTime>true</useRosTime>
</ClientRos>
</RosNode>

<!-- sensor host name or IP can be provided here
though it is typically done on command line. -->
Expand Down

0 comments on commit d0faad7

Please sign in to comment.