Skip to content

Commit

Permalink
Revert "README: note on serialization, fix. loco-3d#26"
Browse files Browse the repository at this point in the history
This reverts commit da41e2f.
  • Loading branch information
nim65s committed Jan 21, 2022
1 parent 37048ec commit 5631d58
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ The ContactSequence class also contains methods for easier access to the data co

Finally, methods exists to return the complete trajectory along the contact sequence, concatenating the trajectories of each phases (eg. `concatenateCtrajectories` return the complete c(t) trajectory for all the contact sequence).

## Serialization

All classes have Boost Serialization features. This is intended for data transfert between processes, and not long-term storage.
## Examples

[Examples](examples/README.md) provide several serialized ContactSequence files with descriptions.

0 comments on commit 5631d58

Please sign in to comment.