- Fix invalid JSON string construction.
- Add post helper function for formdata.
- Remove
rotationmat
fromResultOBB
. Use fixed size array onResultOBB
.
- change
CreateLogEntries
to usevector<LogEntry>
for memory optimization
- Add objectType field in RegisterMinViableRegionInfo
- Fix memory leak by incorrect usage of
curl_formfree
.
- Add
CreateLogEntries
API support for uploading structured log entries with attachments.
- Make
PickPlaceHistoryItem
json serializable.