-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
99bf107
commit a47e145
Showing
4 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>ublox_dgnss</name> | ||
<version>0.2.1</version> | ||
<version>0.2.2</version> | ||
<description>Provides a ublox_dgnss node for a u-blox GPS DGNSS receiver using Gen 9 UBX Protocol</description> | ||
<author>Nick Hortovanyi</author> | ||
<maintainer email="[email protected]">nick</maintainer> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>ublox_dgnss_node</name> | ||
<version>0.2.1</version> | ||
<version>0.2.2</version> | ||
<description>Provides a ublox_gnss node for a u-blox GPS GNSS receiver using Gen 9 UBX Protocol</description> | ||
<author>Nick Hortovanyi</author> | ||
<maintainer email="[email protected]">nick</maintainer> | ||
|
@@ -12,7 +12,9 @@ | |
|
||
<buildtool_depend>ament_cmake</buildtool_depend> | ||
<depend>rclcpp</depend> | ||
<depend>rclcpp_components</depend> | ||
<depend>libusb-1.0-dev</depend> | ||
<exec_depend>std_msgs</exec_depend> | ||
<exec_depend>ublox_ubx_msgs</exec_depend> | ||
<exec_depend>ublox_ubx_interfaces</exec_depend> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>ublox_ubx_interfaces</name> | ||
<version>0.2.1</version> | ||
<version>0.2.2</version> | ||
<description>UBLOX UBX Interfaces</description> | ||
<author>Nick Hortovanyi</author> | ||
<maintainer email="[email protected]">nick</maintainer> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>ublox_ubx_msgs</name> | ||
<version>0.2.1</version> | ||
<version>0.2.2</version> | ||
<description>UBLOX UBX ROS2 Msgs</description> | ||
<author>Nick Hortovanyi</author> | ||
<maintainer email="[email protected]">nick</maintainer> | ||
|