Skip to content

Commit

Permalink
Updating package.xml to fix dependencies and update format
Browse files Browse the repository at this point in the history
  • Loading branch information
danthony06 committed May 10, 2024
1 parent b342ca0 commit b51dd77
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gpsd_client/package.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<package>
<package format="2">
<name>gpsd_client</name>
<version>0.3.4</version>
<description>connects to a GPSd server and broadcasts GPS fixes
Expand All @@ -17,9 +17,9 @@
<buildtool_depend>catkin</buildtool_depend>

<build_depend>roscpp</build_depend>
<build_depend>gps_common</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>pkg-config</build_depend>
<build_depend>libgps</build_depend>

<depend>gps_common</depend>
<depend>sensor_msgs</depend>

</package>

0 comments on commit b51dd77

Please sign in to comment.