add pointCloudWaitForTrigger into ExecutionVerificationMode enum.
add option to resolve IP from host if unique in GetURL().
fix mujinjson.h SaveJsonValue specializing stacked array values to bool
fix mujinjson.h SaveJsonValue const char* variation.
- fix mujinjson.h SaveJsonValue char[] variation.
- mujinjson uses rapidjson::GenericValue with templates to allow for other allocators.
- Move important code out of the ASSERT blocks in mujinjson
- Handle serialization of NaN/Inf values in JSON
- Enable non-virtual-dtor error detection and implement missing virtual destructors
- Fix the logging error with 'No error', ensured that the curl function is executed only once in the CHECKCURLCODE macro.
- Fix missing buffer reset in post helper function.
- 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.