-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update package.xml
- Loading branch information
Showing
2 changed files
with
19 additions
and
5 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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
Changelog for package frame_editor | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
Forthcoming | ||
----------- | ||
|
||
1.0.1 (2017-09-27) | ||
------------------ | ||
* Fix: import rospkg | ||
Add rviz view to headless demo launch | ||
* headless version | ||
* install | ||
* Contributors: ipa-frn, ipa-lth, ipa-pgt |
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 |
---|---|---|
@@ -1,12 +1,12 @@ | ||
<?xml version="1.0"?> | ||
<package> | ||
<name>frame_editor</name> | ||
<version>1.0.0</version> | ||
<version>1.0.1</version> | ||
<description>The frame_editor package</description> | ||
|
||
<!-- One maintainer tag required, multiple allowed, one person per tag --> | ||
<!-- One maintainer tag required, multiple allowed, one person per tag --> | ||
<maintainer email="[email protected]">ipa-frn</maintainer> | ||
|
||
|
||
<!-- One license tag required, multiple allowed, one license per tag --> | ||
<license>MIT</license> | ||
|
@@ -24,7 +24,7 @@ | |
<!-- The *_depend tags are used to specify dependencies --> | ||
<!-- Dependencies can be catkin packages or system dependencies --> | ||
<buildtool_depend>catkin</buildtool_depend> | ||
|
||
<build_depend>interactive_markers</build_depend> | ||
<build_depend>rospy</build_depend> | ||
<build_depend>std_msgs</build_depend> | ||
|
@@ -55,4 +55,4 @@ | |
|
||
</export> | ||
|
||
</package> | ||
</package> |