Skip to content

Commit

Permalink
README: note on serialization, fix. loco-3d#26
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Jan 5, 2022
1 parent da305da commit da41e2f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ 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

## Examples

[Examples](examples/README.md) provide several serialized ContactSequence files with descriptions.
All classes have Boost Serialization features. This is intended for data transfert between processes, and not long-term storage.

0 comments on commit da41e2f

Please sign in to comment.