Open dehann opened 5 years ago
Edited
TAC
Probably StructTypes.jl JSON3.jl etc performance benefits also.
Original comment
For ZMQ and other JSON related serialization, we should consider using contract definitions. I suggest we place them in Caesar/src/schema/*.json.
Caesar/src/schema/*.json
For example, see:
cc @pvazteixeira @nicrip @GearsAD
https://github.com/fredo-dedup/JSONSchema.jl
see first examples:
SamplableBelief.json
Request.json
added step-by-step guide to Caesar.jl docs faq: https://github.com/JuliaRobotics/Caesar.jl/pull/312
We decided against this, and will soon meet to make sure we can close this and related issues.
Edited
TAC
Probably StructTypes.jl JSON3.jl etc performance benefits also.
Original comment
For ZMQ and other JSON related serialization, we should consider using contract definitions. I suggest we place them in
Caesar/src/schema/*.json
.For example, see:
cc @pvazteixeira @nicrip @GearsAD