Skip to content

Commit a6feb0b

Browse files
authored
Update README.md
1 parent 8743edd commit a6feb0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ Storage format has the advantages of [mrpt-serialization](https://docs.mrpt.org/
88
- Fast and efficient (binary storage by default).
99
- Binary files are **portable** between machine architectures, endianness, word size, and operative system (unlike Boost).
1010
- Support for **versioning**, so future versions will be able to read old files.
11-
- Automatic support for `.gz` compression via [mrpt::io::CFileGZOutputStream](https://docs.mrpt.org/reference/latest/class_mrpt_io_CFileGZOutputStream.html).
11+
- Automatic support for `.gz` and `.zstd` compression via [mrpt::io::CCompressedOutputStream](https://docs.mrpt.org/reference/latest/class_mrpt_io_CCompressedOutputStream.html).
1212
- GTSAM objects can be serialized to/from any stream defined in [mrpt-io](https://docs.mrpt.org/reference/latest/group_mrpt_io_grp.html), like TCP sockets, files, or pipes.
1313

1414
C++17 is required since that is the minimum C++ standard required by MRPT.
1515

1616
## Dependencies
1717

18-
- MRPT: Install with `sudo apt install libmrpt-dev` (on Ubuntu 22.04 or newer) or otherwise [see install instructions](https://docs.mrpt.org/reference/latest/download-mrpt.html).
18+
- MRPT: Install with `sudo apt install libmrpt-dev` (on Ubuntu 22.04 or newer) or from their ROS 2 packages, or otherwise [see install instructions](https://docs.mrpt.org/reference/latest/download-mrpt.html).
1919
- GTSAM: Build from sources or install from [the PPA](https://gtsam.org/get_started/).
2020

2121
## Examples of use.

0 commit comments

Comments
 (0)