Skip to content

Commit ef35ddf

Browse files
committed
added changelogs
1 parent ccd78e6 commit ef35ddf

File tree

6 files changed

+152
-0
lines changed

6 files changed

+152
-0
lines changed

bag_tools/CHANGELOG.rst

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2+
Changelog for package bag_tools
3+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
5+
Forthcoming
6+
-----------
7+
* typo on console_bridge dependency
8+
* added -this- to reference the same class
9+
* Of course, we must clear the tmp folder...
10+
* This is the "intersting" patch I did : Now extract_image works also with rosbag containing compressed images, if these images are decodable by opencv (this is the case for JPG and PNG compression).
11+
* In this python script, I added "import rospy" to be able to run this script in a Catkin environment.
12+
Then, I removed the option "sameq" of the ffmpeg process. In ubuntu 14.04, ffmpeg is now called avconv, on my computer I have a symlink from avconv to ffmpeg, so calling ffmpeg still work. But with this version of FFMPEG (avconv 9.16), there is nolonger the sameq argument. Maybe it could be interesting to call avconc and rather than ffmpeg is ffmpeg executable is not found...
13+
* Syntax error fixed in this script.
14+
* Changes for indigo
15+
* preparing for indigo. changed prints for ros logs
16+
* added gps_to_std_gt and services_timer from fuerte
17+
* added missing dependency
18+
* hydro catkinization changes
19+
* added python setup files and wet'ed plot tools
20+
* wet repo
21+
* new script for topic extraction
22+
* remove_tf now removes child tfs as well
23+
* new script for changing a topic in a bagfile
24+
* added bag processor for single cameras
25+
* added export flags to manifest
26+
* made camera info optional
27+
* added batch processing script
28+
* new script for tf manipulation
29+
* improved help text
30+
* added script for making videos from bagfiles
31+
* removed unused method
32+
* new binary for image extraction
33+
* changed logging output
34+
* added param for file pattern
35+
* added link to boost signals
36+
* added some more processing
37+
* new executable for stereo processing inbag->outbag, some refactoring
38+
* added license for cut script
39+
* Merge branch 'master' of github.com:srv/srv_tools
40+
* changed manifests
41+
* added BSD license
42+
* new script for cutting bagfiles
43+
* removed unused import
44+
* changed parameter handling for image sequence publisher node to use rosparams instead of command line arguments
45+
* added parsers to the python scripts
46+
* added main README and bag_tools README
47+
* fixed boost dependency for fuerte
48+
* removed extract_images script as now there is a better c++ code for that
49+
* new binary for extraction of stereo images from a bagfile
50+
* new image sequence publisher
51+
* added camera info parser as seperate script
52+
* fixed launch, added cv_bridge to manifest
53+
* added launch files for image extraction
54+
* fixed wrong package name
55+
* new script for header time modification
56+
* added median calc and support for /tf topic
57+
* added support for multiple bagfile input in check_delay
58+
* new script for delay check
59+
* new script for camera info changing
60+
* bugfix, output bagfile contained only changed topics before
61+
* bugfixes
62+
* added script: change frame id of topics in bagfile
63+
* added script: replaces bagfile message time with header timestamp
64+
* first working version of bag_add_time_offset.py
65+
* added missing packages in manifest
66+
* initial commit
67+
* Contributors: Miquel Massot, Stephan Wirth, aba

launch_tools/CHANGELOG.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2+
Changelog for package launch_tools
3+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
5+
Forthcoming
6+
-----------
7+
* preparing for indigo. changed prints for ros logs
8+
* added gps_to_std_gt and services_timer from fuerte
9+
* hydro catkinization changes
10+
* catched exception on xml parse error
11+
* added python setup files and wet'ed plot tools
12+
* wet repo
13+
* added params for stdout and stderr files
14+
* new node that executes a command
15+
* changed manifests
16+
* added BSD license
17+
* added launchViz and launch_tools package
18+
* Contributors: Miquel Massot, Stephan Wirth

plot_tools/CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2+
Changelog for package plot_tools
3+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
5+
Forthcoming
6+
-----------
7+
* hydro catkinization changes
8+
* added python setup files and wet'ed plot tools
9+
* Legend now is the filename
10+
* changed odom plot to open as many files as required
11+
* changed the private name topics to input and output.
12+
* NEW: plot_tools pkg with a python script for 3D real-time odometry visualization
13+
* Contributors: Miquel Massot, plnegre

pointcloud_tools/CHANGELOG.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2+
Changelog for package pointcloud_tools
3+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
5+
Forthcoming
6+
-----------
7+
* added pointcloud_to_webgl from fuerte branch
8+
* New node: pointcloud_mapper_for_slam
9+
* Fix dependency for hydro compliance
10+
* hydro changes
11+
* updated to master branch
12+
* wet repo
13+
* Variable renaming to accomplish standards
14+
* Grammatical change
15+
* FIX: allow enable/disable filter types
16+
* added filter to map
17+
* NEW: outlier filtering
18+
* changed the private name topics to input and output.
19+
* Changed the color handler for point clouds with no rgb field
20+
* changed to global namespace topic subscription
21+
* NEW: plot_tools pkg with a python script for 3D real-time odometry visualization
22+
* NEW: timer in pcd_publisher to control the frequency. Point cloud viewer improved.
23+
* Added new package of point clouds tools
24+
* Contributors: Miquel Massot, plnegre

srv_tools/CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2+
Changelog for package srv_tools
3+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
5+
Forthcoming
6+
-----------
7+
* added python setup files and wet'ed plot tools
8+
* wet repo
9+
* Contributors: Miquel Massot

tf_tools/CHANGELOG.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2+
Changelog for package tf_tools
3+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
5+
Forthcoming
6+
-----------
7+
* tf_filter added
8+
* hydro catkinization changes
9+
* added python setup files and wet'ed plot tools
10+
* wet repo
11+
* minor output tweak
12+
* changed manifests
13+
* added BSD license
14+
* better tf logger, more options
15+
* changed README, again
16+
* changed README to markup language
17+
* changed README to markup language
18+
* added README and cleaned up tf_logger
19+
* Added tf_logger
20+
* new package for tf related tools
21+
* Contributors: Miquel Massot, Stephan Wirth, plnegre

0 commit comments

Comments
 (0)