Hi,
you can try
rtabmap-report --poses rtabmap.db
Other option would be to create a python script using sqlite3 to get the optimized poses from table Admin, fields
opt_ids and opt_poses . To uncompress the opt_poses data,
this can be used.
cheers,
Mathieu