feat: close ordered pairs and property codec batches
This commit is contained in:
101
config/freecad-property-acceleration-success.json
Normal file
101
config/freecad-property-acceleration-success.json
Normal file
@@ -0,0 +1,101 @@
|
||||
{
|
||||
"baselineId": "freecad-1.1.1-property-acceleration-success",
|
||||
"cases": [
|
||||
{
|
||||
"editorMode": [],
|
||||
"group": "TrajectoryDressUp",
|
||||
"id": "default",
|
||||
"objectState": [
|
||||
"Up-to-date"
|
||||
],
|
||||
"requested": null,
|
||||
"shape": {
|
||||
"applicable": false
|
||||
},
|
||||
"status": [],
|
||||
"typeId": "App::PropertyAcceleration",
|
||||
"value": {
|
||||
"numeric": 1000,
|
||||
"raw": "1000.0 mm/s^2",
|
||||
"unit": "Unit: mm/s^2 (1,0,-2,0,0,0,0,0) [Acceleration]"
|
||||
}
|
||||
},
|
||||
{
|
||||
"editorMode": [],
|
||||
"group": "TrajectoryDressUp",
|
||||
"id": "nominal",
|
||||
"objectState": [
|
||||
"Touched",
|
||||
"Invalid"
|
||||
],
|
||||
"requested": "500 mm/s^2",
|
||||
"shape": {
|
||||
"applicable": false
|
||||
},
|
||||
"status": [],
|
||||
"typeId": "App::PropertyAcceleration",
|
||||
"value": {
|
||||
"numeric": 500,
|
||||
"raw": "500.0 mm/s^2",
|
||||
"unit": "Unit: mm/s^2 (1,0,-2,0,0,0,0,0) [Acceleration]"
|
||||
}
|
||||
},
|
||||
{
|
||||
"editorMode": [],
|
||||
"group": "TrajectoryDressUp",
|
||||
"id": "lower-bound",
|
||||
"objectState": [
|
||||
"Touched",
|
||||
"Invalid"
|
||||
],
|
||||
"requested": "0 mm/s^2",
|
||||
"shape": {
|
||||
"applicable": false
|
||||
},
|
||||
"status": [],
|
||||
"typeId": "App::PropertyAcceleration",
|
||||
"value": {
|
||||
"numeric": 0,
|
||||
"raw": "0.0 mm/s^2",
|
||||
"unit": "Unit: mm/s^2 (1,0,-2,0,0,0,0,0) [Acceleration]"
|
||||
}
|
||||
},
|
||||
{
|
||||
"editorMode": [],
|
||||
"group": "TrajectoryDressUp",
|
||||
"id": "negative-boundary",
|
||||
"objectState": [
|
||||
"Touched",
|
||||
"Invalid"
|
||||
],
|
||||
"requested": "-500 mm/s^2",
|
||||
"shape": {
|
||||
"applicable": false
|
||||
},
|
||||
"status": [],
|
||||
"typeId": "App::PropertyAcceleration",
|
||||
"value": {
|
||||
"numeric": -500,
|
||||
"raw": "-500.0 mm/s^2",
|
||||
"unit": "Unit: mm/s^2 (1,0,-2,0,0,0,0,0) [Acceleration]"
|
||||
}
|
||||
}
|
||||
],
|
||||
"diagnostics": {
|
||||
"documentObjectCount": 1,
|
||||
"exception": null
|
||||
},
|
||||
"freecadVersion": "1.1.1",
|
||||
"gitCommit": "0108fd4b4850cc46e625b60e53cea7a7bbe69f8d",
|
||||
"object": {
|
||||
"name": "AccelerationProbe",
|
||||
"typeId": "Robot::TrajectoryDressUpObject"
|
||||
},
|
||||
"property": {
|
||||
"group": "TrajectoryDressUp",
|
||||
"name": "Acceleration",
|
||||
"typeId": "App::PropertyAcceleration"
|
||||
},
|
||||
"schemaVersion": 1,
|
||||
"status": "pass"
|
||||
}
|
||||
Reference in New Issue
Block a user