|
| 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 |
0 commit comments