-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixing ros2 release issues and bumping to 0.2.1
- Loading branch information
1 parent
a1a124f
commit 157f6ec
Showing
3 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
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
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,15 +2,15 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>radar_msgs</name> | ||
<version>0.2.0</version> | ||
<version>0.2.1</version> | ||
<description>Standard ROS messages for radars</description> | ||
<maintainer email="[email protected]">Steve Macenski</maintainer> | ||
<license>Apache-2.0</license> | ||
|
||
<buildtool_depend>ament_cmake</buildtool_depend> | ||
|
||
<depend>std_msgs</depend> | ||
<depend>uuid_msgs</depend> | ||
<depend>unique_identifier_msgs</depend> | ||
<depend>geometry_msgs</depend> | ||
<depend>rosidl_default_generators</depend> | ||
<depend>builtin_interfaces</depend> | ||
|