@wandelbots/nova-api 26.6.0-dev.81 → 26.6.0-dev.83

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1225,9 +1225,16 @@ interface ConfigurationResource {
1225
1225
  */
1226
1226
  'children'?: Array<ConfigurationResource>;
1227
1227
  }
1228
+ /**
1229
+ * A pose together with an optional kinematic configuration that resolves it to a unique robot posture. Optionally, the pose can be expressed relative to a coordinate system. The kinematic configuration is optional because it is currently not supported for all robot types, e.g., cuspidal robots.
1230
+ */
1228
1231
  interface ConfiguredPose {
1229
1232
  'pose': Pose;
1230
- 'kinematic_configuration': KinematicConfiguration;
1233
+ 'kinematic_configuration'?: KinematicConfiguration;
1234
+ /**
1235
+ * Optional identifier of the coordinate system the pose is expressed in. If this is null or omitted, the pose is referenced in `world`.
1236
+ */
1237
+ 'coordinate_system_id'?: string;
1231
1238
  }
1232
1239
  interface ConfiguredPoseInverse422Response {
1233
1240
  'detail'?: Array<ValidationError>;
@@ -1225,9 +1225,16 @@ interface ConfigurationResource {
1225
1225
  */
1226
1226
  'children'?: Array<ConfigurationResource>;
1227
1227
  }
1228
+ /**
1229
+ * A pose together with an optional kinematic configuration that resolves it to a unique robot posture. Optionally, the pose can be expressed relative to a coordinate system. The kinematic configuration is optional because it is currently not supported for all robot types, e.g., cuspidal robots.
1230
+ */
1228
1231
  interface ConfiguredPose {
1229
1232
  'pose': Pose;
1230
- 'kinematic_configuration': KinematicConfiguration;
1233
+ 'kinematic_configuration'?: KinematicConfiguration;
1234
+ /**
1235
+ * Optional identifier of the coordinate system the pose is expressed in. If this is null or omitted, the pose is referenced in `world`.
1236
+ */
1237
+ 'coordinate_system_id'?: string;
1231
1238
  }
1232
1239
  interface ConfiguredPoseInverse422Response {
1233
1240
  'detail'?: Array<ValidationError>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wandelbots/nova-api",
3
- "version": "26.6.0-dev.81",
3
+ "version": "26.6.0-dev.83",
4
4
  "description": "API Client to interact with Wandelbots Public API.",
5
5
  "type": "module",
6
6
  "files": [