Skip to content

Commit b19c2f3

Browse files
author
lth
committed
Add changelog
update package.xml
1 parent 512b246 commit b19c2f3

File tree

2 files changed

+27
-5
lines changed

2 files changed

+27
-5
lines changed

frame_editor/CHANGELOG.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2+
Changelog for package frame_editor
3+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
5+
Forthcoming
6+
-----------
7+
8+
1.0.2 (2017-09-27)
9+
------------------
10+
* Fix: import rospkg
11+
Add rviz view to headless demo launch
12+
* headless version
13+
* during close, save_as proposes to save as current yaml
14+
* added Duplicate Frame button
15+
* Installing tags for frameeditor
16+
* package.xml v2
17+
* Ask for automatic mesh version path update if possible.
18+
* fix legacy yaml loading, if you want to change to rospackages+path you have to reselect your mesh and save again
19+
* Warning Widget if saved with absolute pathes
20+
* resolve mesh pathes with rospackages if possible, fall back to absolute pathes if not possible.
21+
* ugly qt5-slots workaround to make meshes and forms work
22+
* Contributors: ipa-frn, ipa-lth, ipa-pgt

frame_editor/package.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>frame_editor</name>
4-
<version>1.0.0</version>
4+
<version>1.0.2</version>
55
<description>The frame_editor package</description>
66

7-
<!-- One maintainer tag required, multiple allowed, one person per tag -->
7+
<!-- One maintainer tag required, multiple allowed, one person per tag -->
88
<maintainer email="[email protected]">ipa-frn</maintainer>
9-
9+
1010

1111
<!-- One license tag required, multiple allowed, one license per tag -->
1212
<license>MIT</license>
@@ -24,7 +24,7 @@
2424
<!-- The *_depend tags are used to specify dependencies -->
2525
<!-- Dependencies can be catkin packages or system dependencies -->
2626
<buildtool_depend>catkin</buildtool_depend>
27-
27+
2828
<depend>interactive_markers</depend>
2929
<depend>rospy</depend>
3030
<depend>std_msgs</depend>
@@ -47,4 +47,4 @@
4747

4848
</export>
4949

50-
</package>
50+
</package>

0 commit comments

Comments
 (0)