- Add containerId to PickPlaceHistoryItem
- Add triggerTiming, currentTriggerIndex, and numTotalTriggers to TriggerDetectionCaptureInfo.
- (BREAKING) Remove
lastInsideContainerStampMSfromLocationTrackingInfoto migrate it to robotbridge
- Add referenceuri to PickPlaceHistoryItem
- Improve GetJsonValueByKey exception message to mention expected key and type.
- Set Accept-Encoding:gzip if the linked libcurl supports it
- Add support for std::optional
- Fix template resolution for nested container types in mujinjson
- Add targetTemplateSceneData in RegisterMinViableRegionInfo.
- Use only ZMQ for BinPickingTask when compiled with ZMQ.
- Rename octagonalCaseClassificationInfo to registrationVisionInfo to hold general vision related info.
- Add support for GraphQL subscriptions.
- Support octagonalCaseClassificationInfo in RegisterMinViableRegionInfo.
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
rotationmatfromResultOBB. Use fixed size array onResultOBB.
- change
CreateLogEntriesto usevector<LogEntry>for memory optimization
- Add objectType field in RegisterMinViableRegionInfo
- Fix memory leak by incorrect usage of
curl_formfree.
- Add
CreateLogEntriesAPI support for uploading structured log entries with attachments.
- Make
PickPlaceHistoryItemjson serializable.