-
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
27 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,22 @@ | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
Changelog for package frame_editor | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
Forthcoming | ||
----------- | ||
|
||
1.0.2 (2017-09-27) | ||
------------------ | ||
* Fix: import rospkg | ||
Add rviz view to headless demo launch | ||
* headless version | ||
* during close, save_as proposes to save as current yaml | ||
* added Duplicate Frame button | ||
* Installing tags for frameeditor | ||
* package.xml v2 | ||
* Ask for automatic mesh version path update if possible. | ||
* fix legacy yaml loading, if you want to change to rospackages+path you have to reselect your mesh and save again | ||
* Warning Widget if saved with absolute pathes | ||
* resolve mesh pathes with rospackages if possible, fall back to absolute pathes if not possible. | ||
* ugly qt5-slots workaround to make meshes and forms work | ||
* 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 format="2"> | ||
<name>frame_editor</name> | ||
<version>1.0.0</version> | ||
<version>1.0.2</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> | ||
|
||
<depend>interactive_markers</depend> | ||
<depend>rospy</depend> | ||
<depend>std_msgs</depend> | ||
|
@@ -47,4 +47,4 @@ | |
|
||
</export> | ||
|
||
</package> | ||
</package> |