[ros-users] announcing matlab_rosbag v0.3

Benjamin Charrow bcharrow at seas.upenn.edu
Tue Jun 11 04:59:36 UTC 2013


Greetings!

I just released v0.3 of matlab_rosbag, a small library for reading ROS bags in matlab.

There are more features and things are much faster than they were.  I never publicly advertised v0.2, so I've included the full changelog below.

Cheers,
Ben

The repo:
https://github.com/bcharrow/matlab_rosbag

The compiled library from sourceforge (Linux + Mac):
https://sourceforge.net/projects/matlabrosbag/files

The (REP 132 compliant?) changelog entries:

0.3.0 (2013-06-09)
------------------
* Add equivalents of 'rosbag info', 'rosmsg show', and 'rosmsg show --raw' to ros.Bag
* Rename ros.Bag functions readMessage() to read() and readAllMessages() to readAll()
* By default, return simple messages as matrices instead of structs
* Improve overall performance; depending on the message type, reading messages is 2x-20x faster than v0.2
* Update build to use Groovy; much easier to compile everything

0.2.0 (2012-02-11)
------------------
* Improve performance for fixed size messages
* Various bugfixes (constants, primitive aliases, 0 length arrays)

0.1.0 (2012-02-04)
------------------
* Initial release using ROS electric


More information about the ros-users mailing list