mujoco 3.2.3
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.
- package/README.md +208 -0
- package/mujoco.d.ts +3621 -0
- package/mujoco.js +8409 -0
- package/mujoco.wasm +0 -0
- package/mujoco.wasm.map +1 -0
- package/package.json +38 -0
package/mujoco.d.ts
ADDED
|
@@ -0,0 +1,3621 @@
|
|
|
1
|
+
// TypeScript bindings for emscripten-generated code. Automatically generated at compile time.
|
|
2
|
+
declare namespace RuntimeExports {
|
|
3
|
+
/**
|
|
4
|
+
* @param {string|null=} returnType
|
|
5
|
+
* @param {Array=} argTypes
|
|
6
|
+
* @param {Arguments|Array=} args
|
|
7
|
+
* @param {Object=} opts
|
|
8
|
+
*/
|
|
9
|
+
function ccall(ident: any, returnType?: (string | null) | undefined, argTypes?: any[] | undefined, args?: (Arguments | any[]) | undefined, opts?: any | undefined): any;
|
|
10
|
+
/**
|
|
11
|
+
* @param {string=} returnType
|
|
12
|
+
* @param {Array=} argTypes
|
|
13
|
+
* @param {Object=} opts
|
|
14
|
+
*/
|
|
15
|
+
function cwrap(ident: any, returnType?: string | undefined, argTypes?: any[] | undefined, opts?: any | undefined): (...args: any[]) => any;
|
|
16
|
+
namespace FS {
|
|
17
|
+
export let root: any;
|
|
18
|
+
export let mounts: any[];
|
|
19
|
+
export let devices: {};
|
|
20
|
+
export let streams: any[];
|
|
21
|
+
export let nextInode: number;
|
|
22
|
+
export let nameTable: any;
|
|
23
|
+
export let currentPath: string;
|
|
24
|
+
export let initialized: boolean;
|
|
25
|
+
export let ignorePermissions: boolean;
|
|
26
|
+
export let filesystems: any;
|
|
27
|
+
export let syncFSRequests: number;
|
|
28
|
+
export let readFiles: {};
|
|
29
|
+
export { ErrnoError };
|
|
30
|
+
export { FSStream };
|
|
31
|
+
export { FSNode };
|
|
32
|
+
export function lookupPath(path: any, opts?: {}): {
|
|
33
|
+
path: string;
|
|
34
|
+
node?: undefined;
|
|
35
|
+
} | {
|
|
36
|
+
path: string;
|
|
37
|
+
node: any;
|
|
38
|
+
};
|
|
39
|
+
export function getPath(node: any): any;
|
|
40
|
+
export function hashName(parentid: any, name: any): number;
|
|
41
|
+
export function hashAddNode(node: any): void;
|
|
42
|
+
export function hashRemoveNode(node: any): void;
|
|
43
|
+
export function lookupNode(parent: any, name: any): any;
|
|
44
|
+
export function createNode(parent: any, name: any, mode: any, rdev: any): any;
|
|
45
|
+
export function destroyNode(node: any): void;
|
|
46
|
+
export function isRoot(node: any): boolean;
|
|
47
|
+
export function isMountpoint(node: any): boolean;
|
|
48
|
+
export function isFile(mode: any): boolean;
|
|
49
|
+
export function isDir(mode: any): boolean;
|
|
50
|
+
export function isLink(mode: any): boolean;
|
|
51
|
+
export function isChrdev(mode: any): boolean;
|
|
52
|
+
export function isBlkdev(mode: any): boolean;
|
|
53
|
+
export function isFIFO(mode: any): boolean;
|
|
54
|
+
export function isSocket(mode: any): boolean;
|
|
55
|
+
export function flagsToPermissionString(flag: any): string;
|
|
56
|
+
export function nodePermissions(node: any, perms: any): 0 | 2;
|
|
57
|
+
export function mayLookup(dir: any): any;
|
|
58
|
+
export function mayCreate(dir: any, name: any): any;
|
|
59
|
+
export function mayDelete(dir: any, name: any, isdir: any): any;
|
|
60
|
+
export function mayOpen(node: any, flags: any): any;
|
|
61
|
+
export function checkOpExists(op: any, err: any): any;
|
|
62
|
+
export let MAX_OPEN_FDS: number;
|
|
63
|
+
export function nextfd(): number;
|
|
64
|
+
export function getStreamChecked(fd: any): any;
|
|
65
|
+
export function getStream(fd: any): any;
|
|
66
|
+
export function createStream(stream: any, fd?: number): any;
|
|
67
|
+
export function closeStream(fd: any): void;
|
|
68
|
+
export function dupStream(origStream: any, fd?: number): any;
|
|
69
|
+
export function doSetAttr(stream: any, node: any, attr: any): void;
|
|
70
|
+
export namespace chrdev_stream_ops {
|
|
71
|
+
function open(stream: any): void;
|
|
72
|
+
function llseek(): never;
|
|
73
|
+
}
|
|
74
|
+
export function major(dev: any): number;
|
|
75
|
+
export function minor(dev: any): number;
|
|
76
|
+
export function makedev(ma: any, mi: any): number;
|
|
77
|
+
export function registerDevice(dev: any, ops: any): void;
|
|
78
|
+
export function getDevice(dev: any): any;
|
|
79
|
+
export function getMounts(mount: any): any[];
|
|
80
|
+
export function syncfs(populate: any, callback: any): void;
|
|
81
|
+
export function mount(type: any, opts: any, mountpoint: any): any;
|
|
82
|
+
export function unmount(mountpoint: any): void;
|
|
83
|
+
export function lookup(parent: any, name: any): any;
|
|
84
|
+
export function mknod(path: any, mode: any, dev: any): any;
|
|
85
|
+
export function statfs(path: any): any;
|
|
86
|
+
export function statfsStream(stream: any): any;
|
|
87
|
+
export function statfsNode(node: any): {
|
|
88
|
+
bsize: number;
|
|
89
|
+
frsize: number;
|
|
90
|
+
blocks: number;
|
|
91
|
+
bfree: number;
|
|
92
|
+
bavail: number;
|
|
93
|
+
files: any;
|
|
94
|
+
ffree: number;
|
|
95
|
+
fsid: number;
|
|
96
|
+
flags: number;
|
|
97
|
+
namelen: number;
|
|
98
|
+
};
|
|
99
|
+
export function create(path: any, mode?: number): any;
|
|
100
|
+
export function mkdir(path: any, mode?: number): any;
|
|
101
|
+
export function mkdirTree(path: any, mode: any): void;
|
|
102
|
+
export function mkdev(path: any, mode: any, dev: any): any;
|
|
103
|
+
export function symlink(oldpath: any, newpath: any): any;
|
|
104
|
+
export function rename(old_path: any, new_path: any): void;
|
|
105
|
+
export function rmdir(path: any): void;
|
|
106
|
+
export function readdir(path: any): any;
|
|
107
|
+
export function unlink(path: any): void;
|
|
108
|
+
export function readlink(path: any): any;
|
|
109
|
+
export function stat(path: any, dontFollow: any): any;
|
|
110
|
+
export function fstat(fd: any): any;
|
|
111
|
+
export function lstat(path: any): any;
|
|
112
|
+
export function doChmod(stream: any, node: any, mode: any, dontFollow: any): void;
|
|
113
|
+
export function chmod(path: any, mode: any, dontFollow: any): void;
|
|
114
|
+
export function lchmod(path: any, mode: any): void;
|
|
115
|
+
export function fchmod(fd: any, mode: any): void;
|
|
116
|
+
export function doChown(stream: any, node: any, dontFollow: any): void;
|
|
117
|
+
export function chown(path: any, uid: any, gid: any, dontFollow: any): void;
|
|
118
|
+
export function lchown(path: any, uid: any, gid: any): void;
|
|
119
|
+
export function fchown(fd: any, uid: any, gid: any): void;
|
|
120
|
+
export function doTruncate(stream: any, node: any, len: any): void;
|
|
121
|
+
export function truncate(path: any, len: any): void;
|
|
122
|
+
export function ftruncate(fd: any, len: any): void;
|
|
123
|
+
export function utime(path: any, atime: any, mtime: any): void;
|
|
124
|
+
export function open(path: any, flags: any, mode?: number): any;
|
|
125
|
+
export function close(stream: any): void;
|
|
126
|
+
export function isClosed(stream: any): boolean;
|
|
127
|
+
export function llseek(stream: any, offset: any, whence: any): any;
|
|
128
|
+
export function read(stream: any, buffer: any, offset: any, length: any, position: any): any;
|
|
129
|
+
export function write(stream: any, buffer: any, offset: any, length: any, position: any, canOwn: any): any;
|
|
130
|
+
export function mmap(stream: any, length: any, position: any, prot: any, flags: any): any;
|
|
131
|
+
export function msync(stream: any, buffer: any, offset: any, length: any, mmapFlags: any): any;
|
|
132
|
+
export function ioctl(stream: any, cmd: any, arg: any): any;
|
|
133
|
+
export function readFile(path: any, opts?: {}): Uint8Array<any>;
|
|
134
|
+
export function writeFile(path: any, data: any, opts?: {}): void;
|
|
135
|
+
export function cwd(): any;
|
|
136
|
+
export function chdir(path: any): void;
|
|
137
|
+
export function createDefaultDirectories(): void;
|
|
138
|
+
export function createDefaultDevices(): void;
|
|
139
|
+
export function createSpecialDirectories(): void;
|
|
140
|
+
export function createStandardStreams(input: any, output: any, error: any): void;
|
|
141
|
+
export function staticInit(): void;
|
|
142
|
+
export function init(input: any, output: any, error: any): void;
|
|
143
|
+
export function quit(): void;
|
|
144
|
+
export function findObject(path: any, dontResolveLastLink: any): any;
|
|
145
|
+
export function analyzePath(path: any, dontResolveLastLink: any): {
|
|
146
|
+
isRoot: boolean;
|
|
147
|
+
exists: boolean;
|
|
148
|
+
error: number;
|
|
149
|
+
name: any;
|
|
150
|
+
path: any;
|
|
151
|
+
object: any;
|
|
152
|
+
parentExists: boolean;
|
|
153
|
+
parentPath: any;
|
|
154
|
+
parentObject: any;
|
|
155
|
+
};
|
|
156
|
+
export function createPath(parent: any, path: any, canRead: any, canWrite: any): any;
|
|
157
|
+
export function createFile(parent: any, name: any, properties: any, canRead: any, canWrite: any): any;
|
|
158
|
+
export function createDataFile(parent: any, name: any, data: any, canRead: any, canWrite: any, canOwn: any): void;
|
|
159
|
+
export function createDevice(parent: any, name: any, input: any, output: any): any;
|
|
160
|
+
export function forceLoadFile(obj: any): boolean;
|
|
161
|
+
export function createLazyFile(parent: any, name: any, url: any, canRead: any, canWrite: any): any;
|
|
162
|
+
export function absolutePath(): void;
|
|
163
|
+
export function createFolder(): void;
|
|
164
|
+
export function createLink(): void;
|
|
165
|
+
export function joinPath(): void;
|
|
166
|
+
export function mmapAlloc(): void;
|
|
167
|
+
export function standardizePath(): void;
|
|
168
|
+
}
|
|
169
|
+
namespace MEMFS {
|
|
170
|
+
let ops_table: any;
|
|
171
|
+
function mount(mount: any): any;
|
|
172
|
+
function createNode(parent: any, name: any, mode: any, dev: any): any;
|
|
173
|
+
function getFileDataAsTypedArray(node: any): any;
|
|
174
|
+
function expandFileStorage(node: any, newCapacity: any): void;
|
|
175
|
+
function resizeFileStorage(node: any, newSize: any): void;
|
|
176
|
+
namespace node_ops {
|
|
177
|
+
function getattr(node: any): {
|
|
178
|
+
dev: any;
|
|
179
|
+
ino: any;
|
|
180
|
+
mode: any;
|
|
181
|
+
nlink: number;
|
|
182
|
+
uid: number;
|
|
183
|
+
gid: number;
|
|
184
|
+
rdev: any;
|
|
185
|
+
size: any;
|
|
186
|
+
atime: Date;
|
|
187
|
+
mtime: Date;
|
|
188
|
+
ctime: Date;
|
|
189
|
+
blksize: number;
|
|
190
|
+
blocks: number;
|
|
191
|
+
};
|
|
192
|
+
function setattr(node: any, attr: any): void;
|
|
193
|
+
function lookup(parent: any, name: any): never;
|
|
194
|
+
function mknod(parent: any, name: any, mode: any, dev: any): any;
|
|
195
|
+
function rename(old_node: any, new_dir: any, new_name: any): void;
|
|
196
|
+
function unlink(parent: any, name: any): void;
|
|
197
|
+
function rmdir(parent: any, name: any): void;
|
|
198
|
+
function readdir(node: any): string[];
|
|
199
|
+
function symlink(parent: any, newname: any, oldpath: any): any;
|
|
200
|
+
function readlink(node: any): any;
|
|
201
|
+
}
|
|
202
|
+
namespace stream_ops {
|
|
203
|
+
function read(stream: any, buffer: any, offset: any, length: any, position: any): number;
|
|
204
|
+
function write(stream: any, buffer: any, offset: any, length: any, position: any, canOwn: any): any;
|
|
205
|
+
function llseek(stream: any, offset: any, whence: any): any;
|
|
206
|
+
function mmap(stream: any, length: any, position: any, prot: any, flags: any): {
|
|
207
|
+
ptr: any;
|
|
208
|
+
allocated: boolean;
|
|
209
|
+
};
|
|
210
|
+
function msync(stream: any, buffer: any, offset: any, length: any, mmapFlags: any): number;
|
|
211
|
+
}
|
|
212
|
+
}
|
|
213
|
+
function FS_createPath(...args: any[]): any;
|
|
214
|
+
function FS_createDataFile(...args: any[]): any;
|
|
215
|
+
function FS_createPreloadedFile(parent: any, name: any, url: any, canRead: any, canWrite: any, onload: any, onerror: any, dontCreateFile: any, canOwn: any, preFinish: any): void;
|
|
216
|
+
function FS_unlink(...args: any[]): any;
|
|
217
|
+
function FS_createLazyFile(...args: any[]): any;
|
|
218
|
+
function FS_createDevice(...args: any[]): any;
|
|
219
|
+
let addRunDependency: any;
|
|
220
|
+
let removeRunDependency: any;
|
|
221
|
+
}
|
|
222
|
+
declare class ErrnoError extends Error {
|
|
223
|
+
constructor(errno: any);
|
|
224
|
+
errno: any;
|
|
225
|
+
code: string;
|
|
226
|
+
}
|
|
227
|
+
declare class FSStream {
|
|
228
|
+
shared: {};
|
|
229
|
+
set object(val: any);
|
|
230
|
+
get object(): any;
|
|
231
|
+
node: any;
|
|
232
|
+
get isRead(): boolean;
|
|
233
|
+
get isWrite(): boolean;
|
|
234
|
+
get isAppend(): number;
|
|
235
|
+
set flags(val: any);
|
|
236
|
+
get flags(): any;
|
|
237
|
+
set position(val: any);
|
|
238
|
+
get position(): any;
|
|
239
|
+
}
|
|
240
|
+
declare class FSNode {
|
|
241
|
+
constructor(parent: any, name: any, mode: any, rdev: any);
|
|
242
|
+
node_ops: {};
|
|
243
|
+
stream_ops: {};
|
|
244
|
+
readMode: number;
|
|
245
|
+
writeMode: number;
|
|
246
|
+
mounted: any;
|
|
247
|
+
parent: any;
|
|
248
|
+
mount: any;
|
|
249
|
+
id: number;
|
|
250
|
+
name: any;
|
|
251
|
+
mode: any;
|
|
252
|
+
rdev: any;
|
|
253
|
+
atime: number;
|
|
254
|
+
mtime: number;
|
|
255
|
+
ctime: number;
|
|
256
|
+
set read(val: boolean);
|
|
257
|
+
get read(): boolean;
|
|
258
|
+
set write(val: boolean);
|
|
259
|
+
get write(): boolean;
|
|
260
|
+
get isFolder(): any;
|
|
261
|
+
get isDevice(): any;
|
|
262
|
+
}
|
|
263
|
+
interface WasmModule {
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
type EmbindString = ArrayBuffer|Uint8Array|Uint8ClampedArray|Int8Array|string;
|
|
267
|
+
export interface ClassHandle {
|
|
268
|
+
isAliasOf(other: ClassHandle): boolean;
|
|
269
|
+
delete(): void;
|
|
270
|
+
deleteLater(): this;
|
|
271
|
+
isDeleted(): boolean;
|
|
272
|
+
// @ts-ignore - If targeting lower than ESNext, this symbol might not exist.
|
|
273
|
+
[Symbol.dispose](): void;
|
|
274
|
+
clone(): this;
|
|
275
|
+
}
|
|
276
|
+
export interface mjtAlignFreeValue<T extends number> {
|
|
277
|
+
value: T;
|
|
278
|
+
}
|
|
279
|
+
export type mjtAlignFree = mjtAlignFreeValue<0>|mjtAlignFreeValue<1>|mjtAlignFreeValue<2>;
|
|
280
|
+
|
|
281
|
+
export interface mjtBiasValue<T extends number> {
|
|
282
|
+
value: T;
|
|
283
|
+
}
|
|
284
|
+
export type mjtBias = mjtBiasValue<0>|mjtBiasValue<1>|mjtBiasValue<2>|mjtBiasValue<3>;
|
|
285
|
+
|
|
286
|
+
export interface mjtBuiltinValue<T extends number> {
|
|
287
|
+
value: T;
|
|
288
|
+
}
|
|
289
|
+
export type mjtBuiltin = mjtBuiltinValue<0>|mjtBuiltinValue<1>|mjtBuiltinValue<2>|mjtBuiltinValue<3>;
|
|
290
|
+
|
|
291
|
+
export interface mjtButtonValue<T extends number> {
|
|
292
|
+
value: T;
|
|
293
|
+
}
|
|
294
|
+
export type mjtButton = mjtButtonValue<0>|mjtButtonValue<1>|mjtButtonValue<2>|mjtButtonValue<3>;
|
|
295
|
+
|
|
296
|
+
export interface mjtCamLightValue<T extends number> {
|
|
297
|
+
value: T;
|
|
298
|
+
}
|
|
299
|
+
export type mjtCamLight = mjtCamLightValue<0>|mjtCamLightValue<1>|mjtCamLightValue<2>|mjtCamLightValue<3>|mjtCamLightValue<4>;
|
|
300
|
+
|
|
301
|
+
export interface mjtCamOutBitValue<T extends number> {
|
|
302
|
+
value: T;
|
|
303
|
+
}
|
|
304
|
+
export type mjtCamOutBit = mjtCamOutBitValue<1>|mjtCamOutBitValue<2>|mjtCamOutBitValue<4>|mjtCamOutBitValue<8>|mjtCamOutBitValue<16>|mjtCamOutBitValue<5>;
|
|
305
|
+
|
|
306
|
+
export interface mjtCameraValue<T extends number> {
|
|
307
|
+
value: T;
|
|
308
|
+
}
|
|
309
|
+
export type mjtCamera = mjtCameraValue<0>|mjtCameraValue<1>|mjtCameraValue<2>|mjtCameraValue<3>;
|
|
310
|
+
|
|
311
|
+
export interface mjtCatBitValue<T extends number> {
|
|
312
|
+
value: T;
|
|
313
|
+
}
|
|
314
|
+
export type mjtCatBit = mjtCatBitValue<1>|mjtCatBitValue<2>|mjtCatBitValue<4>|mjtCatBitValue<7>;
|
|
315
|
+
|
|
316
|
+
export interface mjtColorSpaceValue<T extends number> {
|
|
317
|
+
value: T;
|
|
318
|
+
}
|
|
319
|
+
export type mjtColorSpace = mjtColorSpaceValue<0>|mjtColorSpaceValue<1>|mjtColorSpaceValue<2>;
|
|
320
|
+
|
|
321
|
+
export interface mjtConDataFieldValue<T extends number> {
|
|
322
|
+
value: T;
|
|
323
|
+
}
|
|
324
|
+
export type mjtConDataField = mjtConDataFieldValue<0>|mjtConDataFieldValue<1>|mjtConDataFieldValue<2>|mjtConDataFieldValue<3>|mjtConDataFieldValue<4>|mjtConDataFieldValue<5>|mjtConDataFieldValue<6>|mjtConDataFieldValue<7>;
|
|
325
|
+
|
|
326
|
+
export interface mjtConeValue<T extends number> {
|
|
327
|
+
value: T;
|
|
328
|
+
}
|
|
329
|
+
export type mjtCone = mjtConeValue<0>|mjtConeValue<1>;
|
|
330
|
+
|
|
331
|
+
export interface mjtConstraintValue<T extends number> {
|
|
332
|
+
value: T;
|
|
333
|
+
}
|
|
334
|
+
export type mjtConstraint = mjtConstraintValue<0>|mjtConstraintValue<1>|mjtConstraintValue<2>|mjtConstraintValue<3>|mjtConstraintValue<4>|mjtConstraintValue<5>|mjtConstraintValue<6>|mjtConstraintValue<7>;
|
|
335
|
+
|
|
336
|
+
export interface mjtConstraintStateValue<T extends number> {
|
|
337
|
+
value: T;
|
|
338
|
+
}
|
|
339
|
+
export type mjtConstraintState = mjtConstraintStateValue<0>|mjtConstraintStateValue<1>|mjtConstraintStateValue<2>|mjtConstraintStateValue<3>|mjtConstraintStateValue<4>;
|
|
340
|
+
|
|
341
|
+
export interface mjtDataTypeValue<T extends number> {
|
|
342
|
+
value: T;
|
|
343
|
+
}
|
|
344
|
+
export type mjtDataType = mjtDataTypeValue<0>|mjtDataTypeValue<1>|mjtDataTypeValue<2>|mjtDataTypeValue<3>;
|
|
345
|
+
|
|
346
|
+
export interface mjtDepthMapValue<T extends number> {
|
|
347
|
+
value: T;
|
|
348
|
+
}
|
|
349
|
+
export type mjtDepthMap = mjtDepthMapValue<0>|mjtDepthMapValue<1>;
|
|
350
|
+
|
|
351
|
+
export interface mjtDisableBitValue<T extends number> {
|
|
352
|
+
value: T;
|
|
353
|
+
}
|
|
354
|
+
export type mjtDisableBit = mjtDisableBitValue<1>|mjtDisableBitValue<2>|mjtDisableBitValue<4>|mjtDisableBitValue<8>|mjtDisableBitValue<16>|mjtDisableBitValue<32>|mjtDisableBitValue<64>|mjtDisableBitValue<128>|mjtDisableBitValue<256>|mjtDisableBitValue<512>|mjtDisableBitValue<1024>|mjtDisableBitValue<2048>|mjtDisableBitValue<4096>|mjtDisableBitValue<8192>|mjtDisableBitValue<16384>|mjtDisableBitValue<32768>|mjtDisableBitValue<65536>|mjtDisableBitValue<131072>|mjtDisableBitValue<262144>|mjtDisableBitValue<19>;
|
|
355
|
+
|
|
356
|
+
export interface mjtDynValue<T extends number> {
|
|
357
|
+
value: T;
|
|
358
|
+
}
|
|
359
|
+
export type mjtDyn = mjtDynValue<0>|mjtDynValue<1>|mjtDynValue<2>|mjtDynValue<3>|mjtDynValue<4>|mjtDynValue<5>;
|
|
360
|
+
|
|
361
|
+
export interface mjtEnableBitValue<T extends number> {
|
|
362
|
+
value: T;
|
|
363
|
+
}
|
|
364
|
+
export type mjtEnableBit = mjtEnableBitValue<1>|mjtEnableBitValue<2>|mjtEnableBitValue<4>|mjtEnableBitValue<8>|mjtEnableBitValue<16>|mjtEnableBitValue<32>|mjtEnableBitValue<6>;
|
|
365
|
+
|
|
366
|
+
export interface mjtEqValue<T extends number> {
|
|
367
|
+
value: T;
|
|
368
|
+
}
|
|
369
|
+
export type mjtEq = mjtEqValue<0>|mjtEqValue<1>|mjtEqValue<2>|mjtEqValue<3>|mjtEqValue<4>|mjtEqValue<5>|mjtEqValue<6>;
|
|
370
|
+
|
|
371
|
+
export interface mjtEventValue<T extends number> {
|
|
372
|
+
value: T;
|
|
373
|
+
}
|
|
374
|
+
export type mjtEvent = mjtEventValue<0>|mjtEventValue<1>|mjtEventValue<2>|mjtEventValue<3>|mjtEventValue<4>|mjtEventValue<5>|mjtEventValue<6>|mjtEventValue<7>|mjtEventValue<8>;
|
|
375
|
+
|
|
376
|
+
export interface mjtFlexSelfValue<T extends number> {
|
|
377
|
+
value: T;
|
|
378
|
+
}
|
|
379
|
+
export type mjtFlexSelf = mjtFlexSelfValue<0>|mjtFlexSelfValue<1>|mjtFlexSelfValue<2>|mjtFlexSelfValue<3>|mjtFlexSelfValue<4>;
|
|
380
|
+
|
|
381
|
+
export interface mjtFontValue<T extends number> {
|
|
382
|
+
value: T;
|
|
383
|
+
}
|
|
384
|
+
export type mjtFont = mjtFontValue<0>|mjtFontValue<1>|mjtFontValue<2>;
|
|
385
|
+
|
|
386
|
+
export interface mjtFontScaleValue<T extends number> {
|
|
387
|
+
value: T;
|
|
388
|
+
}
|
|
389
|
+
export type mjtFontScale = mjtFontScaleValue<50>|mjtFontScaleValue<100>|mjtFontScaleValue<150>|mjtFontScaleValue<200>|mjtFontScaleValue<250>|mjtFontScaleValue<300>;
|
|
390
|
+
|
|
391
|
+
export interface mjtFrameValue<T extends number> {
|
|
392
|
+
value: T;
|
|
393
|
+
}
|
|
394
|
+
export type mjtFrame = mjtFrameValue<0>|mjtFrameValue<1>|mjtFrameValue<2>|mjtFrameValue<3>|mjtFrameValue<4>|mjtFrameValue<5>|mjtFrameValue<6>|mjtFrameValue<7>|mjtFrameValue<8>;
|
|
395
|
+
|
|
396
|
+
export interface mjtFramebufferValue<T extends number> {
|
|
397
|
+
value: T;
|
|
398
|
+
}
|
|
399
|
+
export type mjtFramebuffer = mjtFramebufferValue<0>|mjtFramebufferValue<1>;
|
|
400
|
+
|
|
401
|
+
export interface mjtGainValue<T extends number> {
|
|
402
|
+
value: T;
|
|
403
|
+
}
|
|
404
|
+
export type mjtGain = mjtGainValue<0>|mjtGainValue<1>|mjtGainValue<2>|mjtGainValue<3>;
|
|
405
|
+
|
|
406
|
+
export interface mjtGeomValue<T extends number> {
|
|
407
|
+
value: T;
|
|
408
|
+
}
|
|
409
|
+
export type mjtGeom = mjtGeomValue<0>|mjtGeomValue<1>|mjtGeomValue<2>|mjtGeomValue<3>|mjtGeomValue<4>|mjtGeomValue<5>|mjtGeomValue<6>|mjtGeomValue<7>|mjtGeomValue<8>|mjtGeomValue<9>|mjtGeomValue<100>|mjtGeomValue<101>|mjtGeomValue<102>|mjtGeomValue<103>|mjtGeomValue<104>|mjtGeomValue<105>|mjtGeomValue<106>|mjtGeomValue<107>|mjtGeomValue<108>|mjtGeomValue<1001>;
|
|
410
|
+
|
|
411
|
+
export interface mjtGeomInertiaValue<T extends number> {
|
|
412
|
+
value: T;
|
|
413
|
+
}
|
|
414
|
+
export type mjtGeomInertia = mjtGeomInertiaValue<0>|mjtGeomInertiaValue<1>;
|
|
415
|
+
|
|
416
|
+
export interface mjtGridPosValue<T extends number> {
|
|
417
|
+
value: T;
|
|
418
|
+
}
|
|
419
|
+
export type mjtGridPos = mjtGridPosValue<0>|mjtGridPosValue<1>|mjtGridPosValue<2>|mjtGridPosValue<3>|mjtGridPosValue<4>|mjtGridPosValue<5>|mjtGridPosValue<6>|mjtGridPosValue<7>;
|
|
420
|
+
|
|
421
|
+
export interface mjtInertiaFromGeomValue<T extends number> {
|
|
422
|
+
value: T;
|
|
423
|
+
}
|
|
424
|
+
export type mjtInertiaFromGeom = mjtInertiaFromGeomValue<0>|mjtInertiaFromGeomValue<1>|mjtInertiaFromGeomValue<2>;
|
|
425
|
+
|
|
426
|
+
export interface mjtIntegratorValue<T extends number> {
|
|
427
|
+
value: T;
|
|
428
|
+
}
|
|
429
|
+
export type mjtIntegrator = mjtIntegratorValue<0>|mjtIntegratorValue<1>|mjtIntegratorValue<2>|mjtIntegratorValue<3>;
|
|
430
|
+
|
|
431
|
+
export interface mjtItemValue<T extends number> {
|
|
432
|
+
value: T;
|
|
433
|
+
}
|
|
434
|
+
export type mjtItem = mjtItemValue<-2>|mjtItemValue<-1>|mjtItemValue<0>|mjtItemValue<1>|mjtItemValue<2>|mjtItemValue<3>|mjtItemValue<4>|mjtItemValue<5>|mjtItemValue<6>|mjtItemValue<7>|mjtItemValue<8>|mjtItemValue<9>|mjtItemValue<10>|mjtItemValue<11>|mjtItemValue<12>|mjtItemValue<13>|mjtItemValue<14>;
|
|
435
|
+
|
|
436
|
+
export interface mjtJacobianValue<T extends number> {
|
|
437
|
+
value: T;
|
|
438
|
+
}
|
|
439
|
+
export type mjtJacobian = mjtJacobianValue<0>|mjtJacobianValue<1>|mjtJacobianValue<2>;
|
|
440
|
+
|
|
441
|
+
export interface mjtJointValue<T extends number> {
|
|
442
|
+
value: T;
|
|
443
|
+
}
|
|
444
|
+
export type mjtJoint = mjtJointValue<0>|mjtJointValue<1>|mjtJointValue<2>|mjtJointValue<3>;
|
|
445
|
+
|
|
446
|
+
export interface mjtLRModeValue<T extends number> {
|
|
447
|
+
value: T;
|
|
448
|
+
}
|
|
449
|
+
export type mjtLRMode = mjtLRModeValue<0>|mjtLRModeValue<1>|mjtLRModeValue<2>|mjtLRModeValue<3>;
|
|
450
|
+
|
|
451
|
+
export interface mjtLabelValue<T extends number> {
|
|
452
|
+
value: T;
|
|
453
|
+
}
|
|
454
|
+
export type mjtLabel = mjtLabelValue<0>|mjtLabelValue<1>|mjtLabelValue<2>|mjtLabelValue<3>|mjtLabelValue<4>|mjtLabelValue<5>|mjtLabelValue<6>|mjtLabelValue<7>|mjtLabelValue<8>|mjtLabelValue<9>|mjtLabelValue<10>|mjtLabelValue<11>|mjtLabelValue<12>|mjtLabelValue<13>|mjtLabelValue<14>|mjtLabelValue<15>|mjtLabelValue<16>|mjtLabelValue<17>;
|
|
455
|
+
|
|
456
|
+
export interface mjtLightTypeValue<T extends number> {
|
|
457
|
+
value: T;
|
|
458
|
+
}
|
|
459
|
+
export type mjtLightType = mjtLightTypeValue<0>|mjtLightTypeValue<1>|mjtLightTypeValue<2>|mjtLightTypeValue<3>;
|
|
460
|
+
|
|
461
|
+
export interface mjtLimitedValue<T extends number> {
|
|
462
|
+
value: T;
|
|
463
|
+
}
|
|
464
|
+
export type mjtLimited = mjtLimitedValue<0>|mjtLimitedValue<1>|mjtLimitedValue<2>;
|
|
465
|
+
|
|
466
|
+
export interface mjtMarkValue<T extends number> {
|
|
467
|
+
value: T;
|
|
468
|
+
}
|
|
469
|
+
export type mjtMark = mjtMarkValue<0>|mjtMarkValue<1>|mjtMarkValue<2>|mjtMarkValue<3>;
|
|
470
|
+
|
|
471
|
+
export interface mjtMeshBuiltinValue<T extends number> {
|
|
472
|
+
value: T;
|
|
473
|
+
}
|
|
474
|
+
export type mjtMeshBuiltin = mjtMeshBuiltinValue<0>|mjtMeshBuiltinValue<1>|mjtMeshBuiltinValue<2>|mjtMeshBuiltinValue<3>|mjtMeshBuiltinValue<4>|mjtMeshBuiltinValue<5>|mjtMeshBuiltinValue<6>|mjtMeshBuiltinValue<7>;
|
|
475
|
+
|
|
476
|
+
export interface mjtMeshInertiaValue<T extends number> {
|
|
477
|
+
value: T;
|
|
478
|
+
}
|
|
479
|
+
export type mjtMeshInertia = mjtMeshInertiaValue<0>|mjtMeshInertiaValue<1>|mjtMeshInertiaValue<2>|mjtMeshInertiaValue<3>;
|
|
480
|
+
|
|
481
|
+
export interface mjtMouseValue<T extends number> {
|
|
482
|
+
value: T;
|
|
483
|
+
}
|
|
484
|
+
export type mjtMouse = mjtMouseValue<0>|mjtMouseValue<1>|mjtMouseValue<2>|mjtMouseValue<3>|mjtMouseValue<4>|mjtMouseValue<5>|mjtMouseValue<6>|mjtMouseValue<7>;
|
|
485
|
+
|
|
486
|
+
export interface mjtObjValue<T extends number> {
|
|
487
|
+
value: T;
|
|
488
|
+
}
|
|
489
|
+
export type mjtObj = mjtObjValue<0>|mjtObjValue<1>|mjtObjValue<2>|mjtObjValue<3>|mjtObjValue<4>|mjtObjValue<5>|mjtObjValue<6>|mjtObjValue<7>|mjtObjValue<8>|mjtObjValue<9>|mjtObjValue<10>|mjtObjValue<11>|mjtObjValue<12>|mjtObjValue<13>|mjtObjValue<14>|mjtObjValue<15>|mjtObjValue<16>|mjtObjValue<17>|mjtObjValue<18>|mjtObjValue<19>|mjtObjValue<20>|mjtObjValue<21>|mjtObjValue<22>|mjtObjValue<23>|mjtObjValue<24>|mjtObjValue<25>|mjtObjValue<26>|mjtObjValue<100>|mjtObjValue<101>|mjtObjValue<102>;
|
|
490
|
+
|
|
491
|
+
export interface mjtOrientationValue<T extends number> {
|
|
492
|
+
value: T;
|
|
493
|
+
}
|
|
494
|
+
export type mjtOrientation = mjtOrientationValue<0>|mjtOrientationValue<1>|mjtOrientationValue<2>|mjtOrientationValue<3>|mjtOrientationValue<4>;
|
|
495
|
+
|
|
496
|
+
export interface mjtPertBitValue<T extends number> {
|
|
497
|
+
value: T;
|
|
498
|
+
}
|
|
499
|
+
export type mjtPertBit = mjtPertBitValue<1>|mjtPertBitValue<2>;
|
|
500
|
+
|
|
501
|
+
export interface mjtPluginCapabilityBitValue<T extends number> {
|
|
502
|
+
value: T;
|
|
503
|
+
}
|
|
504
|
+
export type mjtPluginCapabilityBit = mjtPluginCapabilityBitValue<1>|mjtPluginCapabilityBitValue<2>|mjtPluginCapabilityBitValue<4>|mjtPluginCapabilityBitValue<8>;
|
|
505
|
+
|
|
506
|
+
export interface mjtProjectionValue<T extends number> {
|
|
507
|
+
value: T;
|
|
508
|
+
}
|
|
509
|
+
export type mjtProjection = mjtProjectionValue<0>|mjtProjectionValue<1>;
|
|
510
|
+
|
|
511
|
+
export interface mjtRayDataFieldValue<T extends number> {
|
|
512
|
+
value: T;
|
|
513
|
+
}
|
|
514
|
+
export type mjtRayDataField = mjtRayDataFieldValue<0>|mjtRayDataFieldValue<1>|mjtRayDataFieldValue<2>|mjtRayDataFieldValue<3>|mjtRayDataFieldValue<4>|mjtRayDataFieldValue<5>|mjtRayDataFieldValue<6>;
|
|
515
|
+
|
|
516
|
+
export interface mjtRndFlagValue<T extends number> {
|
|
517
|
+
value: T;
|
|
518
|
+
}
|
|
519
|
+
export type mjtRndFlag = mjtRndFlagValue<0>|mjtRndFlagValue<1>|mjtRndFlagValue<2>|mjtRndFlagValue<3>|mjtRndFlagValue<4>|mjtRndFlagValue<5>|mjtRndFlagValue<6>|mjtRndFlagValue<7>|mjtRndFlagValue<8>|mjtRndFlagValue<9>|mjtRndFlagValue<10>|mjtRndFlagValue<11>;
|
|
520
|
+
|
|
521
|
+
export interface mjtSDFTypeValue<T extends number> {
|
|
522
|
+
value: T;
|
|
523
|
+
}
|
|
524
|
+
export type mjtSDFType = mjtSDFTypeValue<0>|mjtSDFTypeValue<1>|mjtSDFTypeValue<2>|mjtSDFTypeValue<3>;
|
|
525
|
+
|
|
526
|
+
export interface mjtSameFrameValue<T extends number> {
|
|
527
|
+
value: T;
|
|
528
|
+
}
|
|
529
|
+
export type mjtSameFrame = mjtSameFrameValue<0>|mjtSameFrameValue<1>|mjtSameFrameValue<2>|mjtSameFrameValue<3>|mjtSameFrameValue<4>;
|
|
530
|
+
|
|
531
|
+
export interface mjtSectionValue<T extends number> {
|
|
532
|
+
value: T;
|
|
533
|
+
}
|
|
534
|
+
export type mjtSection = mjtSectionValue<0>|mjtSectionValue<1>|mjtSectionValue<2>;
|
|
535
|
+
|
|
536
|
+
export interface mjtSensorValue<T extends number> {
|
|
537
|
+
value: T;
|
|
538
|
+
}
|
|
539
|
+
export type mjtSensor = mjtSensorValue<0>|mjtSensorValue<1>|mjtSensorValue<2>|mjtSensorValue<3>|mjtSensorValue<4>|mjtSensorValue<5>|mjtSensorValue<6>|mjtSensorValue<7>|mjtSensorValue<8>|mjtSensorValue<9>|mjtSensorValue<10>|mjtSensorValue<11>|mjtSensorValue<12>|mjtSensorValue<13>|mjtSensorValue<14>|mjtSensorValue<15>|mjtSensorValue<16>|mjtSensorValue<17>|mjtSensorValue<18>|mjtSensorValue<19>|mjtSensorValue<20>|mjtSensorValue<21>|mjtSensorValue<22>|mjtSensorValue<23>|mjtSensorValue<24>|mjtSensorValue<25>|mjtSensorValue<26>|mjtSensorValue<27>|mjtSensorValue<28>|mjtSensorValue<29>|mjtSensorValue<30>|mjtSensorValue<31>|mjtSensorValue<32>|mjtSensorValue<33>|mjtSensorValue<34>|mjtSensorValue<35>|mjtSensorValue<36>|mjtSensorValue<37>|mjtSensorValue<38>|mjtSensorValue<39>|mjtSensorValue<40>|mjtSensorValue<41>|mjtSensorValue<42>|mjtSensorValue<43>|mjtSensorValue<44>|mjtSensorValue<45>|mjtSensorValue<46>|mjtSensorValue<47>|mjtSensorValue<48>;
|
|
540
|
+
|
|
541
|
+
export interface mjtSleepPolicyValue<T extends number> {
|
|
542
|
+
value: T;
|
|
543
|
+
}
|
|
544
|
+
export type mjtSleepPolicy = mjtSleepPolicyValue<0>|mjtSleepPolicyValue<1>|mjtSleepPolicyValue<2>|mjtSleepPolicyValue<3>|mjtSleepPolicyValue<4>|mjtSleepPolicyValue<5>;
|
|
545
|
+
|
|
546
|
+
export interface mjtSleepStateValue<T extends number> {
|
|
547
|
+
value: T;
|
|
548
|
+
}
|
|
549
|
+
export type mjtSleepState = mjtSleepStateValue<-1>|mjtSleepStateValue<0>|mjtSleepStateValue<1>;
|
|
550
|
+
|
|
551
|
+
export interface mjtSolverValue<T extends number> {
|
|
552
|
+
value: T;
|
|
553
|
+
}
|
|
554
|
+
export type mjtSolver = mjtSolverValue<0>|mjtSolverValue<1>|mjtSolverValue<2>;
|
|
555
|
+
|
|
556
|
+
export interface mjtStageValue<T extends number> {
|
|
557
|
+
value: T;
|
|
558
|
+
}
|
|
559
|
+
export type mjtStage = mjtStageValue<0>|mjtStageValue<1>|mjtStageValue<2>|mjtStageValue<3>;
|
|
560
|
+
|
|
561
|
+
export interface mjtStateValue<T extends number> {
|
|
562
|
+
value: T;
|
|
563
|
+
}
|
|
564
|
+
export type mjtState = mjtStateValue<1>|mjtStateValue<2>|mjtStateValue<4>|mjtStateValue<8>|mjtStateValue<16>|mjtStateValue<32>|mjtStateValue<64>|mjtStateValue<128>|mjtStateValue<256>|mjtStateValue<512>|mjtStateValue<1024>|mjtStateValue<2048>|mjtStateValue<4096>|mjtStateValue<8192>|mjtStateValue<14>|mjtStateValue<30>|mjtStateValue<8223>|mjtStateValue<8128>|mjtStateValue<16383>;
|
|
565
|
+
|
|
566
|
+
export interface mjtStereoValue<T extends number> {
|
|
567
|
+
value: T;
|
|
568
|
+
}
|
|
569
|
+
export type mjtStereo = mjtStereoValue<0>|mjtStereoValue<1>|mjtStereoValue<2>;
|
|
570
|
+
|
|
571
|
+
export interface mjtTaskStatusValue<T extends number> {
|
|
572
|
+
value: T;
|
|
573
|
+
}
|
|
574
|
+
export type mjtTaskStatus = mjtTaskStatusValue<0>|mjtTaskStatusValue<1>|mjtTaskStatusValue<2>;
|
|
575
|
+
|
|
576
|
+
export interface mjtTextureValue<T extends number> {
|
|
577
|
+
value: T;
|
|
578
|
+
}
|
|
579
|
+
export type mjtTexture = mjtTextureValue<0>|mjtTextureValue<1>|mjtTextureValue<2>;
|
|
580
|
+
|
|
581
|
+
export interface mjtTextureRoleValue<T extends number> {
|
|
582
|
+
value: T;
|
|
583
|
+
}
|
|
584
|
+
export type mjtTextureRole = mjtTextureRoleValue<0>|mjtTextureRoleValue<1>|mjtTextureRoleValue<2>|mjtTextureRoleValue<3>|mjtTextureRoleValue<4>|mjtTextureRoleValue<5>|mjtTextureRoleValue<6>|mjtTextureRoleValue<7>|mjtTextureRoleValue<8>|mjtTextureRoleValue<9>|mjtTextureRoleValue<10>;
|
|
585
|
+
|
|
586
|
+
export interface mjtTimerValue<T extends number> {
|
|
587
|
+
value: T;
|
|
588
|
+
}
|
|
589
|
+
export type mjtTimer = mjtTimerValue<0>|mjtTimerValue<1>|mjtTimerValue<2>|mjtTimerValue<3>|mjtTimerValue<4>|mjtTimerValue<5>|mjtTimerValue<6>|mjtTimerValue<7>|mjtTimerValue<8>|mjtTimerValue<9>|mjtTimerValue<10>|mjtTimerValue<11>|mjtTimerValue<12>|mjtTimerValue<13>|mjtTimerValue<14>|mjtTimerValue<15>;
|
|
590
|
+
|
|
591
|
+
export interface mjtTrnValue<T extends number> {
|
|
592
|
+
value: T;
|
|
593
|
+
}
|
|
594
|
+
export type mjtTrn = mjtTrnValue<0>|mjtTrnValue<1>|mjtTrnValue<2>|mjtTrnValue<3>|mjtTrnValue<4>|mjtTrnValue<5>|mjtTrnValue<1000>;
|
|
595
|
+
|
|
596
|
+
export interface mjtVisFlagValue<T extends number> {
|
|
597
|
+
value: T;
|
|
598
|
+
}
|
|
599
|
+
export type mjtVisFlag = mjtVisFlagValue<0>|mjtVisFlagValue<1>|mjtVisFlagValue<2>|mjtVisFlagValue<3>|mjtVisFlagValue<4>|mjtVisFlagValue<5>|mjtVisFlagValue<6>|mjtVisFlagValue<7>|mjtVisFlagValue<8>|mjtVisFlagValue<9>|mjtVisFlagValue<10>|mjtVisFlagValue<11>|mjtVisFlagValue<12>|mjtVisFlagValue<13>|mjtVisFlagValue<14>|mjtVisFlagValue<15>|mjtVisFlagValue<16>|mjtVisFlagValue<17>|mjtVisFlagValue<18>|mjtVisFlagValue<19>|mjtVisFlagValue<20>|mjtVisFlagValue<21>|mjtVisFlagValue<22>|mjtVisFlagValue<23>|mjtVisFlagValue<24>|mjtVisFlagValue<25>|mjtVisFlagValue<26>|mjtVisFlagValue<27>|mjtVisFlagValue<28>|mjtVisFlagValue<29>|mjtVisFlagValue<30>|mjtVisFlagValue<31>;
|
|
600
|
+
|
|
601
|
+
export interface mjtWarningValue<T extends number> {
|
|
602
|
+
value: T;
|
|
603
|
+
}
|
|
604
|
+
export type mjtWarning = mjtWarningValue<0>|mjtWarningValue<1>|mjtWarningValue<2>|mjtWarningValue<3>|mjtWarningValue<4>|mjtWarningValue<5>|mjtWarningValue<6>|mjtWarningValue<7>|mjtWarningValue<8>;
|
|
605
|
+
|
|
606
|
+
export interface mjtWrapValue<T extends number> {
|
|
607
|
+
value: T;
|
|
608
|
+
}
|
|
609
|
+
export type mjtWrap = mjtWrapValue<0>|mjtWrapValue<1>|mjtWrapValue<2>|mjtWrapValue<3>|mjtWrapValue<4>|mjtWrapValue<5>;
|
|
610
|
+
|
|
611
|
+
export interface MjModelActuatorAccessor extends ClassHandle {
|
|
612
|
+
readonly id: number;
|
|
613
|
+
readonly name: string;
|
|
614
|
+
trntype: any;
|
|
615
|
+
dyntype: any;
|
|
616
|
+
gaintype: any;
|
|
617
|
+
biastype: any;
|
|
618
|
+
trnid: any;
|
|
619
|
+
actadr: any;
|
|
620
|
+
actnum: any;
|
|
621
|
+
group: any;
|
|
622
|
+
ctrllimited: any;
|
|
623
|
+
forcelimited: any;
|
|
624
|
+
actlimited: any;
|
|
625
|
+
dynprm: any;
|
|
626
|
+
gainprm: any;
|
|
627
|
+
biasprm: any;
|
|
628
|
+
ctrlrange: any;
|
|
629
|
+
forcerange: any;
|
|
630
|
+
actrange: any;
|
|
631
|
+
gear: any;
|
|
632
|
+
cranklength: any;
|
|
633
|
+
acc0: any;
|
|
634
|
+
length0: any;
|
|
635
|
+
lengthrange: any;
|
|
636
|
+
user: any;
|
|
637
|
+
}
|
|
638
|
+
|
|
639
|
+
export interface MjModelBodyAccessor extends ClassHandle {
|
|
640
|
+
readonly id: number;
|
|
641
|
+
readonly name: string;
|
|
642
|
+
parentid: any;
|
|
643
|
+
rootid: any;
|
|
644
|
+
weldid: any;
|
|
645
|
+
mocapid: any;
|
|
646
|
+
jntnum: any;
|
|
647
|
+
jntadr: any;
|
|
648
|
+
dofnum: any;
|
|
649
|
+
dofadr: any;
|
|
650
|
+
geomnum: any;
|
|
651
|
+
geomadr: any;
|
|
652
|
+
simple: any;
|
|
653
|
+
sameframe: any;
|
|
654
|
+
pos: any;
|
|
655
|
+
quat: any;
|
|
656
|
+
ipos: any;
|
|
657
|
+
iquat: any;
|
|
658
|
+
mass: any;
|
|
659
|
+
subtreemass: any;
|
|
660
|
+
inertia: any;
|
|
661
|
+
invweight0: any;
|
|
662
|
+
user: any;
|
|
663
|
+
}
|
|
664
|
+
|
|
665
|
+
export interface MjModelCameraAccessor extends ClassHandle {
|
|
666
|
+
readonly id: number;
|
|
667
|
+
readonly name: string;
|
|
668
|
+
mode: any;
|
|
669
|
+
bodyid: any;
|
|
670
|
+
targetbodyid: any;
|
|
671
|
+
pos: any;
|
|
672
|
+
quat: any;
|
|
673
|
+
poscom0: any;
|
|
674
|
+
pos0: any;
|
|
675
|
+
mat0: any;
|
|
676
|
+
fovy: any;
|
|
677
|
+
ipd: any;
|
|
678
|
+
user: any;
|
|
679
|
+
}
|
|
680
|
+
|
|
681
|
+
export interface MjModelEqualityAccessor extends ClassHandle {
|
|
682
|
+
readonly id: number;
|
|
683
|
+
readonly name: string;
|
|
684
|
+
type: any;
|
|
685
|
+
obj1id: any;
|
|
686
|
+
obj2id: any;
|
|
687
|
+
active0: any;
|
|
688
|
+
solref: any;
|
|
689
|
+
solimp: any;
|
|
690
|
+
data: any;
|
|
691
|
+
}
|
|
692
|
+
|
|
693
|
+
export interface MjModelExcludeAccessor extends ClassHandle {
|
|
694
|
+
readonly id: number;
|
|
695
|
+
readonly name: string;
|
|
696
|
+
signature: any;
|
|
697
|
+
}
|
|
698
|
+
|
|
699
|
+
export interface MjModelGeomAccessor extends ClassHandle {
|
|
700
|
+
readonly id: number;
|
|
701
|
+
readonly name: string;
|
|
702
|
+
type: any;
|
|
703
|
+
contype: any;
|
|
704
|
+
conaffinity: any;
|
|
705
|
+
condim: any;
|
|
706
|
+
bodyid: any;
|
|
707
|
+
dataid: any;
|
|
708
|
+
matid: any;
|
|
709
|
+
group: any;
|
|
710
|
+
priority: any;
|
|
711
|
+
sameframe: any;
|
|
712
|
+
solmix: any;
|
|
713
|
+
solref: any;
|
|
714
|
+
solimp: any;
|
|
715
|
+
size: any;
|
|
716
|
+
rbound: any;
|
|
717
|
+
pos: any;
|
|
718
|
+
quat: any;
|
|
719
|
+
friction: any;
|
|
720
|
+
margin: any;
|
|
721
|
+
gap: any;
|
|
722
|
+
user: any;
|
|
723
|
+
rgba: any;
|
|
724
|
+
}
|
|
725
|
+
|
|
726
|
+
export interface MjModelHfieldAccessor extends ClassHandle {
|
|
727
|
+
readonly id: number;
|
|
728
|
+
readonly name: string;
|
|
729
|
+
size: any;
|
|
730
|
+
nrow: any;
|
|
731
|
+
ncol: any;
|
|
732
|
+
adr: any;
|
|
733
|
+
data: any;
|
|
734
|
+
}
|
|
735
|
+
|
|
736
|
+
export interface MjModelJointAccessor extends ClassHandle {
|
|
737
|
+
readonly id: number;
|
|
738
|
+
readonly name: string;
|
|
739
|
+
qpos0: any;
|
|
740
|
+
qpos_spring: any;
|
|
741
|
+
type: any;
|
|
742
|
+
qposadr: any;
|
|
743
|
+
dofadr: any;
|
|
744
|
+
group: any;
|
|
745
|
+
limited: any;
|
|
746
|
+
pos: any;
|
|
747
|
+
axis: any;
|
|
748
|
+
stiffness: any;
|
|
749
|
+
range: any;
|
|
750
|
+
margin: any;
|
|
751
|
+
user: any;
|
|
752
|
+
bodyid: any;
|
|
753
|
+
jntid: any;
|
|
754
|
+
parentid: any;
|
|
755
|
+
Madr: any;
|
|
756
|
+
simplenum: any;
|
|
757
|
+
solref: any;
|
|
758
|
+
solimp: any;
|
|
759
|
+
frictionloss: any;
|
|
760
|
+
armature: any;
|
|
761
|
+
damping: any;
|
|
762
|
+
invweight0: any;
|
|
763
|
+
M0: any;
|
|
764
|
+
}
|
|
765
|
+
|
|
766
|
+
export interface MjModelLightAccessor extends ClassHandle {
|
|
767
|
+
readonly id: number;
|
|
768
|
+
readonly name: string;
|
|
769
|
+
mode: any;
|
|
770
|
+
bodyid: any;
|
|
771
|
+
targetbodyid: any;
|
|
772
|
+
type: any;
|
|
773
|
+
castshadow: any;
|
|
774
|
+
active: any;
|
|
775
|
+
pos: any;
|
|
776
|
+
dir: any;
|
|
777
|
+
poscom0: any;
|
|
778
|
+
pos0: any;
|
|
779
|
+
dir0: any;
|
|
780
|
+
attenuation: any;
|
|
781
|
+
cutoff: any;
|
|
782
|
+
exponent: any;
|
|
783
|
+
ambient: any;
|
|
784
|
+
diffuse: any;
|
|
785
|
+
specular: any;
|
|
786
|
+
}
|
|
787
|
+
|
|
788
|
+
export interface MjModelMaterialAccessor extends ClassHandle {
|
|
789
|
+
readonly id: number;
|
|
790
|
+
readonly name: string;
|
|
791
|
+
texid: any;
|
|
792
|
+
texuniform: any;
|
|
793
|
+
texrepeat: any;
|
|
794
|
+
emission: any;
|
|
795
|
+
specular: any;
|
|
796
|
+
shininess: any;
|
|
797
|
+
reflectance: any;
|
|
798
|
+
rgba: any;
|
|
799
|
+
}
|
|
800
|
+
|
|
801
|
+
export interface MjModelMeshAccessor extends ClassHandle {
|
|
802
|
+
readonly id: number;
|
|
803
|
+
readonly name: string;
|
|
804
|
+
vertadr: any;
|
|
805
|
+
vertnum: any;
|
|
806
|
+
texcoordadr: any;
|
|
807
|
+
faceadr: any;
|
|
808
|
+
facenum: any;
|
|
809
|
+
graphadr: any;
|
|
810
|
+
}
|
|
811
|
+
|
|
812
|
+
export interface MjModelNumericAccessor extends ClassHandle {
|
|
813
|
+
readonly id: number;
|
|
814
|
+
readonly name: string;
|
|
815
|
+
adr: any;
|
|
816
|
+
size: any;
|
|
817
|
+
data: any;
|
|
818
|
+
}
|
|
819
|
+
|
|
820
|
+
export interface MjModelPairAccessor extends ClassHandle {
|
|
821
|
+
readonly id: number;
|
|
822
|
+
readonly name: string;
|
|
823
|
+
dim: any;
|
|
824
|
+
geom1: any;
|
|
825
|
+
geom2: any;
|
|
826
|
+
signature: any;
|
|
827
|
+
solref: any;
|
|
828
|
+
solimp: any;
|
|
829
|
+
margin: any;
|
|
830
|
+
gap: any;
|
|
831
|
+
friction: any;
|
|
832
|
+
}
|
|
833
|
+
|
|
834
|
+
export interface MjModelSensorAccessor extends ClassHandle {
|
|
835
|
+
readonly id: number;
|
|
836
|
+
readonly name: string;
|
|
837
|
+
type: any;
|
|
838
|
+
datatype: any;
|
|
839
|
+
needstage: any;
|
|
840
|
+
objtype: any;
|
|
841
|
+
objid: any;
|
|
842
|
+
reftype: any;
|
|
843
|
+
refid: any;
|
|
844
|
+
dim: any;
|
|
845
|
+
adr: any;
|
|
846
|
+
cutoff: any;
|
|
847
|
+
noise: any;
|
|
848
|
+
user: any;
|
|
849
|
+
}
|
|
850
|
+
|
|
851
|
+
export interface MjModelSiteAccessor extends ClassHandle {
|
|
852
|
+
readonly id: number;
|
|
853
|
+
readonly name: string;
|
|
854
|
+
type: any;
|
|
855
|
+
bodyid: any;
|
|
856
|
+
matid: any;
|
|
857
|
+
group: any;
|
|
858
|
+
sameframe: any;
|
|
859
|
+
size: any;
|
|
860
|
+
pos: any;
|
|
861
|
+
quat: any;
|
|
862
|
+
user: any;
|
|
863
|
+
rgba: any;
|
|
864
|
+
}
|
|
865
|
+
|
|
866
|
+
export interface MjModelSkinAccessor extends ClassHandle {
|
|
867
|
+
readonly id: number;
|
|
868
|
+
readonly name: string;
|
|
869
|
+
matid: any;
|
|
870
|
+
rgba: any;
|
|
871
|
+
inflate: any;
|
|
872
|
+
vertadr: any;
|
|
873
|
+
vertnum: any;
|
|
874
|
+
texcoordadr: any;
|
|
875
|
+
faceadr: any;
|
|
876
|
+
facenum: any;
|
|
877
|
+
boneadr: any;
|
|
878
|
+
bonenum: any;
|
|
879
|
+
}
|
|
880
|
+
|
|
881
|
+
export interface MjModelTendonAccessor extends ClassHandle {
|
|
882
|
+
readonly id: number;
|
|
883
|
+
readonly name: string;
|
|
884
|
+
_adr: any;
|
|
885
|
+
_num: any;
|
|
886
|
+
_matid: any;
|
|
887
|
+
_group: any;
|
|
888
|
+
_limited: any;
|
|
889
|
+
_width: any;
|
|
890
|
+
_solref_lim: any;
|
|
891
|
+
_solimp_lim: any;
|
|
892
|
+
_solref_fri: any;
|
|
893
|
+
_solimp_fri: any;
|
|
894
|
+
_range: any;
|
|
895
|
+
_margin: any;
|
|
896
|
+
_stiffness: any;
|
|
897
|
+
_damping: any;
|
|
898
|
+
_frictionloss: any;
|
|
899
|
+
_lengthspring: any;
|
|
900
|
+
_length0: any;
|
|
901
|
+
_invweight0: any;
|
|
902
|
+
_user: any;
|
|
903
|
+
_rgba: any;
|
|
904
|
+
}
|
|
905
|
+
|
|
906
|
+
export interface MjModelTextureAccessor extends ClassHandle {
|
|
907
|
+
readonly id: number;
|
|
908
|
+
readonly name: string;
|
|
909
|
+
type: any;
|
|
910
|
+
height: any;
|
|
911
|
+
width: any;
|
|
912
|
+
nchannel: any;
|
|
913
|
+
adr: any;
|
|
914
|
+
data: any;
|
|
915
|
+
}
|
|
916
|
+
|
|
917
|
+
export interface MjModelTupleAccessor extends ClassHandle {
|
|
918
|
+
readonly id: number;
|
|
919
|
+
readonly name: string;
|
|
920
|
+
adr: any;
|
|
921
|
+
size: any;
|
|
922
|
+
objtype: any;
|
|
923
|
+
objid: any;
|
|
924
|
+
objprm: any;
|
|
925
|
+
}
|
|
926
|
+
|
|
927
|
+
export interface MjModelKeyframeAccessor extends ClassHandle {
|
|
928
|
+
readonly id: number;
|
|
929
|
+
readonly name: string;
|
|
930
|
+
time: any;
|
|
931
|
+
qpos: any;
|
|
932
|
+
qvel: any;
|
|
933
|
+
act: any;
|
|
934
|
+
mpos: any;
|
|
935
|
+
mquat: any;
|
|
936
|
+
ctrl: any;
|
|
937
|
+
}
|
|
938
|
+
|
|
939
|
+
export interface MjDataActuatorAccessor extends ClassHandle {
|
|
940
|
+
readonly id: number;
|
|
941
|
+
readonly name: string;
|
|
942
|
+
ctrl: any;
|
|
943
|
+
length: any;
|
|
944
|
+
moment: any;
|
|
945
|
+
velocity: any;
|
|
946
|
+
force: any;
|
|
947
|
+
}
|
|
948
|
+
|
|
949
|
+
export interface MjDataBodyAccessor extends ClassHandle {
|
|
950
|
+
readonly id: number;
|
|
951
|
+
readonly name: string;
|
|
952
|
+
xfrc_applied: any;
|
|
953
|
+
xpos: any;
|
|
954
|
+
xquat: any;
|
|
955
|
+
xmat: any;
|
|
956
|
+
xipos: any;
|
|
957
|
+
ximat: any;
|
|
958
|
+
subtree_com: any;
|
|
959
|
+
cinert: any;
|
|
960
|
+
crb: any;
|
|
961
|
+
cvel: any;
|
|
962
|
+
subtree_linvel: any;
|
|
963
|
+
subtree_angmom: any;
|
|
964
|
+
cacc: any;
|
|
965
|
+
cfrc_int: any;
|
|
966
|
+
cfrc_ext: any;
|
|
967
|
+
}
|
|
968
|
+
|
|
969
|
+
export interface MjDataCameraAccessor extends ClassHandle {
|
|
970
|
+
readonly id: number;
|
|
971
|
+
readonly name: string;
|
|
972
|
+
xpos: any;
|
|
973
|
+
xmat: any;
|
|
974
|
+
}
|
|
975
|
+
|
|
976
|
+
export interface MjDataGeomAccessor extends ClassHandle {
|
|
977
|
+
readonly id: number;
|
|
978
|
+
readonly name: string;
|
|
979
|
+
xpos: any;
|
|
980
|
+
xmat: any;
|
|
981
|
+
}
|
|
982
|
+
|
|
983
|
+
export interface MjDataJointAccessor extends ClassHandle {
|
|
984
|
+
readonly id: number;
|
|
985
|
+
readonly name: string;
|
|
986
|
+
qpos: any;
|
|
987
|
+
qvel: any;
|
|
988
|
+
qacc_warmstart: any;
|
|
989
|
+
qfrc_applied: any;
|
|
990
|
+
qacc: any;
|
|
991
|
+
xanchor: any;
|
|
992
|
+
xaxis: any;
|
|
993
|
+
cdof: any;
|
|
994
|
+
qLDiagInv: any;
|
|
995
|
+
cdof_dot: any;
|
|
996
|
+
qfrc_bias: any;
|
|
997
|
+
qfrc_passive: any;
|
|
998
|
+
qfrc_actuator: any;
|
|
999
|
+
qfrc_smooth: any;
|
|
1000
|
+
qacc_smooth: any;
|
|
1001
|
+
qfrc_constraint: any;
|
|
1002
|
+
qfrc_inverse: any;
|
|
1003
|
+
}
|
|
1004
|
+
|
|
1005
|
+
export interface MjDataLightAccessor extends ClassHandle {
|
|
1006
|
+
readonly id: number;
|
|
1007
|
+
readonly name: string;
|
|
1008
|
+
xpos: any;
|
|
1009
|
+
xdir: any;
|
|
1010
|
+
}
|
|
1011
|
+
|
|
1012
|
+
export interface MjDataSensorAccessor extends ClassHandle {
|
|
1013
|
+
readonly id: number;
|
|
1014
|
+
readonly name: string;
|
|
1015
|
+
data: any;
|
|
1016
|
+
}
|
|
1017
|
+
|
|
1018
|
+
export interface MjDataSiteAccessor extends ClassHandle {
|
|
1019
|
+
readonly id: number;
|
|
1020
|
+
readonly name: string;
|
|
1021
|
+
xpos: any;
|
|
1022
|
+
xmat: any;
|
|
1023
|
+
}
|
|
1024
|
+
|
|
1025
|
+
export interface MjDataTendonAccessor extends ClassHandle {
|
|
1026
|
+
readonly id: number;
|
|
1027
|
+
readonly name: string;
|
|
1028
|
+
wrapadr: any;
|
|
1029
|
+
wrapnum: any;
|
|
1030
|
+
J_rownnz: any;
|
|
1031
|
+
J_rowadr: any;
|
|
1032
|
+
J_colind: any;
|
|
1033
|
+
length: any;
|
|
1034
|
+
J: any;
|
|
1035
|
+
velocity: any;
|
|
1036
|
+
}
|
|
1037
|
+
|
|
1038
|
+
export interface MjContact extends ClassHandle {
|
|
1039
|
+
dim: number;
|
|
1040
|
+
efc_address: number;
|
|
1041
|
+
exclude: number;
|
|
1042
|
+
geom1: number;
|
|
1043
|
+
geom2: number;
|
|
1044
|
+
dist: number;
|
|
1045
|
+
includemargin: number;
|
|
1046
|
+
mu: number;
|
|
1047
|
+
readonly H: any;
|
|
1048
|
+
readonly elem: any;
|
|
1049
|
+
readonly flex: any;
|
|
1050
|
+
readonly frame: any;
|
|
1051
|
+
readonly friction: any;
|
|
1052
|
+
readonly geom: any;
|
|
1053
|
+
readonly pos: any;
|
|
1054
|
+
readonly solimp: any;
|
|
1055
|
+
readonly solref: any;
|
|
1056
|
+
readonly solreffriction: any;
|
|
1057
|
+
readonly vert: any;
|
|
1058
|
+
copy(): MjContact;
|
|
1059
|
+
}
|
|
1060
|
+
|
|
1061
|
+
export interface MjData extends ClassHandle {
|
|
1062
|
+
solver: MjSolverStatVec;
|
|
1063
|
+
timer: MjTimerStatVec;
|
|
1064
|
+
warning: MjWarningStatVec;
|
|
1065
|
+
readonly contact: MjContactVec;
|
|
1066
|
+
flg_energypos: number;
|
|
1067
|
+
flg_energyvel: number;
|
|
1068
|
+
flg_rnepost: number;
|
|
1069
|
+
flg_subtreevel: number;
|
|
1070
|
+
maxuse_arena: number;
|
|
1071
|
+
maxuse_con: number;
|
|
1072
|
+
maxuse_efc: number;
|
|
1073
|
+
maxuse_stack: number;
|
|
1074
|
+
nA: number;
|
|
1075
|
+
nJ: number;
|
|
1076
|
+
narena: number;
|
|
1077
|
+
nbody_awake: number;
|
|
1078
|
+
nbuffer: number;
|
|
1079
|
+
ncon: number;
|
|
1080
|
+
ne: number;
|
|
1081
|
+
nefc: number;
|
|
1082
|
+
nf: number;
|
|
1083
|
+
nidof: number;
|
|
1084
|
+
nisland: number;
|
|
1085
|
+
nl: number;
|
|
1086
|
+
nparent_awake: number;
|
|
1087
|
+
nplugin: number;
|
|
1088
|
+
ntree_awake: number;
|
|
1089
|
+
nv_awake: number;
|
|
1090
|
+
parena: number;
|
|
1091
|
+
pbase: number;
|
|
1092
|
+
pstack: number;
|
|
1093
|
+
threadpool: number;
|
|
1094
|
+
signature: bigint;
|
|
1095
|
+
time: number;
|
|
1096
|
+
readonly M: any;
|
|
1097
|
+
readonly act: any;
|
|
1098
|
+
readonly act_dot: any;
|
|
1099
|
+
readonly actuator_force: any;
|
|
1100
|
+
readonly actuator_length: any;
|
|
1101
|
+
readonly actuator_moment: any;
|
|
1102
|
+
readonly actuator_velocity: any;
|
|
1103
|
+
readonly arena: any;
|
|
1104
|
+
readonly body_awake: any;
|
|
1105
|
+
readonly body_awake_ind: any;
|
|
1106
|
+
readonly buffer: any;
|
|
1107
|
+
readonly bvh_aabb_dyn: any;
|
|
1108
|
+
readonly bvh_active: any;
|
|
1109
|
+
readonly cacc: any;
|
|
1110
|
+
readonly cam_xmat: any;
|
|
1111
|
+
readonly cam_xpos: any;
|
|
1112
|
+
readonly cdof: any;
|
|
1113
|
+
readonly cdof_dot: any;
|
|
1114
|
+
readonly cfrc_ext: any;
|
|
1115
|
+
readonly cfrc_int: any;
|
|
1116
|
+
readonly cinert: any;
|
|
1117
|
+
readonly crb: any;
|
|
1118
|
+
readonly ctrl: any;
|
|
1119
|
+
readonly cvel: any;
|
|
1120
|
+
readonly dof_awake_ind: any;
|
|
1121
|
+
readonly dof_island: any;
|
|
1122
|
+
readonly efc_AR: any;
|
|
1123
|
+
readonly efc_AR_colind: any;
|
|
1124
|
+
readonly efc_AR_rowadr: any;
|
|
1125
|
+
readonly efc_AR_rownnz: any;
|
|
1126
|
+
readonly efc_D: any;
|
|
1127
|
+
readonly efc_J: any;
|
|
1128
|
+
readonly efc_J_colind: any;
|
|
1129
|
+
readonly efc_J_rowadr: any;
|
|
1130
|
+
readonly efc_J_rownnz: any;
|
|
1131
|
+
readonly efc_J_rowsuper: any;
|
|
1132
|
+
readonly efc_KBIP: any;
|
|
1133
|
+
readonly efc_R: any;
|
|
1134
|
+
readonly efc_aref: any;
|
|
1135
|
+
readonly efc_b: any;
|
|
1136
|
+
readonly efc_diagApprox: any;
|
|
1137
|
+
readonly efc_force: any;
|
|
1138
|
+
readonly efc_frictionloss: any;
|
|
1139
|
+
readonly efc_id: any;
|
|
1140
|
+
readonly efc_island: any;
|
|
1141
|
+
readonly efc_margin: any;
|
|
1142
|
+
readonly efc_pos: any;
|
|
1143
|
+
readonly efc_state: any;
|
|
1144
|
+
readonly efc_type: any;
|
|
1145
|
+
readonly efc_vel: any;
|
|
1146
|
+
readonly energy: any;
|
|
1147
|
+
readonly eq_active: any;
|
|
1148
|
+
readonly flexedge_J: any;
|
|
1149
|
+
readonly flexedge_length: any;
|
|
1150
|
+
readonly flexedge_velocity: any;
|
|
1151
|
+
readonly flexelem_aabb: any;
|
|
1152
|
+
readonly flexvert_J: any;
|
|
1153
|
+
readonly flexvert_length: any;
|
|
1154
|
+
readonly flexvert_xpos: any;
|
|
1155
|
+
readonly geom_xmat: any;
|
|
1156
|
+
readonly geom_xpos: any;
|
|
1157
|
+
readonly history: any;
|
|
1158
|
+
readonly iLD: any;
|
|
1159
|
+
readonly iLDiagInv: any;
|
|
1160
|
+
readonly iM: any;
|
|
1161
|
+
readonly iM_colind: any;
|
|
1162
|
+
readonly iM_rowadr: any;
|
|
1163
|
+
readonly iM_rownnz: any;
|
|
1164
|
+
readonly iacc: any;
|
|
1165
|
+
readonly iacc_smooth: any;
|
|
1166
|
+
readonly iefc_D: any;
|
|
1167
|
+
readonly iefc_J: any;
|
|
1168
|
+
readonly iefc_J_colind: any;
|
|
1169
|
+
readonly iefc_J_rowadr: any;
|
|
1170
|
+
readonly iefc_J_rownnz: any;
|
|
1171
|
+
readonly iefc_J_rowsuper: any;
|
|
1172
|
+
readonly iefc_R: any;
|
|
1173
|
+
readonly iefc_aref: any;
|
|
1174
|
+
readonly iefc_force: any;
|
|
1175
|
+
readonly iefc_frictionloss: any;
|
|
1176
|
+
readonly iefc_id: any;
|
|
1177
|
+
readonly iefc_state: any;
|
|
1178
|
+
readonly iefc_type: any;
|
|
1179
|
+
readonly ifrc_constraint: any;
|
|
1180
|
+
readonly ifrc_smooth: any;
|
|
1181
|
+
readonly island_dofadr: any;
|
|
1182
|
+
readonly island_idofadr: any;
|
|
1183
|
+
readonly island_iefcadr: any;
|
|
1184
|
+
readonly island_itreeadr: any;
|
|
1185
|
+
readonly island_ne: any;
|
|
1186
|
+
readonly island_nefc: any;
|
|
1187
|
+
readonly island_nf: any;
|
|
1188
|
+
readonly island_ntree: any;
|
|
1189
|
+
readonly island_nv: any;
|
|
1190
|
+
readonly light_xdir: any;
|
|
1191
|
+
readonly light_xpos: any;
|
|
1192
|
+
readonly map_dof2idof: any;
|
|
1193
|
+
readonly map_efc2iefc: any;
|
|
1194
|
+
readonly map_idof2dof: any;
|
|
1195
|
+
readonly map_iefc2efc: any;
|
|
1196
|
+
readonly map_itree2tree: any;
|
|
1197
|
+
readonly maxuse_threadstack: any;
|
|
1198
|
+
readonly mocap_pos: any;
|
|
1199
|
+
readonly mocap_quat: any;
|
|
1200
|
+
readonly moment_colind: any;
|
|
1201
|
+
readonly moment_rowadr: any;
|
|
1202
|
+
readonly moment_rownnz: any;
|
|
1203
|
+
readonly parent_awake_ind: any;
|
|
1204
|
+
readonly plugin: any;
|
|
1205
|
+
readonly plugin_data: any;
|
|
1206
|
+
readonly plugin_state: any;
|
|
1207
|
+
readonly qDeriv: any;
|
|
1208
|
+
readonly qH: any;
|
|
1209
|
+
readonly qHDiagInv: any;
|
|
1210
|
+
readonly qLD: any;
|
|
1211
|
+
readonly qLDiagInv: any;
|
|
1212
|
+
readonly qLU: any;
|
|
1213
|
+
readonly qM: any;
|
|
1214
|
+
readonly qacc: any;
|
|
1215
|
+
readonly qacc_smooth: any;
|
|
1216
|
+
readonly qacc_warmstart: any;
|
|
1217
|
+
readonly qfrc_actuator: any;
|
|
1218
|
+
readonly qfrc_applied: any;
|
|
1219
|
+
readonly qfrc_bias: any;
|
|
1220
|
+
readonly qfrc_constraint: any;
|
|
1221
|
+
readonly qfrc_damper: any;
|
|
1222
|
+
readonly qfrc_fluid: any;
|
|
1223
|
+
readonly qfrc_gravcomp: any;
|
|
1224
|
+
readonly qfrc_inverse: any;
|
|
1225
|
+
readonly qfrc_passive: any;
|
|
1226
|
+
readonly qfrc_smooth: any;
|
|
1227
|
+
readonly qfrc_spring: any;
|
|
1228
|
+
readonly qpos: any;
|
|
1229
|
+
readonly qvel: any;
|
|
1230
|
+
readonly sensordata: any;
|
|
1231
|
+
readonly site_xmat: any;
|
|
1232
|
+
readonly site_xpos: any;
|
|
1233
|
+
readonly solver_fwdinv: any;
|
|
1234
|
+
readonly solver_niter: any;
|
|
1235
|
+
readonly solver_nnz: any;
|
|
1236
|
+
readonly subtree_angmom: any;
|
|
1237
|
+
readonly subtree_com: any;
|
|
1238
|
+
readonly subtree_linvel: any;
|
|
1239
|
+
readonly ten_J: any;
|
|
1240
|
+
readonly ten_J_colind: any;
|
|
1241
|
+
readonly ten_J_rowadr: any;
|
|
1242
|
+
readonly ten_J_rownnz: any;
|
|
1243
|
+
readonly ten_length: any;
|
|
1244
|
+
readonly ten_velocity: any;
|
|
1245
|
+
readonly ten_wrapadr: any;
|
|
1246
|
+
readonly ten_wrapnum: any;
|
|
1247
|
+
readonly tendon_efcadr: any;
|
|
1248
|
+
readonly tree_asleep: any;
|
|
1249
|
+
readonly tree_awake: any;
|
|
1250
|
+
readonly tree_island: any;
|
|
1251
|
+
readonly userdata: any;
|
|
1252
|
+
readonly wrap_obj: any;
|
|
1253
|
+
readonly wrap_xpos: any;
|
|
1254
|
+
readonly xanchor: any;
|
|
1255
|
+
readonly xaxis: any;
|
|
1256
|
+
readonly xfrc_applied: any;
|
|
1257
|
+
readonly ximat: any;
|
|
1258
|
+
readonly xipos: any;
|
|
1259
|
+
readonly xmat: any;
|
|
1260
|
+
readonly xpos: any;
|
|
1261
|
+
readonly xquat: any;
|
|
1262
|
+
actuator(_0: number|string): MjDataActuatorAccessor;
|
|
1263
|
+
body(_0: number|string): MjDataBodyAccessor;
|
|
1264
|
+
cam(_0: number|string): MjDataCameraAccessor;
|
|
1265
|
+
geom(_0: number|string): MjDataGeomAccessor;
|
|
1266
|
+
jnt(_0: number|string): MjDataJointAccessor;
|
|
1267
|
+
light(_0: number|string): MjDataLightAccessor;
|
|
1268
|
+
sensor(_0: number|string): MjDataSensorAccessor;
|
|
1269
|
+
site(_0: number|string): MjDataSiteAccessor;
|
|
1270
|
+
tendon(_0: number|string): MjDataTendonAccessor;
|
|
1271
|
+
}
|
|
1272
|
+
|
|
1273
|
+
export interface MjLROpt extends ClassHandle {
|
|
1274
|
+
mode: number;
|
|
1275
|
+
useexisting: number;
|
|
1276
|
+
uselimit: number;
|
|
1277
|
+
accel: number;
|
|
1278
|
+
interval: number;
|
|
1279
|
+
inttotal: number;
|
|
1280
|
+
maxforce: number;
|
|
1281
|
+
timeconst: number;
|
|
1282
|
+
timestep: number;
|
|
1283
|
+
tolrange: number;
|
|
1284
|
+
copy(): MjLROpt;
|
|
1285
|
+
}
|
|
1286
|
+
|
|
1287
|
+
export interface MjModel extends ClassHandle {
|
|
1288
|
+
opt: MjOption;
|
|
1289
|
+
stat: MjStatistic;
|
|
1290
|
+
vis: MjVisual;
|
|
1291
|
+
nB: number;
|
|
1292
|
+
nC: number;
|
|
1293
|
+
nD: number;
|
|
1294
|
+
nJfe: number;
|
|
1295
|
+
nJfv: number;
|
|
1296
|
+
nJmom: number;
|
|
1297
|
+
nM: number;
|
|
1298
|
+
na: number;
|
|
1299
|
+
narena: number;
|
|
1300
|
+
nbody: number;
|
|
1301
|
+
nbuffer: number;
|
|
1302
|
+
nbvh: number;
|
|
1303
|
+
nbvhdynamic: number;
|
|
1304
|
+
nbvhstatic: number;
|
|
1305
|
+
ncam: number;
|
|
1306
|
+
nconmax: number;
|
|
1307
|
+
nemax: number;
|
|
1308
|
+
neq: number;
|
|
1309
|
+
nexclude: number;
|
|
1310
|
+
nflex: number;
|
|
1311
|
+
nflexedge: number;
|
|
1312
|
+
nflexelem: number;
|
|
1313
|
+
nflexelemdata: number;
|
|
1314
|
+
nflexelemedge: number;
|
|
1315
|
+
nflexevpair: number;
|
|
1316
|
+
nflexnode: number;
|
|
1317
|
+
nflexshelldata: number;
|
|
1318
|
+
nflextexcoord: number;
|
|
1319
|
+
nflexvert: number;
|
|
1320
|
+
ngeom: number;
|
|
1321
|
+
ngravcomp: number;
|
|
1322
|
+
nhfield: number;
|
|
1323
|
+
nhfielddata: number;
|
|
1324
|
+
nhistory: number;
|
|
1325
|
+
njmax: number;
|
|
1326
|
+
njnt: number;
|
|
1327
|
+
nkey: number;
|
|
1328
|
+
nlight: number;
|
|
1329
|
+
nmat: number;
|
|
1330
|
+
nmesh: number;
|
|
1331
|
+
nmeshface: number;
|
|
1332
|
+
nmeshgraph: number;
|
|
1333
|
+
nmeshnormal: number;
|
|
1334
|
+
nmeshpoly: number;
|
|
1335
|
+
nmeshpolymap: number;
|
|
1336
|
+
nmeshpolyvert: number;
|
|
1337
|
+
nmeshtexcoord: number;
|
|
1338
|
+
nmeshvert: number;
|
|
1339
|
+
nmocap: number;
|
|
1340
|
+
nnames: number;
|
|
1341
|
+
nnames_map: number;
|
|
1342
|
+
nnumeric: number;
|
|
1343
|
+
nnumericdata: number;
|
|
1344
|
+
noct: number;
|
|
1345
|
+
npair: number;
|
|
1346
|
+
npaths: number;
|
|
1347
|
+
nplugin: number;
|
|
1348
|
+
npluginattr: number;
|
|
1349
|
+
npluginstate: number;
|
|
1350
|
+
nq: number;
|
|
1351
|
+
nsensor: number;
|
|
1352
|
+
nsensordata: number;
|
|
1353
|
+
nsite: number;
|
|
1354
|
+
nskin: number;
|
|
1355
|
+
nskinbone: number;
|
|
1356
|
+
nskinbonevert: number;
|
|
1357
|
+
nskinface: number;
|
|
1358
|
+
nskintexvert: number;
|
|
1359
|
+
nskinvert: number;
|
|
1360
|
+
ntendon: number;
|
|
1361
|
+
ntex: number;
|
|
1362
|
+
ntexdata: number;
|
|
1363
|
+
ntext: number;
|
|
1364
|
+
ntextdata: number;
|
|
1365
|
+
ntree: number;
|
|
1366
|
+
ntuple: number;
|
|
1367
|
+
ntupledata: number;
|
|
1368
|
+
nu: number;
|
|
1369
|
+
nuser_actuator: number;
|
|
1370
|
+
nuser_body: number;
|
|
1371
|
+
nuser_cam: number;
|
|
1372
|
+
nuser_geom: number;
|
|
1373
|
+
nuser_jnt: number;
|
|
1374
|
+
nuser_sensor: number;
|
|
1375
|
+
nuser_site: number;
|
|
1376
|
+
nuser_tendon: number;
|
|
1377
|
+
nuserdata: number;
|
|
1378
|
+
nv: number;
|
|
1379
|
+
nwrap: number;
|
|
1380
|
+
signature: bigint;
|
|
1381
|
+
readonly B_colind: any;
|
|
1382
|
+
readonly B_rowadr: any;
|
|
1383
|
+
readonly B_rownnz: any;
|
|
1384
|
+
readonly D_colind: any;
|
|
1385
|
+
readonly D_diag: any;
|
|
1386
|
+
readonly D_rowadr: any;
|
|
1387
|
+
readonly D_rownnz: any;
|
|
1388
|
+
readonly M_colind: any;
|
|
1389
|
+
readonly M_rowadr: any;
|
|
1390
|
+
readonly M_rownnz: any;
|
|
1391
|
+
readonly actuator_acc0: any;
|
|
1392
|
+
readonly actuator_actadr: any;
|
|
1393
|
+
readonly actuator_actearly: any;
|
|
1394
|
+
readonly actuator_actlimited: any;
|
|
1395
|
+
readonly actuator_actnum: any;
|
|
1396
|
+
readonly actuator_actrange: any;
|
|
1397
|
+
readonly actuator_biasprm: any;
|
|
1398
|
+
readonly actuator_biastype: any;
|
|
1399
|
+
readonly actuator_cranklength: any;
|
|
1400
|
+
readonly actuator_ctrllimited: any;
|
|
1401
|
+
readonly actuator_ctrlrange: any;
|
|
1402
|
+
readonly actuator_delay: any;
|
|
1403
|
+
readonly actuator_dynprm: any;
|
|
1404
|
+
readonly actuator_dyntype: any;
|
|
1405
|
+
readonly actuator_forcelimited: any;
|
|
1406
|
+
readonly actuator_forcerange: any;
|
|
1407
|
+
readonly actuator_gainprm: any;
|
|
1408
|
+
readonly actuator_gaintype: any;
|
|
1409
|
+
readonly actuator_gear: any;
|
|
1410
|
+
readonly actuator_group: any;
|
|
1411
|
+
readonly actuator_history: any;
|
|
1412
|
+
readonly actuator_historyadr: any;
|
|
1413
|
+
readonly actuator_length0: any;
|
|
1414
|
+
readonly actuator_lengthrange: any;
|
|
1415
|
+
readonly actuator_plugin: any;
|
|
1416
|
+
readonly actuator_trnid: any;
|
|
1417
|
+
readonly actuator_trntype: any;
|
|
1418
|
+
readonly actuator_user: any;
|
|
1419
|
+
readonly body_bvhadr: any;
|
|
1420
|
+
readonly body_bvhnum: any;
|
|
1421
|
+
readonly body_conaffinity: any;
|
|
1422
|
+
readonly body_contype: any;
|
|
1423
|
+
readonly body_dofadr: any;
|
|
1424
|
+
readonly body_dofnum: any;
|
|
1425
|
+
readonly body_geomadr: any;
|
|
1426
|
+
readonly body_geomnum: any;
|
|
1427
|
+
readonly body_gravcomp: any;
|
|
1428
|
+
readonly body_inertia: any;
|
|
1429
|
+
readonly body_invweight0: any;
|
|
1430
|
+
readonly body_ipos: any;
|
|
1431
|
+
readonly body_iquat: any;
|
|
1432
|
+
readonly body_jntadr: any;
|
|
1433
|
+
readonly body_jntnum: any;
|
|
1434
|
+
readonly body_margin: any;
|
|
1435
|
+
readonly body_mass: any;
|
|
1436
|
+
readonly body_mocapid: any;
|
|
1437
|
+
readonly body_parentid: any;
|
|
1438
|
+
readonly body_plugin: any;
|
|
1439
|
+
readonly body_pos: any;
|
|
1440
|
+
readonly body_quat: any;
|
|
1441
|
+
readonly body_rootid: any;
|
|
1442
|
+
readonly body_sameframe: any;
|
|
1443
|
+
readonly body_simple: any;
|
|
1444
|
+
readonly body_subtreemass: any;
|
|
1445
|
+
readonly body_treeid: any;
|
|
1446
|
+
readonly body_user: any;
|
|
1447
|
+
readonly body_weldid: any;
|
|
1448
|
+
readonly buffer: any;
|
|
1449
|
+
readonly bvh_aabb: any;
|
|
1450
|
+
readonly bvh_child: any;
|
|
1451
|
+
readonly bvh_depth: any;
|
|
1452
|
+
readonly bvh_nodeid: any;
|
|
1453
|
+
readonly cam_bodyid: any;
|
|
1454
|
+
readonly cam_fovy: any;
|
|
1455
|
+
readonly cam_intrinsic: any;
|
|
1456
|
+
readonly cam_ipd: any;
|
|
1457
|
+
readonly cam_mat0: any;
|
|
1458
|
+
readonly cam_mode: any;
|
|
1459
|
+
readonly cam_output: any;
|
|
1460
|
+
readonly cam_pos: any;
|
|
1461
|
+
readonly cam_pos0: any;
|
|
1462
|
+
readonly cam_poscom0: any;
|
|
1463
|
+
readonly cam_projection: any;
|
|
1464
|
+
readonly cam_quat: any;
|
|
1465
|
+
readonly cam_resolution: any;
|
|
1466
|
+
readonly cam_sensorsize: any;
|
|
1467
|
+
readonly cam_targetbodyid: any;
|
|
1468
|
+
readonly cam_user: any;
|
|
1469
|
+
readonly dof_M0: any;
|
|
1470
|
+
readonly dof_Madr: any;
|
|
1471
|
+
readonly dof_armature: any;
|
|
1472
|
+
readonly dof_bodyid: any;
|
|
1473
|
+
readonly dof_damping: any;
|
|
1474
|
+
readonly dof_frictionloss: any;
|
|
1475
|
+
readonly dof_invweight0: any;
|
|
1476
|
+
readonly dof_jntid: any;
|
|
1477
|
+
readonly dof_length: any;
|
|
1478
|
+
readonly dof_parentid: any;
|
|
1479
|
+
readonly dof_simplenum: any;
|
|
1480
|
+
readonly dof_solimp: any;
|
|
1481
|
+
readonly dof_solref: any;
|
|
1482
|
+
readonly dof_treeid: any;
|
|
1483
|
+
readonly eq_active0: any;
|
|
1484
|
+
readonly eq_data: any;
|
|
1485
|
+
readonly eq_obj1id: any;
|
|
1486
|
+
readonly eq_obj2id: any;
|
|
1487
|
+
readonly eq_objtype: any;
|
|
1488
|
+
readonly eq_solimp: any;
|
|
1489
|
+
readonly eq_solref: any;
|
|
1490
|
+
readonly eq_type: any;
|
|
1491
|
+
readonly exclude_signature: any;
|
|
1492
|
+
readonly flex_activelayers: any;
|
|
1493
|
+
readonly flex_bending: any;
|
|
1494
|
+
readonly flex_bvhadr: any;
|
|
1495
|
+
readonly flex_bvhnum: any;
|
|
1496
|
+
readonly flex_centered: any;
|
|
1497
|
+
readonly flex_conaffinity: any;
|
|
1498
|
+
readonly flex_condim: any;
|
|
1499
|
+
readonly flex_contype: any;
|
|
1500
|
+
readonly flex_damping: any;
|
|
1501
|
+
readonly flex_dim: any;
|
|
1502
|
+
readonly flex_edge: any;
|
|
1503
|
+
readonly flex_edgeadr: any;
|
|
1504
|
+
readonly flex_edgedamping: any;
|
|
1505
|
+
readonly flex_edgeequality: any;
|
|
1506
|
+
readonly flex_edgeflap: any;
|
|
1507
|
+
readonly flex_edgenum: any;
|
|
1508
|
+
readonly flex_edgestiffness: any;
|
|
1509
|
+
readonly flex_elem: any;
|
|
1510
|
+
readonly flex_elemadr: any;
|
|
1511
|
+
readonly flex_elemdataadr: any;
|
|
1512
|
+
readonly flex_elemedge: any;
|
|
1513
|
+
readonly flex_elemedgeadr: any;
|
|
1514
|
+
readonly flex_elemlayer: any;
|
|
1515
|
+
readonly flex_elemnum: any;
|
|
1516
|
+
readonly flex_elemtexcoord: any;
|
|
1517
|
+
readonly flex_evpair: any;
|
|
1518
|
+
readonly flex_evpairadr: any;
|
|
1519
|
+
readonly flex_evpairnum: any;
|
|
1520
|
+
readonly flex_flatskin: any;
|
|
1521
|
+
readonly flex_friction: any;
|
|
1522
|
+
readonly flex_gap: any;
|
|
1523
|
+
readonly flex_group: any;
|
|
1524
|
+
readonly flex_internal: any;
|
|
1525
|
+
readonly flex_interp: any;
|
|
1526
|
+
readonly flex_margin: any;
|
|
1527
|
+
readonly flex_matid: any;
|
|
1528
|
+
readonly flex_node: any;
|
|
1529
|
+
readonly flex_node0: any;
|
|
1530
|
+
readonly flex_nodeadr: any;
|
|
1531
|
+
readonly flex_nodebodyid: any;
|
|
1532
|
+
readonly flex_nodenum: any;
|
|
1533
|
+
readonly flex_passive: any;
|
|
1534
|
+
readonly flex_priority: any;
|
|
1535
|
+
readonly flex_radius: any;
|
|
1536
|
+
readonly flex_rgba: any;
|
|
1537
|
+
readonly flex_rigid: any;
|
|
1538
|
+
readonly flex_selfcollide: any;
|
|
1539
|
+
readonly flex_shell: any;
|
|
1540
|
+
readonly flex_shelldataadr: any;
|
|
1541
|
+
readonly flex_shellnum: any;
|
|
1542
|
+
readonly flex_size: any;
|
|
1543
|
+
readonly flex_solimp: any;
|
|
1544
|
+
readonly flex_solmix: any;
|
|
1545
|
+
readonly flex_solref: any;
|
|
1546
|
+
readonly flex_stiffness: any;
|
|
1547
|
+
readonly flex_texcoord: any;
|
|
1548
|
+
readonly flex_texcoordadr: any;
|
|
1549
|
+
readonly flex_vert: any;
|
|
1550
|
+
readonly flex_vert0: any;
|
|
1551
|
+
readonly flex_vertadr: any;
|
|
1552
|
+
readonly flex_vertbodyid: any;
|
|
1553
|
+
readonly flex_vertedge: any;
|
|
1554
|
+
readonly flex_vertedgeadr: any;
|
|
1555
|
+
readonly flex_vertedgenum: any;
|
|
1556
|
+
readonly flex_vertmetric: any;
|
|
1557
|
+
readonly flex_vertnum: any;
|
|
1558
|
+
readonly flexedge_J_colind: any;
|
|
1559
|
+
readonly flexedge_J_rowadr: any;
|
|
1560
|
+
readonly flexedge_J_rownnz: any;
|
|
1561
|
+
readonly flexedge_invweight0: any;
|
|
1562
|
+
readonly flexedge_length0: any;
|
|
1563
|
+
readonly flexedge_rigid: any;
|
|
1564
|
+
readonly flexvert_J_colind: any;
|
|
1565
|
+
readonly flexvert_J_rowadr: any;
|
|
1566
|
+
readonly flexvert_J_rownnz: any;
|
|
1567
|
+
readonly geom_aabb: any;
|
|
1568
|
+
readonly geom_bodyid: any;
|
|
1569
|
+
readonly geom_conaffinity: any;
|
|
1570
|
+
readonly geom_condim: any;
|
|
1571
|
+
readonly geom_contype: any;
|
|
1572
|
+
readonly geom_dataid: any;
|
|
1573
|
+
readonly geom_fluid: any;
|
|
1574
|
+
readonly geom_friction: any;
|
|
1575
|
+
readonly geom_gap: any;
|
|
1576
|
+
readonly geom_group: any;
|
|
1577
|
+
readonly geom_margin: any;
|
|
1578
|
+
readonly geom_matid: any;
|
|
1579
|
+
readonly geom_plugin: any;
|
|
1580
|
+
readonly geom_pos: any;
|
|
1581
|
+
readonly geom_priority: any;
|
|
1582
|
+
readonly geom_quat: any;
|
|
1583
|
+
readonly geom_rbound: any;
|
|
1584
|
+
readonly geom_rgba: any;
|
|
1585
|
+
readonly geom_sameframe: any;
|
|
1586
|
+
readonly geom_size: any;
|
|
1587
|
+
readonly geom_solimp: any;
|
|
1588
|
+
readonly geom_solmix: any;
|
|
1589
|
+
readonly geom_solref: any;
|
|
1590
|
+
readonly geom_type: any;
|
|
1591
|
+
readonly geom_user: any;
|
|
1592
|
+
readonly hfield_adr: any;
|
|
1593
|
+
readonly hfield_data: any;
|
|
1594
|
+
readonly hfield_ncol: any;
|
|
1595
|
+
readonly hfield_nrow: any;
|
|
1596
|
+
readonly hfield_pathadr: any;
|
|
1597
|
+
readonly hfield_size: any;
|
|
1598
|
+
readonly jnt_actfrclimited: any;
|
|
1599
|
+
readonly jnt_actfrcrange: any;
|
|
1600
|
+
readonly jnt_actgravcomp: any;
|
|
1601
|
+
readonly jnt_axis: any;
|
|
1602
|
+
readonly jnt_bodyid: any;
|
|
1603
|
+
readonly jnt_dofadr: any;
|
|
1604
|
+
readonly jnt_group: any;
|
|
1605
|
+
readonly jnt_limited: any;
|
|
1606
|
+
readonly jnt_margin: any;
|
|
1607
|
+
readonly jnt_pos: any;
|
|
1608
|
+
readonly jnt_qposadr: any;
|
|
1609
|
+
readonly jnt_range: any;
|
|
1610
|
+
readonly jnt_solimp: any;
|
|
1611
|
+
readonly jnt_solref: any;
|
|
1612
|
+
readonly jnt_stiffness: any;
|
|
1613
|
+
readonly jnt_type: any;
|
|
1614
|
+
readonly jnt_user: any;
|
|
1615
|
+
readonly key_act: any;
|
|
1616
|
+
readonly key_ctrl: any;
|
|
1617
|
+
readonly key_mpos: any;
|
|
1618
|
+
readonly key_mquat: any;
|
|
1619
|
+
readonly key_qpos: any;
|
|
1620
|
+
readonly key_qvel: any;
|
|
1621
|
+
readonly key_time: any;
|
|
1622
|
+
readonly light_active: any;
|
|
1623
|
+
readonly light_ambient: any;
|
|
1624
|
+
readonly light_attenuation: any;
|
|
1625
|
+
readonly light_bodyid: any;
|
|
1626
|
+
readonly light_bulbradius: any;
|
|
1627
|
+
readonly light_castshadow: any;
|
|
1628
|
+
readonly light_cutoff: any;
|
|
1629
|
+
readonly light_diffuse: any;
|
|
1630
|
+
readonly light_dir: any;
|
|
1631
|
+
readonly light_dir0: any;
|
|
1632
|
+
readonly light_exponent: any;
|
|
1633
|
+
readonly light_intensity: any;
|
|
1634
|
+
readonly light_mode: any;
|
|
1635
|
+
readonly light_pos: any;
|
|
1636
|
+
readonly light_pos0: any;
|
|
1637
|
+
readonly light_poscom0: any;
|
|
1638
|
+
readonly light_range: any;
|
|
1639
|
+
readonly light_specular: any;
|
|
1640
|
+
readonly light_targetbodyid: any;
|
|
1641
|
+
readonly light_texid: any;
|
|
1642
|
+
readonly light_type: any;
|
|
1643
|
+
readonly mapD2M: any;
|
|
1644
|
+
readonly mapM2D: any;
|
|
1645
|
+
readonly mapM2M: any;
|
|
1646
|
+
readonly mat_emission: any;
|
|
1647
|
+
readonly mat_metallic: any;
|
|
1648
|
+
readonly mat_reflectance: any;
|
|
1649
|
+
readonly mat_rgba: any;
|
|
1650
|
+
readonly mat_roughness: any;
|
|
1651
|
+
readonly mat_shininess: any;
|
|
1652
|
+
readonly mat_specular: any;
|
|
1653
|
+
readonly mat_texid: any;
|
|
1654
|
+
readonly mat_texrepeat: any;
|
|
1655
|
+
readonly mat_texuniform: any;
|
|
1656
|
+
readonly mesh_bvhadr: any;
|
|
1657
|
+
readonly mesh_bvhnum: any;
|
|
1658
|
+
readonly mesh_face: any;
|
|
1659
|
+
readonly mesh_faceadr: any;
|
|
1660
|
+
readonly mesh_facenormal: any;
|
|
1661
|
+
readonly mesh_facenum: any;
|
|
1662
|
+
readonly mesh_facetexcoord: any;
|
|
1663
|
+
readonly mesh_graph: any;
|
|
1664
|
+
readonly mesh_graphadr: any;
|
|
1665
|
+
readonly mesh_normal: any;
|
|
1666
|
+
readonly mesh_normaladr: any;
|
|
1667
|
+
readonly mesh_normalnum: any;
|
|
1668
|
+
readonly mesh_octadr: any;
|
|
1669
|
+
readonly mesh_octnum: any;
|
|
1670
|
+
readonly mesh_pathadr: any;
|
|
1671
|
+
readonly mesh_polyadr: any;
|
|
1672
|
+
readonly mesh_polymap: any;
|
|
1673
|
+
readonly mesh_polymapadr: any;
|
|
1674
|
+
readonly mesh_polymapnum: any;
|
|
1675
|
+
readonly mesh_polynormal: any;
|
|
1676
|
+
readonly mesh_polynum: any;
|
|
1677
|
+
readonly mesh_polyvert: any;
|
|
1678
|
+
readonly mesh_polyvertadr: any;
|
|
1679
|
+
readonly mesh_polyvertnum: any;
|
|
1680
|
+
readonly mesh_pos: any;
|
|
1681
|
+
readonly mesh_quat: any;
|
|
1682
|
+
readonly mesh_scale: any;
|
|
1683
|
+
readonly mesh_texcoord: any;
|
|
1684
|
+
readonly mesh_texcoordadr: any;
|
|
1685
|
+
readonly mesh_texcoordnum: any;
|
|
1686
|
+
readonly mesh_vert: any;
|
|
1687
|
+
readonly mesh_vertadr: any;
|
|
1688
|
+
readonly mesh_vertnum: any;
|
|
1689
|
+
readonly name_actuatoradr: any;
|
|
1690
|
+
readonly name_bodyadr: any;
|
|
1691
|
+
readonly name_camadr: any;
|
|
1692
|
+
readonly name_eqadr: any;
|
|
1693
|
+
readonly name_excludeadr: any;
|
|
1694
|
+
readonly name_flexadr: any;
|
|
1695
|
+
readonly name_geomadr: any;
|
|
1696
|
+
readonly name_hfieldadr: any;
|
|
1697
|
+
readonly name_jntadr: any;
|
|
1698
|
+
readonly name_keyadr: any;
|
|
1699
|
+
readonly name_lightadr: any;
|
|
1700
|
+
readonly name_matadr: any;
|
|
1701
|
+
readonly name_meshadr: any;
|
|
1702
|
+
readonly name_numericadr: any;
|
|
1703
|
+
readonly name_pairadr: any;
|
|
1704
|
+
readonly name_pluginadr: any;
|
|
1705
|
+
readonly name_sensoradr: any;
|
|
1706
|
+
readonly name_siteadr: any;
|
|
1707
|
+
readonly name_skinadr: any;
|
|
1708
|
+
readonly name_tendonadr: any;
|
|
1709
|
+
readonly name_texadr: any;
|
|
1710
|
+
readonly name_textadr: any;
|
|
1711
|
+
readonly name_tupleadr: any;
|
|
1712
|
+
readonly names: any;
|
|
1713
|
+
readonly names_map: any;
|
|
1714
|
+
readonly numeric_adr: any;
|
|
1715
|
+
readonly numeric_data: any;
|
|
1716
|
+
readonly numeric_size: any;
|
|
1717
|
+
readonly oct_aabb: any;
|
|
1718
|
+
readonly oct_child: any;
|
|
1719
|
+
readonly oct_coeff: any;
|
|
1720
|
+
readonly oct_depth: any;
|
|
1721
|
+
readonly pair_dim: any;
|
|
1722
|
+
readonly pair_friction: any;
|
|
1723
|
+
readonly pair_gap: any;
|
|
1724
|
+
readonly pair_geom1: any;
|
|
1725
|
+
readonly pair_geom2: any;
|
|
1726
|
+
readonly pair_margin: any;
|
|
1727
|
+
readonly pair_signature: any;
|
|
1728
|
+
readonly pair_solimp: any;
|
|
1729
|
+
readonly pair_solref: any;
|
|
1730
|
+
readonly pair_solreffriction: any;
|
|
1731
|
+
readonly paths: any;
|
|
1732
|
+
readonly plugin: any;
|
|
1733
|
+
readonly plugin_attr: any;
|
|
1734
|
+
readonly plugin_attradr: any;
|
|
1735
|
+
readonly plugin_stateadr: any;
|
|
1736
|
+
readonly plugin_statenum: any;
|
|
1737
|
+
readonly qpos0: any;
|
|
1738
|
+
readonly qpos_spring: any;
|
|
1739
|
+
readonly sensor_adr: any;
|
|
1740
|
+
readonly sensor_cutoff: any;
|
|
1741
|
+
readonly sensor_datatype: any;
|
|
1742
|
+
readonly sensor_delay: any;
|
|
1743
|
+
readonly sensor_dim: any;
|
|
1744
|
+
readonly sensor_history: any;
|
|
1745
|
+
readonly sensor_historyadr: any;
|
|
1746
|
+
readonly sensor_interval: any;
|
|
1747
|
+
readonly sensor_intprm: any;
|
|
1748
|
+
readonly sensor_needstage: any;
|
|
1749
|
+
readonly sensor_noise: any;
|
|
1750
|
+
readonly sensor_objid: any;
|
|
1751
|
+
readonly sensor_objtype: any;
|
|
1752
|
+
readonly sensor_plugin: any;
|
|
1753
|
+
readonly sensor_refid: any;
|
|
1754
|
+
readonly sensor_reftype: any;
|
|
1755
|
+
readonly sensor_type: any;
|
|
1756
|
+
readonly sensor_user: any;
|
|
1757
|
+
readonly site_bodyid: any;
|
|
1758
|
+
readonly site_group: any;
|
|
1759
|
+
readonly site_matid: any;
|
|
1760
|
+
readonly site_pos: any;
|
|
1761
|
+
readonly site_quat: any;
|
|
1762
|
+
readonly site_rgba: any;
|
|
1763
|
+
readonly site_sameframe: any;
|
|
1764
|
+
readonly site_size: any;
|
|
1765
|
+
readonly site_type: any;
|
|
1766
|
+
readonly site_user: any;
|
|
1767
|
+
readonly skin_boneadr: any;
|
|
1768
|
+
readonly skin_bonebindpos: any;
|
|
1769
|
+
readonly skin_bonebindquat: any;
|
|
1770
|
+
readonly skin_bonebodyid: any;
|
|
1771
|
+
readonly skin_bonenum: any;
|
|
1772
|
+
readonly skin_bonevertadr: any;
|
|
1773
|
+
readonly skin_bonevertid: any;
|
|
1774
|
+
readonly skin_bonevertnum: any;
|
|
1775
|
+
readonly skin_bonevertweight: any;
|
|
1776
|
+
readonly skin_face: any;
|
|
1777
|
+
readonly skin_faceadr: any;
|
|
1778
|
+
readonly skin_facenum: any;
|
|
1779
|
+
readonly skin_group: any;
|
|
1780
|
+
readonly skin_inflate: any;
|
|
1781
|
+
readonly skin_matid: any;
|
|
1782
|
+
readonly skin_pathadr: any;
|
|
1783
|
+
readonly skin_rgba: any;
|
|
1784
|
+
readonly skin_texcoord: any;
|
|
1785
|
+
readonly skin_texcoordadr: any;
|
|
1786
|
+
readonly skin_vert: any;
|
|
1787
|
+
readonly skin_vertadr: any;
|
|
1788
|
+
readonly skin_vertnum: any;
|
|
1789
|
+
readonly tendon_actfrclimited: any;
|
|
1790
|
+
readonly tendon_actfrcrange: any;
|
|
1791
|
+
readonly tendon_adr: any;
|
|
1792
|
+
readonly tendon_armature: any;
|
|
1793
|
+
readonly tendon_damping: any;
|
|
1794
|
+
readonly tendon_frictionloss: any;
|
|
1795
|
+
readonly tendon_group: any;
|
|
1796
|
+
readonly tendon_invweight0: any;
|
|
1797
|
+
readonly tendon_length0: any;
|
|
1798
|
+
readonly tendon_lengthspring: any;
|
|
1799
|
+
readonly tendon_limited: any;
|
|
1800
|
+
readonly tendon_margin: any;
|
|
1801
|
+
readonly tendon_matid: any;
|
|
1802
|
+
readonly tendon_num: any;
|
|
1803
|
+
readonly tendon_range: any;
|
|
1804
|
+
readonly tendon_rgba: any;
|
|
1805
|
+
readonly tendon_solimp_fri: any;
|
|
1806
|
+
readonly tendon_solimp_lim: any;
|
|
1807
|
+
readonly tendon_solref_fri: any;
|
|
1808
|
+
readonly tendon_solref_lim: any;
|
|
1809
|
+
readonly tendon_stiffness: any;
|
|
1810
|
+
readonly tendon_treeid: any;
|
|
1811
|
+
readonly tendon_treenum: any;
|
|
1812
|
+
readonly tendon_user: any;
|
|
1813
|
+
readonly tendon_width: any;
|
|
1814
|
+
readonly tex_adr: any;
|
|
1815
|
+
readonly tex_colorspace: any;
|
|
1816
|
+
readonly tex_data: any;
|
|
1817
|
+
readonly tex_height: any;
|
|
1818
|
+
readonly tex_nchannel: any;
|
|
1819
|
+
readonly tex_pathadr: any;
|
|
1820
|
+
readonly tex_type: any;
|
|
1821
|
+
readonly tex_width: any;
|
|
1822
|
+
readonly text_adr: any;
|
|
1823
|
+
readonly text_data: any;
|
|
1824
|
+
readonly text_size: any;
|
|
1825
|
+
readonly tree_bodyadr: any;
|
|
1826
|
+
readonly tree_bodynum: any;
|
|
1827
|
+
readonly tree_dofadr: any;
|
|
1828
|
+
readonly tree_dofnum: any;
|
|
1829
|
+
readonly tree_sleep_policy: any;
|
|
1830
|
+
readonly tuple_adr: any;
|
|
1831
|
+
readonly tuple_objid: any;
|
|
1832
|
+
readonly tuple_objprm: any;
|
|
1833
|
+
readonly tuple_objtype: any;
|
|
1834
|
+
readonly tuple_size: any;
|
|
1835
|
+
readonly wrap_objid: any;
|
|
1836
|
+
readonly wrap_prm: any;
|
|
1837
|
+
readonly wrap_type: any;
|
|
1838
|
+
actuator(_0: number|string): MjModelActuatorAccessor;
|
|
1839
|
+
body(_0: number|string): MjModelBodyAccessor;
|
|
1840
|
+
cam(_0: number|string): MjModelCameraAccessor;
|
|
1841
|
+
eq(_0: number|string): MjModelEqualityAccessor;
|
|
1842
|
+
exclude(_0: number|string): MjModelExcludeAccessor;
|
|
1843
|
+
geom(_0: number|string): MjModelGeomAccessor;
|
|
1844
|
+
hfield(_0: number|string): MjModelHfieldAccessor;
|
|
1845
|
+
jnt(_0: number|string): MjModelJointAccessor;
|
|
1846
|
+
light(_0: number|string): MjModelLightAccessor;
|
|
1847
|
+
mat(_0: number|string): MjModelMaterialAccessor;
|
|
1848
|
+
mesh(_0: number|string): MjModelMeshAccessor;
|
|
1849
|
+
numeric(_0: number|string): MjModelNumericAccessor;
|
|
1850
|
+
pair(_0: number|string): MjModelPairAccessor;
|
|
1851
|
+
sensor(_0: number|string): MjModelSensorAccessor;
|
|
1852
|
+
site(_0: number|string): MjModelSiteAccessor;
|
|
1853
|
+
skin(_0: number|string): MjModelSkinAccessor;
|
|
1854
|
+
tendon(_0: number|string): MjModelTendonAccessor;
|
|
1855
|
+
tex(_0: number|string): MjModelTextureAccessor;
|
|
1856
|
+
tuple(_0: number|string): MjModelTupleAccessor;
|
|
1857
|
+
key(_0: number|string): MjModelKeyframeAccessor;
|
|
1858
|
+
}
|
|
1859
|
+
|
|
1860
|
+
export interface MjOption extends ClassHandle {
|
|
1861
|
+
ccd_iterations: number;
|
|
1862
|
+
cone: number;
|
|
1863
|
+
disableactuator: number;
|
|
1864
|
+
disableflags: number;
|
|
1865
|
+
enableflags: number;
|
|
1866
|
+
integrator: number;
|
|
1867
|
+
iterations: number;
|
|
1868
|
+
jacobian: number;
|
|
1869
|
+
ls_iterations: number;
|
|
1870
|
+
noslip_iterations: number;
|
|
1871
|
+
sdf_initpoints: number;
|
|
1872
|
+
sdf_iterations: number;
|
|
1873
|
+
solver: number;
|
|
1874
|
+
ccd_tolerance: number;
|
|
1875
|
+
density: number;
|
|
1876
|
+
impratio: number;
|
|
1877
|
+
ls_tolerance: number;
|
|
1878
|
+
noslip_tolerance: number;
|
|
1879
|
+
o_margin: number;
|
|
1880
|
+
sleep_tolerance: number;
|
|
1881
|
+
timestep: number;
|
|
1882
|
+
tolerance: number;
|
|
1883
|
+
viscosity: number;
|
|
1884
|
+
readonly gravity: any;
|
|
1885
|
+
readonly magnetic: any;
|
|
1886
|
+
readonly o_friction: any;
|
|
1887
|
+
readonly o_solimp: any;
|
|
1888
|
+
readonly o_solref: any;
|
|
1889
|
+
readonly wind: any;
|
|
1890
|
+
copy(): MjOption;
|
|
1891
|
+
}
|
|
1892
|
+
|
|
1893
|
+
export interface MjSolverStat extends ClassHandle {
|
|
1894
|
+
nactive: number;
|
|
1895
|
+
nchange: number;
|
|
1896
|
+
neval: number;
|
|
1897
|
+
nupdate: number;
|
|
1898
|
+
gradient: number;
|
|
1899
|
+
improvement: number;
|
|
1900
|
+
lineslope: number;
|
|
1901
|
+
copy(): MjSolverStat;
|
|
1902
|
+
}
|
|
1903
|
+
|
|
1904
|
+
export interface MjSpec extends ClassHandle {
|
|
1905
|
+
option: MjOption;
|
|
1906
|
+
stat: MjStatistic;
|
|
1907
|
+
visual: MjVisual;
|
|
1908
|
+
compiler: MjsCompiler;
|
|
1909
|
+
element: MjsElement;
|
|
1910
|
+
hasImplicitPluginElem: number;
|
|
1911
|
+
strippath: number;
|
|
1912
|
+
memory: number;
|
|
1913
|
+
nconmax: number;
|
|
1914
|
+
nemax: number;
|
|
1915
|
+
njmax: number;
|
|
1916
|
+
nkey: number;
|
|
1917
|
+
nstack: number;
|
|
1918
|
+
nuser_actuator: number;
|
|
1919
|
+
nuser_body: number;
|
|
1920
|
+
nuser_cam: number;
|
|
1921
|
+
nuser_geom: number;
|
|
1922
|
+
nuser_jnt: number;
|
|
1923
|
+
nuser_sensor: number;
|
|
1924
|
+
nuser_site: number;
|
|
1925
|
+
nuser_tendon: number;
|
|
1926
|
+
nuserdata: number;
|
|
1927
|
+
get comment(): string;
|
|
1928
|
+
set comment(value: EmbindString);
|
|
1929
|
+
get modelfiledir(): string;
|
|
1930
|
+
set modelfiledir(value: EmbindString);
|
|
1931
|
+
get modelname(): string;
|
|
1932
|
+
set modelname(value: EmbindString);
|
|
1933
|
+
}
|
|
1934
|
+
|
|
1935
|
+
export interface MjStatistic extends ClassHandle {
|
|
1936
|
+
extent: number;
|
|
1937
|
+
meaninertia: number;
|
|
1938
|
+
meanmass: number;
|
|
1939
|
+
meansize: number;
|
|
1940
|
+
readonly center: any;
|
|
1941
|
+
copy(): MjStatistic;
|
|
1942
|
+
}
|
|
1943
|
+
|
|
1944
|
+
export interface MjTimerStat extends ClassHandle {
|
|
1945
|
+
number: number;
|
|
1946
|
+
duration: number;
|
|
1947
|
+
copy(): MjTimerStat;
|
|
1948
|
+
}
|
|
1949
|
+
|
|
1950
|
+
export interface MjVisual extends ClassHandle {
|
|
1951
|
+
global: MjVisualGlobal;
|
|
1952
|
+
headlight: MjVisualHeadlight;
|
|
1953
|
+
map: MjVisualMap;
|
|
1954
|
+
quality: MjVisualQuality;
|
|
1955
|
+
rgba: MjVisualRgba;
|
|
1956
|
+
scale: MjVisualScale;
|
|
1957
|
+
copy(): MjVisual;
|
|
1958
|
+
}
|
|
1959
|
+
|
|
1960
|
+
export interface MjVisualGlobal extends ClassHandle {
|
|
1961
|
+
bvactive: number;
|
|
1962
|
+
cameraid: number;
|
|
1963
|
+
ellipsoidinertia: number;
|
|
1964
|
+
offheight: number;
|
|
1965
|
+
offwidth: number;
|
|
1966
|
+
orthographic: number;
|
|
1967
|
+
azimuth: number;
|
|
1968
|
+
elevation: number;
|
|
1969
|
+
fovy: number;
|
|
1970
|
+
glow: number;
|
|
1971
|
+
ipd: number;
|
|
1972
|
+
linewidth: number;
|
|
1973
|
+
realtime: number;
|
|
1974
|
+
copy(): MjVisualGlobal;
|
|
1975
|
+
}
|
|
1976
|
+
|
|
1977
|
+
export interface MjVisualHeadlight extends ClassHandle {
|
|
1978
|
+
active: number;
|
|
1979
|
+
readonly ambient: any;
|
|
1980
|
+
readonly diffuse: any;
|
|
1981
|
+
readonly specular: any;
|
|
1982
|
+
copy(): MjVisualHeadlight;
|
|
1983
|
+
}
|
|
1984
|
+
|
|
1985
|
+
export interface MjVisualMap extends ClassHandle {
|
|
1986
|
+
actuatortendon: number;
|
|
1987
|
+
alpha: number;
|
|
1988
|
+
fogend: number;
|
|
1989
|
+
fogstart: number;
|
|
1990
|
+
force: number;
|
|
1991
|
+
haze: number;
|
|
1992
|
+
shadowclip: number;
|
|
1993
|
+
shadowscale: number;
|
|
1994
|
+
stiffness: number;
|
|
1995
|
+
stiffnessrot: number;
|
|
1996
|
+
torque: number;
|
|
1997
|
+
zfar: number;
|
|
1998
|
+
znear: number;
|
|
1999
|
+
copy(): MjVisualMap;
|
|
2000
|
+
}
|
|
2001
|
+
|
|
2002
|
+
export interface MjVisualQuality extends ClassHandle {
|
|
2003
|
+
numquads: number;
|
|
2004
|
+
numslices: number;
|
|
2005
|
+
numstacks: number;
|
|
2006
|
+
offsamples: number;
|
|
2007
|
+
shadowsize: number;
|
|
2008
|
+
copy(): MjVisualQuality;
|
|
2009
|
+
}
|
|
2010
|
+
|
|
2011
|
+
export interface MjVisualRgba extends ClassHandle {
|
|
2012
|
+
readonly actuator: any;
|
|
2013
|
+
readonly actuatornegative: any;
|
|
2014
|
+
readonly actuatorpositive: any;
|
|
2015
|
+
readonly bv: any;
|
|
2016
|
+
readonly bvactive: any;
|
|
2017
|
+
readonly camera: any;
|
|
2018
|
+
readonly com: any;
|
|
2019
|
+
readonly connect: any;
|
|
2020
|
+
readonly constraint: any;
|
|
2021
|
+
readonly contactforce: any;
|
|
2022
|
+
readonly contactfriction: any;
|
|
2023
|
+
readonly contactgap: any;
|
|
2024
|
+
readonly contactpoint: any;
|
|
2025
|
+
readonly contacttorque: any;
|
|
2026
|
+
readonly crankbroken: any;
|
|
2027
|
+
readonly fog: any;
|
|
2028
|
+
readonly force: any;
|
|
2029
|
+
readonly frustum: any;
|
|
2030
|
+
readonly haze: any;
|
|
2031
|
+
readonly inertia: any;
|
|
2032
|
+
readonly joint: any;
|
|
2033
|
+
readonly light: any;
|
|
2034
|
+
readonly rangefinder: any;
|
|
2035
|
+
readonly selectpoint: any;
|
|
2036
|
+
readonly slidercrank: any;
|
|
2037
|
+
copy(): MjVisualRgba;
|
|
2038
|
+
}
|
|
2039
|
+
|
|
2040
|
+
export interface MjVisualScale extends ClassHandle {
|
|
2041
|
+
actuatorlength: number;
|
|
2042
|
+
actuatorwidth: number;
|
|
2043
|
+
camera: number;
|
|
2044
|
+
com: number;
|
|
2045
|
+
connect: number;
|
|
2046
|
+
constraint: number;
|
|
2047
|
+
contactheight: number;
|
|
2048
|
+
contactwidth: number;
|
|
2049
|
+
forcewidth: number;
|
|
2050
|
+
framelength: number;
|
|
2051
|
+
framewidth: number;
|
|
2052
|
+
frustum: number;
|
|
2053
|
+
jointlength: number;
|
|
2054
|
+
jointwidth: number;
|
|
2055
|
+
light: number;
|
|
2056
|
+
selectpoint: number;
|
|
2057
|
+
slidercrank: number;
|
|
2058
|
+
copy(): MjVisualScale;
|
|
2059
|
+
}
|
|
2060
|
+
|
|
2061
|
+
export interface MjWarningStat extends ClassHandle {
|
|
2062
|
+
lastinfo: number;
|
|
2063
|
+
number: number;
|
|
2064
|
+
copy(): MjWarningStat;
|
|
2065
|
+
}
|
|
2066
|
+
|
|
2067
|
+
export interface MjsActuator extends ClassHandle {
|
|
2068
|
+
biastype: mjtBias;
|
|
2069
|
+
dyntype: mjtDyn;
|
|
2070
|
+
gaintype: mjtGain;
|
|
2071
|
+
trntype: mjtTrn;
|
|
2072
|
+
element: MjsElement;
|
|
2073
|
+
plugin: MjsPlugin;
|
|
2074
|
+
readonly userdata: mjDoubleVec;
|
|
2075
|
+
actearly: number;
|
|
2076
|
+
actdim: number;
|
|
2077
|
+
actlimited: number;
|
|
2078
|
+
ctrllimited: number;
|
|
2079
|
+
forcelimited: number;
|
|
2080
|
+
group: number;
|
|
2081
|
+
interp: number;
|
|
2082
|
+
nsample: number;
|
|
2083
|
+
cranklength: number;
|
|
2084
|
+
delay: number;
|
|
2085
|
+
inheritrange: number;
|
|
2086
|
+
get info(): string;
|
|
2087
|
+
set info(value: EmbindString);
|
|
2088
|
+
get refsite(): string;
|
|
2089
|
+
set refsite(value: EmbindString);
|
|
2090
|
+
get slidersite(): string;
|
|
2091
|
+
set slidersite(value: EmbindString);
|
|
2092
|
+
get target(): string;
|
|
2093
|
+
set target(value: EmbindString);
|
|
2094
|
+
readonly actrange: any;
|
|
2095
|
+
readonly biasprm: any;
|
|
2096
|
+
readonly ctrlrange: any;
|
|
2097
|
+
readonly dynprm: any;
|
|
2098
|
+
readonly forcerange: any;
|
|
2099
|
+
readonly gainprm: any;
|
|
2100
|
+
readonly gear: any;
|
|
2101
|
+
readonly lengthrange: any;
|
|
2102
|
+
}
|
|
2103
|
+
|
|
2104
|
+
export interface MjsBody extends ClassHandle {
|
|
2105
|
+
sleep: mjtSleepPolicy;
|
|
2106
|
+
element: MjsElement;
|
|
2107
|
+
alt: MjsOrientation;
|
|
2108
|
+
ialt: MjsOrientation;
|
|
2109
|
+
plugin: MjsPlugin;
|
|
2110
|
+
readonly userdata: mjDoubleVec;
|
|
2111
|
+
explicitinertial: number;
|
|
2112
|
+
mocap: number;
|
|
2113
|
+
gravcomp: number;
|
|
2114
|
+
mass: number;
|
|
2115
|
+
get childclass(): string;
|
|
2116
|
+
set childclass(value: EmbindString);
|
|
2117
|
+
get info(): string;
|
|
2118
|
+
set info(value: EmbindString);
|
|
2119
|
+
readonly fullinertia: any;
|
|
2120
|
+
readonly inertia: any;
|
|
2121
|
+
readonly ipos: any;
|
|
2122
|
+
readonly iquat: any;
|
|
2123
|
+
readonly pos: any;
|
|
2124
|
+
readonly quat: any;
|
|
2125
|
+
}
|
|
2126
|
+
|
|
2127
|
+
export interface MjsCamera extends ClassHandle {
|
|
2128
|
+
mode: mjtCamLight;
|
|
2129
|
+
proj: mjtProjection;
|
|
2130
|
+
element: MjsElement;
|
|
2131
|
+
alt: MjsOrientation;
|
|
2132
|
+
readonly userdata: mjDoubleVec;
|
|
2133
|
+
output: number;
|
|
2134
|
+
fovy: number;
|
|
2135
|
+
ipd: number;
|
|
2136
|
+
get info(): string;
|
|
2137
|
+
set info(value: EmbindString);
|
|
2138
|
+
get targetbody(): string;
|
|
2139
|
+
set targetbody(value: EmbindString);
|
|
2140
|
+
readonly focal_length: any;
|
|
2141
|
+
readonly focal_pixel: any;
|
|
2142
|
+
readonly intrinsic: any;
|
|
2143
|
+
readonly pos: any;
|
|
2144
|
+
readonly principal_length: any;
|
|
2145
|
+
readonly principal_pixel: any;
|
|
2146
|
+
readonly quat: any;
|
|
2147
|
+
readonly resolution: any;
|
|
2148
|
+
readonly sensor_size: any;
|
|
2149
|
+
}
|
|
2150
|
+
|
|
2151
|
+
export interface MjsCompiler extends ClassHandle {
|
|
2152
|
+
LRopt: MjLROpt;
|
|
2153
|
+
autolimits: number;
|
|
2154
|
+
balanceinertia: number;
|
|
2155
|
+
degree: number;
|
|
2156
|
+
discardvisual: number;
|
|
2157
|
+
fitaabb: number;
|
|
2158
|
+
fusestatic: number;
|
|
2159
|
+
saveinertial: number;
|
|
2160
|
+
usethread: number;
|
|
2161
|
+
alignfree: number;
|
|
2162
|
+
inertiafromgeom: number;
|
|
2163
|
+
boundinertia: number;
|
|
2164
|
+
boundmass: number;
|
|
2165
|
+
settotalmass: number;
|
|
2166
|
+
get meshdir(): string;
|
|
2167
|
+
set meshdir(value: EmbindString);
|
|
2168
|
+
get texturedir(): string;
|
|
2169
|
+
set texturedir(value: EmbindString);
|
|
2170
|
+
readonly eulerseq: any;
|
|
2171
|
+
readonly inertiagrouprange: any;
|
|
2172
|
+
}
|
|
2173
|
+
|
|
2174
|
+
export interface MjsDefault extends ClassHandle {
|
|
2175
|
+
actuator: MjsActuator;
|
|
2176
|
+
camera: MjsCamera;
|
|
2177
|
+
element: MjsElement;
|
|
2178
|
+
equality: MjsEquality;
|
|
2179
|
+
flex: MjsFlex;
|
|
2180
|
+
geom: MjsGeom;
|
|
2181
|
+
joint: MjsJoint;
|
|
2182
|
+
light: MjsLight;
|
|
2183
|
+
material: MjsMaterial;
|
|
2184
|
+
mesh: MjsMesh;
|
|
2185
|
+
pair: MjsPair;
|
|
2186
|
+
site: MjsSite;
|
|
2187
|
+
tendon: MjsTendon;
|
|
2188
|
+
}
|
|
2189
|
+
|
|
2190
|
+
export interface MjsElement extends ClassHandle {
|
|
2191
|
+
elemtype: mjtObj;
|
|
2192
|
+
signature: bigint;
|
|
2193
|
+
}
|
|
2194
|
+
|
|
2195
|
+
export interface MjsEquality extends ClassHandle {
|
|
2196
|
+
element: MjsElement;
|
|
2197
|
+
objtype: mjtObj;
|
|
2198
|
+
type: mjtEq;
|
|
2199
|
+
active: number;
|
|
2200
|
+
get info(): string;
|
|
2201
|
+
set info(value: EmbindString);
|
|
2202
|
+
get name1(): string;
|
|
2203
|
+
set name1(value: EmbindString);
|
|
2204
|
+
get name2(): string;
|
|
2205
|
+
set name2(value: EmbindString);
|
|
2206
|
+
readonly data: any;
|
|
2207
|
+
readonly solimp: any;
|
|
2208
|
+
readonly solref: any;
|
|
2209
|
+
}
|
|
2210
|
+
|
|
2211
|
+
export interface MjsExclude extends ClassHandle {
|
|
2212
|
+
element: MjsElement;
|
|
2213
|
+
get bodyname1(): string;
|
|
2214
|
+
set bodyname1(value: EmbindString);
|
|
2215
|
+
get bodyname2(): string;
|
|
2216
|
+
set bodyname2(value: EmbindString);
|
|
2217
|
+
get info(): string;
|
|
2218
|
+
set info(value: EmbindString);
|
|
2219
|
+
}
|
|
2220
|
+
|
|
2221
|
+
export interface MjsFlex extends ClassHandle {
|
|
2222
|
+
element: MjsElement;
|
|
2223
|
+
readonly nodebody: mjStringVec;
|
|
2224
|
+
readonly vertbody: mjStringVec;
|
|
2225
|
+
readonly elem: mjIntVec;
|
|
2226
|
+
readonly elemtexcoord: mjIntVec;
|
|
2227
|
+
readonly texcoord: mjFloatVec;
|
|
2228
|
+
readonly node: mjDoubleVec;
|
|
2229
|
+
readonly vert: mjDoubleVec;
|
|
2230
|
+
flatskin: number;
|
|
2231
|
+
internal: number;
|
|
2232
|
+
activelayers: number;
|
|
2233
|
+
conaffinity: number;
|
|
2234
|
+
condim: number;
|
|
2235
|
+
contype: number;
|
|
2236
|
+
dim: number;
|
|
2237
|
+
elastic2d: number;
|
|
2238
|
+
group: number;
|
|
2239
|
+
passive: number;
|
|
2240
|
+
priority: number;
|
|
2241
|
+
selfcollide: number;
|
|
2242
|
+
vertcollide: number;
|
|
2243
|
+
damping: number;
|
|
2244
|
+
edgedamping: number;
|
|
2245
|
+
edgestiffness: number;
|
|
2246
|
+
gap: number;
|
|
2247
|
+
margin: number;
|
|
2248
|
+
poisson: number;
|
|
2249
|
+
radius: number;
|
|
2250
|
+
solmix: number;
|
|
2251
|
+
thickness: number;
|
|
2252
|
+
young: number;
|
|
2253
|
+
get info(): string;
|
|
2254
|
+
set info(value: EmbindString);
|
|
2255
|
+
get material(): string;
|
|
2256
|
+
set material(value: EmbindString);
|
|
2257
|
+
readonly friction: any;
|
|
2258
|
+
readonly rgba: any;
|
|
2259
|
+
readonly size: any;
|
|
2260
|
+
readonly solimp: any;
|
|
2261
|
+
readonly solref: any;
|
|
2262
|
+
}
|
|
2263
|
+
|
|
2264
|
+
export interface MjsFrame extends ClassHandle {
|
|
2265
|
+
element: MjsElement;
|
|
2266
|
+
alt: MjsOrientation;
|
|
2267
|
+
get childclass(): string;
|
|
2268
|
+
set childclass(value: EmbindString);
|
|
2269
|
+
get info(): string;
|
|
2270
|
+
set info(value: EmbindString);
|
|
2271
|
+
readonly pos: any;
|
|
2272
|
+
readonly quat: any;
|
|
2273
|
+
}
|
|
2274
|
+
|
|
2275
|
+
export interface MjsGeom extends ClassHandle {
|
|
2276
|
+
element: MjsElement;
|
|
2277
|
+
type: mjtGeom;
|
|
2278
|
+
typeinertia: mjtGeomInertia;
|
|
2279
|
+
alt: MjsOrientation;
|
|
2280
|
+
plugin: MjsPlugin;
|
|
2281
|
+
readonly userdata: mjDoubleVec;
|
|
2282
|
+
conaffinity: number;
|
|
2283
|
+
condim: number;
|
|
2284
|
+
contype: number;
|
|
2285
|
+
group: number;
|
|
2286
|
+
priority: number;
|
|
2287
|
+
density: number;
|
|
2288
|
+
fitscale: number;
|
|
2289
|
+
fluid_ellipsoid: number;
|
|
2290
|
+
gap: number;
|
|
2291
|
+
margin: number;
|
|
2292
|
+
mass: number;
|
|
2293
|
+
solmix: number;
|
|
2294
|
+
get hfieldname(): string;
|
|
2295
|
+
set hfieldname(value: EmbindString);
|
|
2296
|
+
get info(): string;
|
|
2297
|
+
set info(value: EmbindString);
|
|
2298
|
+
get material(): string;
|
|
2299
|
+
set material(value: EmbindString);
|
|
2300
|
+
get meshname(): string;
|
|
2301
|
+
set meshname(value: EmbindString);
|
|
2302
|
+
readonly fluid_coefs: any;
|
|
2303
|
+
readonly friction: any;
|
|
2304
|
+
readonly fromto: any;
|
|
2305
|
+
readonly pos: any;
|
|
2306
|
+
readonly quat: any;
|
|
2307
|
+
readonly rgba: any;
|
|
2308
|
+
readonly size: any;
|
|
2309
|
+
readonly solimp: any;
|
|
2310
|
+
readonly solref: any;
|
|
2311
|
+
}
|
|
2312
|
+
|
|
2313
|
+
export interface MjsHField extends ClassHandle {
|
|
2314
|
+
element: MjsElement;
|
|
2315
|
+
readonly userdata: mjFloatVec;
|
|
2316
|
+
ncol: number;
|
|
2317
|
+
nrow: number;
|
|
2318
|
+
get content_type(): string;
|
|
2319
|
+
set content_type(value: EmbindString);
|
|
2320
|
+
get file(): string;
|
|
2321
|
+
set file(value: EmbindString);
|
|
2322
|
+
get info(): string;
|
|
2323
|
+
set info(value: EmbindString);
|
|
2324
|
+
readonly size: any;
|
|
2325
|
+
}
|
|
2326
|
+
|
|
2327
|
+
export interface MjsJoint extends ClassHandle {
|
|
2328
|
+
element: MjsElement;
|
|
2329
|
+
type: mjtJoint;
|
|
2330
|
+
readonly userdata: mjDoubleVec;
|
|
2331
|
+
actgravcomp: number;
|
|
2332
|
+
actfrclimited: number;
|
|
2333
|
+
align: number;
|
|
2334
|
+
group: number;
|
|
2335
|
+
limited: number;
|
|
2336
|
+
armature: number;
|
|
2337
|
+
damping: number;
|
|
2338
|
+
frictionloss: number;
|
|
2339
|
+
margin: number;
|
|
2340
|
+
ref: number;
|
|
2341
|
+
springref: number;
|
|
2342
|
+
stiffness: number;
|
|
2343
|
+
get info(): string;
|
|
2344
|
+
set info(value: EmbindString);
|
|
2345
|
+
readonly actfrcrange: any;
|
|
2346
|
+
readonly axis: any;
|
|
2347
|
+
readonly pos: any;
|
|
2348
|
+
readonly range: any;
|
|
2349
|
+
readonly solimp_friction: any;
|
|
2350
|
+
readonly solimp_limit: any;
|
|
2351
|
+
readonly solref_friction: any;
|
|
2352
|
+
readonly solref_limit: any;
|
|
2353
|
+
readonly springdamper: any;
|
|
2354
|
+
}
|
|
2355
|
+
|
|
2356
|
+
export interface MjsKey extends ClassHandle {
|
|
2357
|
+
element: MjsElement;
|
|
2358
|
+
readonly act: mjDoubleVec;
|
|
2359
|
+
readonly ctrl: mjDoubleVec;
|
|
2360
|
+
readonly mpos: mjDoubleVec;
|
|
2361
|
+
readonly mquat: mjDoubleVec;
|
|
2362
|
+
readonly qpos: mjDoubleVec;
|
|
2363
|
+
readonly qvel: mjDoubleVec;
|
|
2364
|
+
time: number;
|
|
2365
|
+
get info(): string;
|
|
2366
|
+
set info(value: EmbindString);
|
|
2367
|
+
}
|
|
2368
|
+
|
|
2369
|
+
export interface MjsLight extends ClassHandle {
|
|
2370
|
+
element: MjsElement;
|
|
2371
|
+
mode: mjtCamLight;
|
|
2372
|
+
type: mjtLightType;
|
|
2373
|
+
active: number;
|
|
2374
|
+
castshadow: number;
|
|
2375
|
+
bulbradius: number;
|
|
2376
|
+
cutoff: number;
|
|
2377
|
+
exponent: number;
|
|
2378
|
+
intensity: number;
|
|
2379
|
+
range: number;
|
|
2380
|
+
get info(): string;
|
|
2381
|
+
set info(value: EmbindString);
|
|
2382
|
+
get targetbody(): string;
|
|
2383
|
+
set targetbody(value: EmbindString);
|
|
2384
|
+
get texture(): string;
|
|
2385
|
+
set texture(value: EmbindString);
|
|
2386
|
+
readonly ambient: any;
|
|
2387
|
+
readonly attenuation: any;
|
|
2388
|
+
readonly diffuse: any;
|
|
2389
|
+
readonly dir: any;
|
|
2390
|
+
readonly pos: any;
|
|
2391
|
+
readonly specular: any;
|
|
2392
|
+
}
|
|
2393
|
+
|
|
2394
|
+
export interface MjsMaterial extends ClassHandle {
|
|
2395
|
+
element: MjsElement;
|
|
2396
|
+
readonly textures: mjStringVec;
|
|
2397
|
+
texuniform: number;
|
|
2398
|
+
emission: number;
|
|
2399
|
+
metallic: number;
|
|
2400
|
+
reflectance: number;
|
|
2401
|
+
roughness: number;
|
|
2402
|
+
shininess: number;
|
|
2403
|
+
specular: number;
|
|
2404
|
+
get info(): string;
|
|
2405
|
+
set info(value: EmbindString);
|
|
2406
|
+
readonly rgba: any;
|
|
2407
|
+
readonly texrepeat: any;
|
|
2408
|
+
}
|
|
2409
|
+
|
|
2410
|
+
export interface MjsMesh extends ClassHandle {
|
|
2411
|
+
element: MjsElement;
|
|
2412
|
+
inertia: mjtMeshInertia;
|
|
2413
|
+
plugin: MjsPlugin;
|
|
2414
|
+
readonly userface: mjIntVec;
|
|
2415
|
+
readonly userfacenormal: mjIntVec;
|
|
2416
|
+
readonly userfacetexcoord: mjIntVec;
|
|
2417
|
+
readonly usernormal: mjFloatVec;
|
|
2418
|
+
readonly usertexcoord: mjFloatVec;
|
|
2419
|
+
readonly uservert: mjFloatVec;
|
|
2420
|
+
needsdf: number;
|
|
2421
|
+
smoothnormal: number;
|
|
2422
|
+
maxhullvert: number;
|
|
2423
|
+
get content_type(): string;
|
|
2424
|
+
set content_type(value: EmbindString);
|
|
2425
|
+
get file(): string;
|
|
2426
|
+
set file(value: EmbindString);
|
|
2427
|
+
get info(): string;
|
|
2428
|
+
set info(value: EmbindString);
|
|
2429
|
+
get material(): string;
|
|
2430
|
+
set material(value: EmbindString);
|
|
2431
|
+
readonly refpos: any;
|
|
2432
|
+
readonly refquat: any;
|
|
2433
|
+
readonly scale: any;
|
|
2434
|
+
}
|
|
2435
|
+
|
|
2436
|
+
export interface MjsNumeric extends ClassHandle {
|
|
2437
|
+
element: MjsElement;
|
|
2438
|
+
readonly data: mjDoubleVec;
|
|
2439
|
+
size: number;
|
|
2440
|
+
get info(): string;
|
|
2441
|
+
set info(value: EmbindString);
|
|
2442
|
+
}
|
|
2443
|
+
|
|
2444
|
+
export interface MjsOrientation extends ClassHandle {
|
|
2445
|
+
type: mjtOrientation;
|
|
2446
|
+
readonly axisangle: any;
|
|
2447
|
+
readonly euler: any;
|
|
2448
|
+
readonly xyaxes: any;
|
|
2449
|
+
readonly zaxis: any;
|
|
2450
|
+
}
|
|
2451
|
+
|
|
2452
|
+
export interface MjsPair extends ClassHandle {
|
|
2453
|
+
element: MjsElement;
|
|
2454
|
+
condim: number;
|
|
2455
|
+
gap: number;
|
|
2456
|
+
margin: number;
|
|
2457
|
+
get geomname1(): string;
|
|
2458
|
+
set geomname1(value: EmbindString);
|
|
2459
|
+
get geomname2(): string;
|
|
2460
|
+
set geomname2(value: EmbindString);
|
|
2461
|
+
get info(): string;
|
|
2462
|
+
set info(value: EmbindString);
|
|
2463
|
+
readonly friction: any;
|
|
2464
|
+
readonly solimp: any;
|
|
2465
|
+
readonly solref: any;
|
|
2466
|
+
readonly solreffriction: any;
|
|
2467
|
+
}
|
|
2468
|
+
|
|
2469
|
+
export interface MjsPlugin extends ClassHandle {
|
|
2470
|
+
element: MjsElement;
|
|
2471
|
+
active: number;
|
|
2472
|
+
get info(): string;
|
|
2473
|
+
set info(value: EmbindString);
|
|
2474
|
+
get name(): string;
|
|
2475
|
+
set name(value: EmbindString);
|
|
2476
|
+
get plugin_name(): string;
|
|
2477
|
+
set plugin_name(value: EmbindString);
|
|
2478
|
+
}
|
|
2479
|
+
|
|
2480
|
+
export interface MjsSensor extends ClassHandle {
|
|
2481
|
+
datatype: mjtDataType;
|
|
2482
|
+
element: MjsElement;
|
|
2483
|
+
needstage: mjtStage;
|
|
2484
|
+
objtype: mjtObj;
|
|
2485
|
+
plugin: MjsPlugin;
|
|
2486
|
+
reftype: mjtObj;
|
|
2487
|
+
type: mjtSensor;
|
|
2488
|
+
readonly userdata: mjDoubleVec;
|
|
2489
|
+
dim: number;
|
|
2490
|
+
interp: number;
|
|
2491
|
+
nsample: number;
|
|
2492
|
+
cutoff: number;
|
|
2493
|
+
delay: number;
|
|
2494
|
+
noise: number;
|
|
2495
|
+
get info(): string;
|
|
2496
|
+
set info(value: EmbindString);
|
|
2497
|
+
get objname(): string;
|
|
2498
|
+
set objname(value: EmbindString);
|
|
2499
|
+
get refname(): string;
|
|
2500
|
+
set refname(value: EmbindString);
|
|
2501
|
+
readonly interval: any;
|
|
2502
|
+
readonly intprm: any;
|
|
2503
|
+
}
|
|
2504
|
+
|
|
2505
|
+
export interface MjsSite extends ClassHandle {
|
|
2506
|
+
alt: MjsOrientation;
|
|
2507
|
+
element: MjsElement;
|
|
2508
|
+
type: mjtGeom;
|
|
2509
|
+
readonly userdata: mjDoubleVec;
|
|
2510
|
+
group: number;
|
|
2511
|
+
get info(): string;
|
|
2512
|
+
set info(value: EmbindString);
|
|
2513
|
+
get material(): string;
|
|
2514
|
+
set material(value: EmbindString);
|
|
2515
|
+
readonly fromto: any;
|
|
2516
|
+
readonly pos: any;
|
|
2517
|
+
readonly quat: any;
|
|
2518
|
+
readonly rgba: any;
|
|
2519
|
+
readonly size: any;
|
|
2520
|
+
}
|
|
2521
|
+
|
|
2522
|
+
export interface MjsSkin extends ClassHandle {
|
|
2523
|
+
element: MjsElement;
|
|
2524
|
+
readonly bodyname: mjStringVec;
|
|
2525
|
+
readonly face: mjIntVec;
|
|
2526
|
+
readonly vertid: mjIntVecVec;
|
|
2527
|
+
readonly bindpos: mjFloatVec;
|
|
2528
|
+
readonly bindquat: mjFloatVec;
|
|
2529
|
+
readonly texcoord: mjFloatVec;
|
|
2530
|
+
readonly vert: mjFloatVec;
|
|
2531
|
+
readonly vertweight: mjFloatVecVec;
|
|
2532
|
+
group: number;
|
|
2533
|
+
inflate: number;
|
|
2534
|
+
get file(): string;
|
|
2535
|
+
set file(value: EmbindString);
|
|
2536
|
+
get info(): string;
|
|
2537
|
+
set info(value: EmbindString);
|
|
2538
|
+
get material(): string;
|
|
2539
|
+
set material(value: EmbindString);
|
|
2540
|
+
readonly rgba: any;
|
|
2541
|
+
}
|
|
2542
|
+
|
|
2543
|
+
export interface MjsTendon extends ClassHandle {
|
|
2544
|
+
element: MjsElement;
|
|
2545
|
+
readonly userdata: mjDoubleVec;
|
|
2546
|
+
actfrclimited: number;
|
|
2547
|
+
group: number;
|
|
2548
|
+
limited: number;
|
|
2549
|
+
armature: number;
|
|
2550
|
+
damping: number;
|
|
2551
|
+
frictionloss: number;
|
|
2552
|
+
margin: number;
|
|
2553
|
+
stiffness: number;
|
|
2554
|
+
width: number;
|
|
2555
|
+
get info(): string;
|
|
2556
|
+
set info(value: EmbindString);
|
|
2557
|
+
get material(): string;
|
|
2558
|
+
set material(value: EmbindString);
|
|
2559
|
+
readonly actfrcrange: any;
|
|
2560
|
+
readonly range: any;
|
|
2561
|
+
readonly rgba: any;
|
|
2562
|
+
readonly solimp_friction: any;
|
|
2563
|
+
readonly solimp_limit: any;
|
|
2564
|
+
readonly solref_friction: any;
|
|
2565
|
+
readonly solref_limit: any;
|
|
2566
|
+
readonly springlength: any;
|
|
2567
|
+
}
|
|
2568
|
+
|
|
2569
|
+
export interface MjsText extends ClassHandle {
|
|
2570
|
+
element: MjsElement;
|
|
2571
|
+
get data(): string;
|
|
2572
|
+
set data(value: EmbindString);
|
|
2573
|
+
get info(): string;
|
|
2574
|
+
set info(value: EmbindString);
|
|
2575
|
+
}
|
|
2576
|
+
|
|
2577
|
+
export interface MjsTexture extends ClassHandle {
|
|
2578
|
+
colorspace: mjtColorSpace;
|
|
2579
|
+
element: MjsElement;
|
|
2580
|
+
type: mjtTexture;
|
|
2581
|
+
readonly cubefiles: mjStringVec;
|
|
2582
|
+
readonly data: mjByteVec;
|
|
2583
|
+
hflip: number;
|
|
2584
|
+
vflip: number;
|
|
2585
|
+
builtin: number;
|
|
2586
|
+
height: number;
|
|
2587
|
+
mark: number;
|
|
2588
|
+
nchannel: number;
|
|
2589
|
+
width: number;
|
|
2590
|
+
random: number;
|
|
2591
|
+
get content_type(): string;
|
|
2592
|
+
set content_type(value: EmbindString);
|
|
2593
|
+
get file(): string;
|
|
2594
|
+
set file(value: EmbindString);
|
|
2595
|
+
get info(): string;
|
|
2596
|
+
set info(value: EmbindString);
|
|
2597
|
+
readonly gridlayout: any;
|
|
2598
|
+
readonly gridsize: any;
|
|
2599
|
+
readonly markrgb: any;
|
|
2600
|
+
readonly rgb1: any;
|
|
2601
|
+
readonly rgb2: any;
|
|
2602
|
+
}
|
|
2603
|
+
|
|
2604
|
+
export interface MjsTuple extends ClassHandle {
|
|
2605
|
+
element: MjsElement;
|
|
2606
|
+
readonly objname: mjStringVec;
|
|
2607
|
+
readonly objtype: mjIntVec;
|
|
2608
|
+
readonly objprm: mjDoubleVec;
|
|
2609
|
+
get info(): string;
|
|
2610
|
+
set info(value: EmbindString);
|
|
2611
|
+
}
|
|
2612
|
+
|
|
2613
|
+
export interface MjsWrap extends ClassHandle {
|
|
2614
|
+
element: MjsElement;
|
|
2615
|
+
type: mjtWrap;
|
|
2616
|
+
get info(): string;
|
|
2617
|
+
set info(value: EmbindString);
|
|
2618
|
+
}
|
|
2619
|
+
|
|
2620
|
+
export interface MjvCamera extends ClassHandle {
|
|
2621
|
+
fixedcamid: number;
|
|
2622
|
+
orthographic: number;
|
|
2623
|
+
trackbodyid: number;
|
|
2624
|
+
type: number;
|
|
2625
|
+
azimuth: number;
|
|
2626
|
+
distance: number;
|
|
2627
|
+
elevation: number;
|
|
2628
|
+
readonly lookat: any;
|
|
2629
|
+
copy(): MjvCamera;
|
|
2630
|
+
}
|
|
2631
|
+
|
|
2632
|
+
export interface MjvFigure extends ClassHandle {
|
|
2633
|
+
flg_barplot: number;
|
|
2634
|
+
flg_extend: number;
|
|
2635
|
+
flg_legend: number;
|
|
2636
|
+
flg_selection: number;
|
|
2637
|
+
flg_symmetric: number;
|
|
2638
|
+
highlightid: number;
|
|
2639
|
+
legendoffset: number;
|
|
2640
|
+
subplot: number;
|
|
2641
|
+
gridwidth: number;
|
|
2642
|
+
linewidth: number;
|
|
2643
|
+
selection: number;
|
|
2644
|
+
readonly figurergba: any;
|
|
2645
|
+
readonly flg_ticklabel: any;
|
|
2646
|
+
readonly gridrgb: any;
|
|
2647
|
+
readonly gridsize: any;
|
|
2648
|
+
readonly highlight: any;
|
|
2649
|
+
readonly legendrgba: any;
|
|
2650
|
+
readonly linedata: any;
|
|
2651
|
+
readonly linename: any;
|
|
2652
|
+
readonly linepnt: any;
|
|
2653
|
+
readonly linergb: any;
|
|
2654
|
+
readonly minwidth: any;
|
|
2655
|
+
readonly panergba: any;
|
|
2656
|
+
readonly range: any;
|
|
2657
|
+
readonly textrgb: any;
|
|
2658
|
+
readonly title: any;
|
|
2659
|
+
readonly xaxisdata: any;
|
|
2660
|
+
readonly xaxispixel: any;
|
|
2661
|
+
readonly xformat: any;
|
|
2662
|
+
readonly xlabel: any;
|
|
2663
|
+
readonly yaxisdata: any;
|
|
2664
|
+
readonly yaxispixel: any;
|
|
2665
|
+
readonly yformat: any;
|
|
2666
|
+
copy(): MjvFigure;
|
|
2667
|
+
}
|
|
2668
|
+
|
|
2669
|
+
export interface MjvGLCamera extends ClassHandle {
|
|
2670
|
+
orthographic: number;
|
|
2671
|
+
frustum_bottom: number;
|
|
2672
|
+
frustum_center: number;
|
|
2673
|
+
frustum_far: number;
|
|
2674
|
+
frustum_near: number;
|
|
2675
|
+
frustum_top: number;
|
|
2676
|
+
frustum_width: number;
|
|
2677
|
+
readonly forward: any;
|
|
2678
|
+
readonly pos: any;
|
|
2679
|
+
readonly up: any;
|
|
2680
|
+
copy(): MjvGLCamera;
|
|
2681
|
+
}
|
|
2682
|
+
|
|
2683
|
+
export interface MjvGeom extends ClassHandle {
|
|
2684
|
+
transparent: number;
|
|
2685
|
+
category: number;
|
|
2686
|
+
dataid: number;
|
|
2687
|
+
matid: number;
|
|
2688
|
+
objid: number;
|
|
2689
|
+
objtype: number;
|
|
2690
|
+
segid: number;
|
|
2691
|
+
texcoord: number;
|
|
2692
|
+
type: number;
|
|
2693
|
+
camdist: number;
|
|
2694
|
+
emission: number;
|
|
2695
|
+
modelrbound: number;
|
|
2696
|
+
reflectance: number;
|
|
2697
|
+
shininess: number;
|
|
2698
|
+
specular: number;
|
|
2699
|
+
readonly label: any;
|
|
2700
|
+
readonly mat: any;
|
|
2701
|
+
readonly pos: any;
|
|
2702
|
+
readonly rgba: any;
|
|
2703
|
+
readonly size: any;
|
|
2704
|
+
copy(): MjvGeom;
|
|
2705
|
+
}
|
|
2706
|
+
|
|
2707
|
+
export interface MjvLight extends ClassHandle {
|
|
2708
|
+
castshadow: number;
|
|
2709
|
+
headlight: number;
|
|
2710
|
+
id: number;
|
|
2711
|
+
texid: number;
|
|
2712
|
+
type: number;
|
|
2713
|
+
bulbradius: number;
|
|
2714
|
+
cutoff: number;
|
|
2715
|
+
exponent: number;
|
|
2716
|
+
intensity: number;
|
|
2717
|
+
range: number;
|
|
2718
|
+
readonly ambient: any;
|
|
2719
|
+
readonly attenuation: any;
|
|
2720
|
+
readonly diffuse: any;
|
|
2721
|
+
readonly dir: any;
|
|
2722
|
+
readonly pos: any;
|
|
2723
|
+
readonly specular: any;
|
|
2724
|
+
copy(): MjvLight;
|
|
2725
|
+
}
|
|
2726
|
+
|
|
2727
|
+
export interface MjvOption extends ClassHandle {
|
|
2728
|
+
bvh_depth: number;
|
|
2729
|
+
flex_layer: number;
|
|
2730
|
+
frame: number;
|
|
2731
|
+
label: number;
|
|
2732
|
+
readonly actuatorgroup: any;
|
|
2733
|
+
readonly flags: any;
|
|
2734
|
+
readonly flexgroup: any;
|
|
2735
|
+
readonly geomgroup: any;
|
|
2736
|
+
readonly jointgroup: any;
|
|
2737
|
+
readonly sitegroup: any;
|
|
2738
|
+
readonly skingroup: any;
|
|
2739
|
+
readonly tendongroup: any;
|
|
2740
|
+
copy(): MjvOption;
|
|
2741
|
+
}
|
|
2742
|
+
|
|
2743
|
+
export interface MjvPerturb extends ClassHandle {
|
|
2744
|
+
active: number;
|
|
2745
|
+
active2: number;
|
|
2746
|
+
flexselect: number;
|
|
2747
|
+
select: number;
|
|
2748
|
+
skinselect: number;
|
|
2749
|
+
localmass: number;
|
|
2750
|
+
scale: number;
|
|
2751
|
+
readonly localpos: any;
|
|
2752
|
+
readonly refpos: any;
|
|
2753
|
+
readonly refquat: any;
|
|
2754
|
+
readonly refselpos: any;
|
|
2755
|
+
copy(): MjvPerturb;
|
|
2756
|
+
}
|
|
2757
|
+
|
|
2758
|
+
export interface MjvScene extends ClassHandle {
|
|
2759
|
+
lights: MjvLightVec;
|
|
2760
|
+
camera: MjvGLCameraVec;
|
|
2761
|
+
readonly geoms: MjvGeomVec;
|
|
2762
|
+
enabletransform: number;
|
|
2763
|
+
flexedgeopt: number;
|
|
2764
|
+
flexfaceopt: number;
|
|
2765
|
+
flexskinopt: number;
|
|
2766
|
+
flexvertopt: number;
|
|
2767
|
+
framewidth: number;
|
|
2768
|
+
maxgeom: number;
|
|
2769
|
+
nflex: number;
|
|
2770
|
+
ngeom: number;
|
|
2771
|
+
nlight: number;
|
|
2772
|
+
nskin: number;
|
|
2773
|
+
status: number;
|
|
2774
|
+
stereo: number;
|
|
2775
|
+
scale: number;
|
|
2776
|
+
readonly flags: any;
|
|
2777
|
+
readonly flexedge: any;
|
|
2778
|
+
readonly flexedgeadr: any;
|
|
2779
|
+
readonly flexedgenum: any;
|
|
2780
|
+
readonly flexface: any;
|
|
2781
|
+
readonly flexfaceadr: any;
|
|
2782
|
+
readonly flexfacenum: any;
|
|
2783
|
+
readonly flexfaceused: any;
|
|
2784
|
+
readonly flexnormal: any;
|
|
2785
|
+
readonly flextexcoord: any;
|
|
2786
|
+
readonly flexvert: any;
|
|
2787
|
+
readonly flexvertadr: any;
|
|
2788
|
+
readonly flexvertnum: any;
|
|
2789
|
+
readonly framergb: any;
|
|
2790
|
+
readonly geomorder: any;
|
|
2791
|
+
readonly rotate: any;
|
|
2792
|
+
readonly skinfacenum: any;
|
|
2793
|
+
readonly skinnormal: any;
|
|
2794
|
+
readonly skinvert: any;
|
|
2795
|
+
readonly skinvertadr: any;
|
|
2796
|
+
readonly skinvertnum: any;
|
|
2797
|
+
readonly translate: any;
|
|
2798
|
+
}
|
|
2799
|
+
|
|
2800
|
+
export interface MjVFS extends ClassHandle {
|
|
2801
|
+
deleteFile(_0: EmbindString): void;
|
|
2802
|
+
addBuffer(_0: EmbindString, _1: any): void;
|
|
2803
|
+
}
|
|
2804
|
+
|
|
2805
|
+
export interface FloatBuffer extends ClassHandle {
|
|
2806
|
+
GetElementCount(): number;
|
|
2807
|
+
GetPointer(): number;
|
|
2808
|
+
GetView(): any;
|
|
2809
|
+
}
|
|
2810
|
+
|
|
2811
|
+
export interface DoubleBuffer extends ClassHandle {
|
|
2812
|
+
GetElementCount(): number;
|
|
2813
|
+
GetPointer(): number;
|
|
2814
|
+
GetView(): any;
|
|
2815
|
+
}
|
|
2816
|
+
|
|
2817
|
+
export interface IntBuffer extends ClassHandle {
|
|
2818
|
+
GetElementCount(): number;
|
|
2819
|
+
GetPointer(): number;
|
|
2820
|
+
GetView(): any;
|
|
2821
|
+
}
|
|
2822
|
+
|
|
2823
|
+
export interface Uint8Buffer extends ClassHandle {
|
|
2824
|
+
GetElementCount(): number;
|
|
2825
|
+
GetPointer(): number;
|
|
2826
|
+
GetView(): any;
|
|
2827
|
+
}
|
|
2828
|
+
|
|
2829
|
+
export interface mjStringVec extends ClassHandle {
|
|
2830
|
+
size(): number;
|
|
2831
|
+
get(_0: number): EmbindString | undefined;
|
|
2832
|
+
push_back(_0: EmbindString): void;
|
|
2833
|
+
resize(_0: number, _1: EmbindString): void;
|
|
2834
|
+
set(_0: number, _1: EmbindString): boolean;
|
|
2835
|
+
}
|
|
2836
|
+
|
|
2837
|
+
export interface mjIntVec extends ClassHandle {
|
|
2838
|
+
push_back(_0: number): void;
|
|
2839
|
+
resize(_0: number, _1: number): void;
|
|
2840
|
+
size(): number;
|
|
2841
|
+
get(_0: number): number | undefined;
|
|
2842
|
+
set(_0: number, _1: number): boolean;
|
|
2843
|
+
}
|
|
2844
|
+
|
|
2845
|
+
export interface mjIntVecVec extends ClassHandle {
|
|
2846
|
+
push_back(_0: mjIntVec): void;
|
|
2847
|
+
resize(_0: number, _1: mjIntVec): void;
|
|
2848
|
+
size(): number;
|
|
2849
|
+
get(_0: number): mjIntVec | undefined;
|
|
2850
|
+
set(_0: number, _1: mjIntVec): boolean;
|
|
2851
|
+
}
|
|
2852
|
+
|
|
2853
|
+
export interface mjFloatVec extends ClassHandle {
|
|
2854
|
+
size(): number;
|
|
2855
|
+
get(_0: number): number | undefined;
|
|
2856
|
+
push_back(_0: number): void;
|
|
2857
|
+
resize(_0: number, _1: number): void;
|
|
2858
|
+
set(_0: number, _1: number): boolean;
|
|
2859
|
+
}
|
|
2860
|
+
|
|
2861
|
+
export interface mjFloatVecVec extends ClassHandle {
|
|
2862
|
+
push_back(_0: mjFloatVec): void;
|
|
2863
|
+
resize(_0: number, _1: mjFloatVec): void;
|
|
2864
|
+
size(): number;
|
|
2865
|
+
get(_0: number): mjFloatVec | undefined;
|
|
2866
|
+
set(_0: number, _1: mjFloatVec): boolean;
|
|
2867
|
+
}
|
|
2868
|
+
|
|
2869
|
+
export interface mjDoubleVec extends ClassHandle {
|
|
2870
|
+
size(): number;
|
|
2871
|
+
get(_0: number): number | undefined;
|
|
2872
|
+
push_back(_0: number): void;
|
|
2873
|
+
resize(_0: number, _1: number): void;
|
|
2874
|
+
set(_0: number, _1: number): boolean;
|
|
2875
|
+
}
|
|
2876
|
+
|
|
2877
|
+
export interface mjByteVec extends ClassHandle {
|
|
2878
|
+
push_back(_0: number): void;
|
|
2879
|
+
resize(_0: number, _1: number): void;
|
|
2880
|
+
size(): number;
|
|
2881
|
+
get(_0: number): number | undefined;
|
|
2882
|
+
set(_0: number, _1: number): boolean;
|
|
2883
|
+
}
|
|
2884
|
+
|
|
2885
|
+
export interface MjSolverStatVec extends ClassHandle {
|
|
2886
|
+
push_back(_0: MjSolverStat): void;
|
|
2887
|
+
resize(_0: number, _1: MjSolverStat): void;
|
|
2888
|
+
size(): number;
|
|
2889
|
+
get(_0: number): MjSolverStat | undefined;
|
|
2890
|
+
set(_0: number, _1: MjSolverStat): boolean;
|
|
2891
|
+
}
|
|
2892
|
+
|
|
2893
|
+
export interface MjTimerStatVec extends ClassHandle {
|
|
2894
|
+
push_back(_0: MjTimerStat): void;
|
|
2895
|
+
resize(_0: number, _1: MjTimerStat): void;
|
|
2896
|
+
size(): number;
|
|
2897
|
+
get(_0: number): MjTimerStat | undefined;
|
|
2898
|
+
set(_0: number, _1: MjTimerStat): boolean;
|
|
2899
|
+
}
|
|
2900
|
+
|
|
2901
|
+
export interface MjWarningStatVec extends ClassHandle {
|
|
2902
|
+
push_back(_0: MjWarningStat): void;
|
|
2903
|
+
resize(_0: number, _1: MjWarningStat): void;
|
|
2904
|
+
size(): number;
|
|
2905
|
+
get(_0: number): MjWarningStat | undefined;
|
|
2906
|
+
set(_0: number, _1: MjWarningStat): boolean;
|
|
2907
|
+
}
|
|
2908
|
+
|
|
2909
|
+
export interface MjContactVec extends ClassHandle {
|
|
2910
|
+
push_back(_0: MjContact): void;
|
|
2911
|
+
resize(_0: number, _1: MjContact): void;
|
|
2912
|
+
size(): number;
|
|
2913
|
+
get(_0: number): MjContact | undefined;
|
|
2914
|
+
set(_0: number, _1: MjContact): boolean;
|
|
2915
|
+
}
|
|
2916
|
+
|
|
2917
|
+
export interface MjvLightVec extends ClassHandle {
|
|
2918
|
+
push_back(_0: MjvLight): void;
|
|
2919
|
+
resize(_0: number, _1: MjvLight): void;
|
|
2920
|
+
size(): number;
|
|
2921
|
+
get(_0: number): MjvLight | undefined;
|
|
2922
|
+
set(_0: number, _1: MjvLight): boolean;
|
|
2923
|
+
}
|
|
2924
|
+
|
|
2925
|
+
export interface MjvGLCameraVec extends ClassHandle {
|
|
2926
|
+
push_back(_0: MjvGLCamera): void;
|
|
2927
|
+
resize(_0: number, _1: MjvGLCamera): void;
|
|
2928
|
+
size(): number;
|
|
2929
|
+
get(_0: number): MjvGLCamera | undefined;
|
|
2930
|
+
set(_0: number, _1: MjvGLCamera): boolean;
|
|
2931
|
+
}
|
|
2932
|
+
|
|
2933
|
+
export interface MjvGeomVec extends ClassHandle {
|
|
2934
|
+
push_back(_0: MjvGeom): void;
|
|
2935
|
+
resize(_0: number, _1: MjvGeom): void;
|
|
2936
|
+
size(): number;
|
|
2937
|
+
get(_0: number): MjvGeom | undefined;
|
|
2938
|
+
set(_0: number, _1: MjvGeom): boolean;
|
|
2939
|
+
}
|
|
2940
|
+
|
|
2941
|
+
interface EmbindModule {
|
|
2942
|
+
mjtAlignFree: {mjALIGNFREE_FALSE: mjtAlignFreeValue<0>, mjALIGNFREE_TRUE: mjtAlignFreeValue<1>, mjALIGNFREE_AUTO: mjtAlignFreeValue<2>};
|
|
2943
|
+
mjtBias: {mjBIAS_NONE: mjtBiasValue<0>, mjBIAS_AFFINE: mjtBiasValue<1>, mjBIAS_MUSCLE: mjtBiasValue<2>, mjBIAS_USER: mjtBiasValue<3>};
|
|
2944
|
+
mjtBuiltin: {mjBUILTIN_NONE: mjtBuiltinValue<0>, mjBUILTIN_GRADIENT: mjtBuiltinValue<1>, mjBUILTIN_CHECKER: mjtBuiltinValue<2>, mjBUILTIN_FLAT: mjtBuiltinValue<3>};
|
|
2945
|
+
mjtButton: {mjBUTTON_NONE: mjtButtonValue<0>, mjBUTTON_LEFT: mjtButtonValue<1>, mjBUTTON_RIGHT: mjtButtonValue<2>, mjBUTTON_MIDDLE: mjtButtonValue<3>};
|
|
2946
|
+
mjtCamLight: {mjCAMLIGHT_FIXED: mjtCamLightValue<0>, mjCAMLIGHT_TRACK: mjtCamLightValue<1>, mjCAMLIGHT_TRACKCOM: mjtCamLightValue<2>, mjCAMLIGHT_TARGETBODY: mjtCamLightValue<3>, mjCAMLIGHT_TARGETBODYCOM: mjtCamLightValue<4>};
|
|
2947
|
+
mjtCamOutBit: {mjCAMOUT_RGB: mjtCamOutBitValue<1>, mjCAMOUT_DEPTH: mjtCamOutBitValue<2>, mjCAMOUT_DIST: mjtCamOutBitValue<4>, mjCAMOUT_NORMAL: mjtCamOutBitValue<8>, mjCAMOUT_SEG: mjtCamOutBitValue<16>, mjNCAMOUT: mjtCamOutBitValue<5>};
|
|
2948
|
+
mjtCamera: {mjCAMERA_FREE: mjtCameraValue<0>, mjCAMERA_TRACKING: mjtCameraValue<1>, mjCAMERA_FIXED: mjtCameraValue<2>, mjCAMERA_USER: mjtCameraValue<3>};
|
|
2949
|
+
mjtCatBit: {mjCAT_STATIC: mjtCatBitValue<1>, mjCAT_DYNAMIC: mjtCatBitValue<2>, mjCAT_DECOR: mjtCatBitValue<4>, mjCAT_ALL: mjtCatBitValue<7>};
|
|
2950
|
+
mjtColorSpace: {mjCOLORSPACE_AUTO: mjtColorSpaceValue<0>, mjCOLORSPACE_LINEAR: mjtColorSpaceValue<1>, mjCOLORSPACE_SRGB: mjtColorSpaceValue<2>};
|
|
2951
|
+
mjtConDataField: {mjCONDATA_FOUND: mjtConDataFieldValue<0>, mjCONDATA_FORCE: mjtConDataFieldValue<1>, mjCONDATA_TORQUE: mjtConDataFieldValue<2>, mjCONDATA_DIST: mjtConDataFieldValue<3>, mjCONDATA_POS: mjtConDataFieldValue<4>, mjCONDATA_NORMAL: mjtConDataFieldValue<5>, mjCONDATA_TANGENT: mjtConDataFieldValue<6>, mjNCONDATA: mjtConDataFieldValue<7>};
|
|
2952
|
+
mjtCone: {mjCONE_PYRAMIDAL: mjtConeValue<0>, mjCONE_ELLIPTIC: mjtConeValue<1>};
|
|
2953
|
+
mjtConstraint: {mjCNSTR_EQUALITY: mjtConstraintValue<0>, mjCNSTR_FRICTION_DOF: mjtConstraintValue<1>, mjCNSTR_FRICTION_TENDON: mjtConstraintValue<2>, mjCNSTR_LIMIT_JOINT: mjtConstraintValue<3>, mjCNSTR_LIMIT_TENDON: mjtConstraintValue<4>, mjCNSTR_CONTACT_FRICTIONLESS: mjtConstraintValue<5>, mjCNSTR_CONTACT_PYRAMIDAL: mjtConstraintValue<6>, mjCNSTR_CONTACT_ELLIPTIC: mjtConstraintValue<7>};
|
|
2954
|
+
mjtConstraintState: {mjCNSTRSTATE_SATISFIED: mjtConstraintStateValue<0>, mjCNSTRSTATE_QUADRATIC: mjtConstraintStateValue<1>, mjCNSTRSTATE_LINEARNEG: mjtConstraintStateValue<2>, mjCNSTRSTATE_LINEARPOS: mjtConstraintStateValue<3>, mjCNSTRSTATE_CONE: mjtConstraintStateValue<4>};
|
|
2955
|
+
mjtDataType: {mjDATATYPE_REAL: mjtDataTypeValue<0>, mjDATATYPE_POSITIVE: mjtDataTypeValue<1>, mjDATATYPE_AXIS: mjtDataTypeValue<2>, mjDATATYPE_QUATERNION: mjtDataTypeValue<3>};
|
|
2956
|
+
mjtDepthMap: {mjDEPTH_ZERONEAR: mjtDepthMapValue<0>, mjDEPTH_ZEROFAR: mjtDepthMapValue<1>};
|
|
2957
|
+
mjtDisableBit: {mjDSBL_CONSTRAINT: mjtDisableBitValue<1>, mjDSBL_EQUALITY: mjtDisableBitValue<2>, mjDSBL_FRICTIONLOSS: mjtDisableBitValue<4>, mjDSBL_LIMIT: mjtDisableBitValue<8>, mjDSBL_CONTACT: mjtDisableBitValue<16>, mjDSBL_SPRING: mjtDisableBitValue<32>, mjDSBL_DAMPER: mjtDisableBitValue<64>, mjDSBL_GRAVITY: mjtDisableBitValue<128>, mjDSBL_CLAMPCTRL: mjtDisableBitValue<256>, mjDSBL_WARMSTART: mjtDisableBitValue<512>, mjDSBL_FILTERPARENT: mjtDisableBitValue<1024>, mjDSBL_ACTUATION: mjtDisableBitValue<2048>, mjDSBL_REFSAFE: mjtDisableBitValue<4096>, mjDSBL_SENSOR: mjtDisableBitValue<8192>, mjDSBL_MIDPHASE: mjtDisableBitValue<16384>, mjDSBL_EULERDAMP: mjtDisableBitValue<32768>, mjDSBL_AUTORESET: mjtDisableBitValue<65536>, mjDSBL_NATIVECCD: mjtDisableBitValue<131072>, mjDSBL_ISLAND: mjtDisableBitValue<262144>, mjNDISABLE: mjtDisableBitValue<19>};
|
|
2958
|
+
mjtDyn: {mjDYN_NONE: mjtDynValue<0>, mjDYN_INTEGRATOR: mjtDynValue<1>, mjDYN_FILTER: mjtDynValue<2>, mjDYN_FILTEREXACT: mjtDynValue<3>, mjDYN_MUSCLE: mjtDynValue<4>, mjDYN_USER: mjtDynValue<5>};
|
|
2959
|
+
mjtEnableBit: {mjENBL_OVERRIDE: mjtEnableBitValue<1>, mjENBL_ENERGY: mjtEnableBitValue<2>, mjENBL_FWDINV: mjtEnableBitValue<4>, mjENBL_INVDISCRETE: mjtEnableBitValue<8>, mjENBL_MULTICCD: mjtEnableBitValue<16>, mjENBL_SLEEP: mjtEnableBitValue<32>, mjNENABLE: mjtEnableBitValue<6>};
|
|
2960
|
+
mjtEq: {mjEQ_CONNECT: mjtEqValue<0>, mjEQ_WELD: mjtEqValue<1>, mjEQ_JOINT: mjtEqValue<2>, mjEQ_TENDON: mjtEqValue<3>, mjEQ_FLEX: mjtEqValue<4>, mjEQ_FLEXVERT: mjtEqValue<5>, mjEQ_DISTANCE: mjtEqValue<6>};
|
|
2961
|
+
mjtEvent: {mjEVENT_NONE: mjtEventValue<0>, mjEVENT_MOVE: mjtEventValue<1>, mjEVENT_PRESS: mjtEventValue<2>, mjEVENT_RELEASE: mjtEventValue<3>, mjEVENT_SCROLL: mjtEventValue<4>, mjEVENT_KEY: mjtEventValue<5>, mjEVENT_RESIZE: mjtEventValue<6>, mjEVENT_REDRAW: mjtEventValue<7>, mjEVENT_FILESDROP: mjtEventValue<8>};
|
|
2962
|
+
mjtFlexSelf: {mjFLEXSELF_NONE: mjtFlexSelfValue<0>, mjFLEXSELF_NARROW: mjtFlexSelfValue<1>, mjFLEXSELF_BVH: mjtFlexSelfValue<2>, mjFLEXSELF_SAP: mjtFlexSelfValue<3>, mjFLEXSELF_AUTO: mjtFlexSelfValue<4>};
|
|
2963
|
+
mjtFont: {mjFONT_NORMAL: mjtFontValue<0>, mjFONT_SHADOW: mjtFontValue<1>, mjFONT_BIG: mjtFontValue<2>};
|
|
2964
|
+
mjtFontScale: {mjFONTSCALE_50: mjtFontScaleValue<50>, mjFONTSCALE_100: mjtFontScaleValue<100>, mjFONTSCALE_150: mjtFontScaleValue<150>, mjFONTSCALE_200: mjtFontScaleValue<200>, mjFONTSCALE_250: mjtFontScaleValue<250>, mjFONTSCALE_300: mjtFontScaleValue<300>};
|
|
2965
|
+
mjtFrame: {mjFRAME_NONE: mjtFrameValue<0>, mjFRAME_BODY: mjtFrameValue<1>, mjFRAME_GEOM: mjtFrameValue<2>, mjFRAME_SITE: mjtFrameValue<3>, mjFRAME_CAMERA: mjtFrameValue<4>, mjFRAME_LIGHT: mjtFrameValue<5>, mjFRAME_CONTACT: mjtFrameValue<6>, mjFRAME_WORLD: mjtFrameValue<7>, mjNFRAME: mjtFrameValue<8>};
|
|
2966
|
+
mjtFramebuffer: {mjFB_WINDOW: mjtFramebufferValue<0>, mjFB_OFFSCREEN: mjtFramebufferValue<1>};
|
|
2967
|
+
mjtGain: {mjGAIN_FIXED: mjtGainValue<0>, mjGAIN_AFFINE: mjtGainValue<1>, mjGAIN_MUSCLE: mjtGainValue<2>, mjGAIN_USER: mjtGainValue<3>};
|
|
2968
|
+
mjtGeom: {mjGEOM_PLANE: mjtGeomValue<0>, mjGEOM_HFIELD: mjtGeomValue<1>, mjGEOM_SPHERE: mjtGeomValue<2>, mjGEOM_CAPSULE: mjtGeomValue<3>, mjGEOM_ELLIPSOID: mjtGeomValue<4>, mjGEOM_CYLINDER: mjtGeomValue<5>, mjGEOM_BOX: mjtGeomValue<6>, mjGEOM_MESH: mjtGeomValue<7>, mjGEOM_SDF: mjtGeomValue<8>, mjNGEOMTYPES: mjtGeomValue<9>, mjGEOM_ARROW: mjtGeomValue<100>, mjGEOM_ARROW1: mjtGeomValue<101>, mjGEOM_ARROW2: mjtGeomValue<102>, mjGEOM_LINE: mjtGeomValue<103>, mjGEOM_LINEBOX: mjtGeomValue<104>, mjGEOM_FLEX: mjtGeomValue<105>, mjGEOM_SKIN: mjtGeomValue<106>, mjGEOM_LABEL: mjtGeomValue<107>, mjGEOM_TRIANGLE: mjtGeomValue<108>, mjGEOM_NONE: mjtGeomValue<1001>};
|
|
2969
|
+
mjtGeomInertia: {mjINERTIA_VOLUME: mjtGeomInertiaValue<0>, mjINERTIA_SHELL: mjtGeomInertiaValue<1>};
|
|
2970
|
+
mjtGridPos: {mjGRID_TOPLEFT: mjtGridPosValue<0>, mjGRID_TOPRIGHT: mjtGridPosValue<1>, mjGRID_BOTTOMLEFT: mjtGridPosValue<2>, mjGRID_BOTTOMRIGHT: mjtGridPosValue<3>, mjGRID_TOP: mjtGridPosValue<4>, mjGRID_BOTTOM: mjtGridPosValue<5>, mjGRID_LEFT: mjtGridPosValue<6>, mjGRID_RIGHT: mjtGridPosValue<7>};
|
|
2971
|
+
mjtInertiaFromGeom: {mjINERTIAFROMGEOM_FALSE: mjtInertiaFromGeomValue<0>, mjINERTIAFROMGEOM_TRUE: mjtInertiaFromGeomValue<1>, mjINERTIAFROMGEOM_AUTO: mjtInertiaFromGeomValue<2>};
|
|
2972
|
+
mjtIntegrator: {mjINT_EULER: mjtIntegratorValue<0>, mjINT_RK4: mjtIntegratorValue<1>, mjINT_IMPLICIT: mjtIntegratorValue<2>, mjINT_IMPLICITFAST: mjtIntegratorValue<3>};
|
|
2973
|
+
mjtItem: {mjITEM_END: mjtItemValue<-2>, mjITEM_SECTION: mjtItemValue<-1>, mjITEM_SEPARATOR: mjtItemValue<0>, mjITEM_STATIC: mjtItemValue<1>, mjITEM_BUTTON: mjtItemValue<2>, mjITEM_CHECKINT: mjtItemValue<3>, mjITEM_CHECKBYTE: mjtItemValue<4>, mjITEM_RADIO: mjtItemValue<5>, mjITEM_RADIOLINE: mjtItemValue<6>, mjITEM_SELECT: mjtItemValue<7>, mjITEM_SLIDERINT: mjtItemValue<8>, mjITEM_SLIDERNUM: mjtItemValue<9>, mjITEM_EDITINT: mjtItemValue<10>, mjITEM_EDITNUM: mjtItemValue<11>, mjITEM_EDITFLOAT: mjtItemValue<12>, mjITEM_EDITTXT: mjtItemValue<13>, mjNITEM: mjtItemValue<14>};
|
|
2974
|
+
mjtJacobian: {mjJAC_DENSE: mjtJacobianValue<0>, mjJAC_SPARSE: mjtJacobianValue<1>, mjJAC_AUTO: mjtJacobianValue<2>};
|
|
2975
|
+
mjtJoint: {mjJNT_FREE: mjtJointValue<0>, mjJNT_BALL: mjtJointValue<1>, mjJNT_SLIDE: mjtJointValue<2>, mjJNT_HINGE: mjtJointValue<3>};
|
|
2976
|
+
mjtLRMode: {mjLRMODE_NONE: mjtLRModeValue<0>, mjLRMODE_MUSCLE: mjtLRModeValue<1>, mjLRMODE_MUSCLEUSER: mjtLRModeValue<2>, mjLRMODE_ALL: mjtLRModeValue<3>};
|
|
2977
|
+
mjtLabel: {mjLABEL_NONE: mjtLabelValue<0>, mjLABEL_BODY: mjtLabelValue<1>, mjLABEL_JOINT: mjtLabelValue<2>, mjLABEL_GEOM: mjtLabelValue<3>, mjLABEL_SITE: mjtLabelValue<4>, mjLABEL_CAMERA: mjtLabelValue<5>, mjLABEL_LIGHT: mjtLabelValue<6>, mjLABEL_TENDON: mjtLabelValue<7>, mjLABEL_ACTUATOR: mjtLabelValue<8>, mjLABEL_CONSTRAINT: mjtLabelValue<9>, mjLABEL_FLEX: mjtLabelValue<10>, mjLABEL_SKIN: mjtLabelValue<11>, mjLABEL_SELECTION: mjtLabelValue<12>, mjLABEL_SELPNT: mjtLabelValue<13>, mjLABEL_CONTACTPOINT: mjtLabelValue<14>, mjLABEL_CONTACTFORCE: mjtLabelValue<15>, mjLABEL_ISLAND: mjtLabelValue<16>, mjNLABEL: mjtLabelValue<17>};
|
|
2978
|
+
mjtLightType: {mjLIGHT_SPOT: mjtLightTypeValue<0>, mjLIGHT_DIRECTIONAL: mjtLightTypeValue<1>, mjLIGHT_POINT: mjtLightTypeValue<2>, mjLIGHT_IMAGE: mjtLightTypeValue<3>};
|
|
2979
|
+
mjtLimited: {mjLIMITED_FALSE: mjtLimitedValue<0>, mjLIMITED_TRUE: mjtLimitedValue<1>, mjLIMITED_AUTO: mjtLimitedValue<2>};
|
|
2980
|
+
mjtMark: {mjMARK_NONE: mjtMarkValue<0>, mjMARK_EDGE: mjtMarkValue<1>, mjMARK_CROSS: mjtMarkValue<2>, mjMARK_RANDOM: mjtMarkValue<3>};
|
|
2981
|
+
mjtMeshBuiltin: {mjMESH_BUILTIN_NONE: mjtMeshBuiltinValue<0>, mjMESH_BUILTIN_SPHERE: mjtMeshBuiltinValue<1>, mjMESH_BUILTIN_HEMISPHERE: mjtMeshBuiltinValue<2>, mjMESH_BUILTIN_CONE: mjtMeshBuiltinValue<3>, mjMESH_BUILTIN_SUPERSPHERE: mjtMeshBuiltinValue<4>, mjMESH_BUILTIN_SUPERTORUS: mjtMeshBuiltinValue<5>, mjMESH_BUILTIN_WEDGE: mjtMeshBuiltinValue<6>, mjMESH_BUILTIN_PLATE: mjtMeshBuiltinValue<7>};
|
|
2982
|
+
mjtMeshInertia: {mjMESH_INERTIA_CONVEX: mjtMeshInertiaValue<0>, mjMESH_INERTIA_EXACT: mjtMeshInertiaValue<1>, mjMESH_INERTIA_LEGACY: mjtMeshInertiaValue<2>, mjMESH_INERTIA_SHELL: mjtMeshInertiaValue<3>};
|
|
2983
|
+
mjtMouse: {mjMOUSE_NONE: mjtMouseValue<0>, mjMOUSE_ROTATE_V: mjtMouseValue<1>, mjMOUSE_ROTATE_H: mjtMouseValue<2>, mjMOUSE_MOVE_V: mjtMouseValue<3>, mjMOUSE_MOVE_H: mjtMouseValue<4>, mjMOUSE_ZOOM: mjtMouseValue<5>, mjMOUSE_MOVE_V_REL: mjtMouseValue<6>, mjMOUSE_MOVE_H_REL: mjtMouseValue<7>};
|
|
2984
|
+
mjtObj: {mjOBJ_UNKNOWN: mjtObjValue<0>, mjOBJ_BODY: mjtObjValue<1>, mjOBJ_XBODY: mjtObjValue<2>, mjOBJ_JOINT: mjtObjValue<3>, mjOBJ_DOF: mjtObjValue<4>, mjOBJ_GEOM: mjtObjValue<5>, mjOBJ_SITE: mjtObjValue<6>, mjOBJ_CAMERA: mjtObjValue<7>, mjOBJ_LIGHT: mjtObjValue<8>, mjOBJ_FLEX: mjtObjValue<9>, mjOBJ_MESH: mjtObjValue<10>, mjOBJ_SKIN: mjtObjValue<11>, mjOBJ_HFIELD: mjtObjValue<12>, mjOBJ_TEXTURE: mjtObjValue<13>, mjOBJ_MATERIAL: mjtObjValue<14>, mjOBJ_PAIR: mjtObjValue<15>, mjOBJ_EXCLUDE: mjtObjValue<16>, mjOBJ_EQUALITY: mjtObjValue<17>, mjOBJ_TENDON: mjtObjValue<18>, mjOBJ_ACTUATOR: mjtObjValue<19>, mjOBJ_SENSOR: mjtObjValue<20>, mjOBJ_NUMERIC: mjtObjValue<21>, mjOBJ_TEXT: mjtObjValue<22>, mjOBJ_TUPLE: mjtObjValue<23>, mjOBJ_KEY: mjtObjValue<24>, mjOBJ_PLUGIN: mjtObjValue<25>, mjNOBJECT: mjtObjValue<26>, mjOBJ_FRAME: mjtObjValue<100>, mjOBJ_DEFAULT: mjtObjValue<101>, mjOBJ_MODEL: mjtObjValue<102>};
|
|
2985
|
+
mjtOrientation: {mjORIENTATION_QUAT: mjtOrientationValue<0>, mjORIENTATION_AXISANGLE: mjtOrientationValue<1>, mjORIENTATION_XYAXES: mjtOrientationValue<2>, mjORIENTATION_ZAXIS: mjtOrientationValue<3>, mjORIENTATION_EULER: mjtOrientationValue<4>};
|
|
2986
|
+
mjtPertBit: {mjPERT_TRANSLATE: mjtPertBitValue<1>, mjPERT_ROTATE: mjtPertBitValue<2>};
|
|
2987
|
+
mjtPluginCapabilityBit: {mjPLUGIN_ACTUATOR: mjtPluginCapabilityBitValue<1>, mjPLUGIN_SENSOR: mjtPluginCapabilityBitValue<2>, mjPLUGIN_PASSIVE: mjtPluginCapabilityBitValue<4>, mjPLUGIN_SDF: mjtPluginCapabilityBitValue<8>};
|
|
2988
|
+
mjtProjection: {mjPROJ_PERSPECTIVE: mjtProjectionValue<0>, mjPROJ_ORTHOGRAPHIC: mjtProjectionValue<1>};
|
|
2989
|
+
mjtRayDataField: {mjRAYDATA_DIST: mjtRayDataFieldValue<0>, mjRAYDATA_DIR: mjtRayDataFieldValue<1>, mjRAYDATA_ORIGIN: mjtRayDataFieldValue<2>, mjRAYDATA_POINT: mjtRayDataFieldValue<3>, mjRAYDATA_NORMAL: mjtRayDataFieldValue<4>, mjRAYDATA_DEPTH: mjtRayDataFieldValue<5>, mjNRAYDATA: mjtRayDataFieldValue<6>};
|
|
2990
|
+
mjtRndFlag: {mjRND_SHADOW: mjtRndFlagValue<0>, mjRND_WIREFRAME: mjtRndFlagValue<1>, mjRND_REFLECTION: mjtRndFlagValue<2>, mjRND_ADDITIVE: mjtRndFlagValue<3>, mjRND_SKYBOX: mjtRndFlagValue<4>, mjRND_FOG: mjtRndFlagValue<5>, mjRND_HAZE: mjtRndFlagValue<6>, mjRND_DEPTH: mjtRndFlagValue<7>, mjRND_SEGMENT: mjtRndFlagValue<8>, mjRND_IDCOLOR: mjtRndFlagValue<9>, mjRND_CULL_FACE: mjtRndFlagValue<10>, mjNRNDFLAG: mjtRndFlagValue<11>};
|
|
2991
|
+
mjtSDFType: {mjSDFTYPE_SINGLE: mjtSDFTypeValue<0>, mjSDFTYPE_INTERSECTION: mjtSDFTypeValue<1>, mjSDFTYPE_MIDSURFACE: mjtSDFTypeValue<2>, mjSDFTYPE_COLLISION: mjtSDFTypeValue<3>};
|
|
2992
|
+
mjtSameFrame: {mjSAMEFRAME_NONE: mjtSameFrameValue<0>, mjSAMEFRAME_BODY: mjtSameFrameValue<1>, mjSAMEFRAME_INERTIA: mjtSameFrameValue<2>, mjSAMEFRAME_BODYROT: mjtSameFrameValue<3>, mjSAMEFRAME_INERTIAROT: mjtSameFrameValue<4>};
|
|
2993
|
+
mjtSection: {mjSECT_CLOSED: mjtSectionValue<0>, mjSECT_OPEN: mjtSectionValue<1>, mjSECT_FIXED: mjtSectionValue<2>};
|
|
2994
|
+
mjtSensor: {mjSENS_TOUCH: mjtSensorValue<0>, mjSENS_ACCELEROMETER: mjtSensorValue<1>, mjSENS_VELOCIMETER: mjtSensorValue<2>, mjSENS_GYRO: mjtSensorValue<3>, mjSENS_FORCE: mjtSensorValue<4>, mjSENS_TORQUE: mjtSensorValue<5>, mjSENS_MAGNETOMETER: mjtSensorValue<6>, mjSENS_RANGEFINDER: mjtSensorValue<7>, mjSENS_CAMPROJECTION: mjtSensorValue<8>, mjSENS_JOINTPOS: mjtSensorValue<9>, mjSENS_JOINTVEL: mjtSensorValue<10>, mjSENS_TENDONPOS: mjtSensorValue<11>, mjSENS_TENDONVEL: mjtSensorValue<12>, mjSENS_ACTUATORPOS: mjtSensorValue<13>, mjSENS_ACTUATORVEL: mjtSensorValue<14>, mjSENS_ACTUATORFRC: mjtSensorValue<15>, mjSENS_JOINTACTFRC: mjtSensorValue<16>, mjSENS_TENDONACTFRC: mjtSensorValue<17>, mjSENS_BALLQUAT: mjtSensorValue<18>, mjSENS_BALLANGVEL: mjtSensorValue<19>, mjSENS_JOINTLIMITPOS: mjtSensorValue<20>, mjSENS_JOINTLIMITVEL: mjtSensorValue<21>, mjSENS_JOINTLIMITFRC: mjtSensorValue<22>, mjSENS_TENDONLIMITPOS: mjtSensorValue<23>, mjSENS_TENDONLIMITVEL: mjtSensorValue<24>, mjSENS_TENDONLIMITFRC: mjtSensorValue<25>, mjSENS_FRAMEPOS: mjtSensorValue<26>, mjSENS_FRAMEQUAT: mjtSensorValue<27>, mjSENS_FRAMEXAXIS: mjtSensorValue<28>, mjSENS_FRAMEYAXIS: mjtSensorValue<29>, mjSENS_FRAMEZAXIS: mjtSensorValue<30>, mjSENS_FRAMELINVEL: mjtSensorValue<31>, mjSENS_FRAMEANGVEL: mjtSensorValue<32>, mjSENS_FRAMELINACC: mjtSensorValue<33>, mjSENS_FRAMEANGACC: mjtSensorValue<34>, mjSENS_SUBTREECOM: mjtSensorValue<35>, mjSENS_SUBTREELINVEL: mjtSensorValue<36>, mjSENS_SUBTREEANGMOM: mjtSensorValue<37>, mjSENS_INSIDESITE: mjtSensorValue<38>, mjSENS_GEOMDIST: mjtSensorValue<39>, mjSENS_GEOMNORMAL: mjtSensorValue<40>, mjSENS_GEOMFROMTO: mjtSensorValue<41>, mjSENS_CONTACT: mjtSensorValue<42>, mjSENS_E_POTENTIAL: mjtSensorValue<43>, mjSENS_E_KINETIC: mjtSensorValue<44>, mjSENS_CLOCK: mjtSensorValue<45>, mjSENS_TACTILE: mjtSensorValue<46>, mjSENS_PLUGIN: mjtSensorValue<47>, mjSENS_USER: mjtSensorValue<48>};
|
|
2995
|
+
mjtSleepPolicy: {mjSLEEP_AUTO: mjtSleepPolicyValue<0>, mjSLEEP_AUTO_NEVER: mjtSleepPolicyValue<1>, mjSLEEP_AUTO_ALLOWED: mjtSleepPolicyValue<2>, mjSLEEP_NEVER: mjtSleepPolicyValue<3>, mjSLEEP_ALLOWED: mjtSleepPolicyValue<4>, mjSLEEP_INIT: mjtSleepPolicyValue<5>};
|
|
2996
|
+
mjtSleepState: {mjS_STATIC: mjtSleepStateValue<-1>, mjS_ASLEEP: mjtSleepStateValue<0>, mjS_AWAKE: mjtSleepStateValue<1>};
|
|
2997
|
+
mjtSolver: {mjSOL_PGS: mjtSolverValue<0>, mjSOL_CG: mjtSolverValue<1>, mjSOL_NEWTON: mjtSolverValue<2>};
|
|
2998
|
+
mjtStage: {mjSTAGE_NONE: mjtStageValue<0>, mjSTAGE_POS: mjtStageValue<1>, mjSTAGE_VEL: mjtStageValue<2>, mjSTAGE_ACC: mjtStageValue<3>};
|
|
2999
|
+
mjtState: {mjSTATE_TIME: mjtStateValue<1>, mjSTATE_QPOS: mjtStateValue<2>, mjSTATE_QVEL: mjtStateValue<4>, mjSTATE_ACT: mjtStateValue<8>, mjSTATE_HISTORY: mjtStateValue<16>, mjSTATE_WARMSTART: mjtStateValue<32>, mjSTATE_CTRL: mjtStateValue<64>, mjSTATE_QFRC_APPLIED: mjtStateValue<128>, mjSTATE_XFRC_APPLIED: mjtStateValue<256>, mjSTATE_EQ_ACTIVE: mjtStateValue<512>, mjSTATE_MOCAP_POS: mjtStateValue<1024>, mjSTATE_MOCAP_QUAT: mjtStateValue<2048>, mjSTATE_USERDATA: mjtStateValue<4096>, mjSTATE_PLUGIN: mjtStateValue<8192>, mjNSTATE: mjtStateValue<14>, mjSTATE_PHYSICS: mjtStateValue<30>, mjSTATE_FULLPHYSICS: mjtStateValue<8223>, mjSTATE_USER: mjtStateValue<8128>, mjSTATE_INTEGRATION: mjtStateValue<16383>};
|
|
3000
|
+
mjtStereo: {mjSTEREO_NONE: mjtStereoValue<0>, mjSTEREO_QUADBUFFERED: mjtStereoValue<1>, mjSTEREO_SIDEBYSIDE: mjtStereoValue<2>};
|
|
3001
|
+
mjtTaskStatus: {mjTASK_NEW: mjtTaskStatusValue<0>, mjTASK_QUEUED: mjtTaskStatusValue<1>, mjTASK_COMPLETED: mjtTaskStatusValue<2>};
|
|
3002
|
+
mjtTexture: {mjTEXTURE_2D: mjtTextureValue<0>, mjTEXTURE_CUBE: mjtTextureValue<1>, mjTEXTURE_SKYBOX: mjtTextureValue<2>};
|
|
3003
|
+
mjtTextureRole: {mjTEXROLE_USER: mjtTextureRoleValue<0>, mjTEXROLE_RGB: mjtTextureRoleValue<1>, mjTEXROLE_OCCLUSION: mjtTextureRoleValue<2>, mjTEXROLE_ROUGHNESS: mjtTextureRoleValue<3>, mjTEXROLE_METALLIC: mjtTextureRoleValue<4>, mjTEXROLE_NORMAL: mjtTextureRoleValue<5>, mjTEXROLE_OPACITY: mjtTextureRoleValue<6>, mjTEXROLE_EMISSIVE: mjtTextureRoleValue<7>, mjTEXROLE_RGBA: mjtTextureRoleValue<8>, mjTEXROLE_ORM: mjtTextureRoleValue<9>, mjNTEXROLE: mjtTextureRoleValue<10>};
|
|
3004
|
+
mjtTimer: {mjTIMER_STEP: mjtTimerValue<0>, mjTIMER_FORWARD: mjtTimerValue<1>, mjTIMER_INVERSE: mjtTimerValue<2>, mjTIMER_POSITION: mjtTimerValue<3>, mjTIMER_VELOCITY: mjtTimerValue<4>, mjTIMER_ACTUATION: mjtTimerValue<5>, mjTIMER_CONSTRAINT: mjtTimerValue<6>, mjTIMER_ADVANCE: mjtTimerValue<7>, mjTIMER_POS_KINEMATICS: mjtTimerValue<8>, mjTIMER_POS_INERTIA: mjtTimerValue<9>, mjTIMER_POS_COLLISION: mjtTimerValue<10>, mjTIMER_POS_MAKE: mjtTimerValue<11>, mjTIMER_POS_PROJECT: mjtTimerValue<12>, mjTIMER_COL_BROAD: mjtTimerValue<13>, mjTIMER_COL_NARROW: mjtTimerValue<14>, mjNTIMER: mjtTimerValue<15>};
|
|
3005
|
+
mjtTrn: {mjTRN_JOINT: mjtTrnValue<0>, mjTRN_JOINTINPARENT: mjtTrnValue<1>, mjTRN_SLIDERCRANK: mjtTrnValue<2>, mjTRN_TENDON: mjtTrnValue<3>, mjTRN_SITE: mjtTrnValue<4>, mjTRN_BODY: mjtTrnValue<5>, mjTRN_UNDEFINED: mjtTrnValue<1000>};
|
|
3006
|
+
mjtVisFlag: {mjVIS_CONVEXHULL: mjtVisFlagValue<0>, mjVIS_TEXTURE: mjtVisFlagValue<1>, mjVIS_JOINT: mjtVisFlagValue<2>, mjVIS_CAMERA: mjtVisFlagValue<3>, mjVIS_ACTUATOR: mjtVisFlagValue<4>, mjVIS_ACTIVATION: mjtVisFlagValue<5>, mjVIS_LIGHT: mjtVisFlagValue<6>, mjVIS_TENDON: mjtVisFlagValue<7>, mjVIS_RANGEFINDER: mjtVisFlagValue<8>, mjVIS_CONSTRAINT: mjtVisFlagValue<9>, mjVIS_INERTIA: mjtVisFlagValue<10>, mjVIS_SCLINERTIA: mjtVisFlagValue<11>, mjVIS_PERTFORCE: mjtVisFlagValue<12>, mjVIS_PERTOBJ: mjtVisFlagValue<13>, mjVIS_CONTACTPOINT: mjtVisFlagValue<14>, mjVIS_ISLAND: mjtVisFlagValue<15>, mjVIS_CONTACTFORCE: mjtVisFlagValue<16>, mjVIS_CONTACTSPLIT: mjtVisFlagValue<17>, mjVIS_TRANSPARENT: mjtVisFlagValue<18>, mjVIS_AUTOCONNECT: mjtVisFlagValue<19>, mjVIS_COM: mjtVisFlagValue<20>, mjVIS_SELECT: mjtVisFlagValue<21>, mjVIS_STATIC: mjtVisFlagValue<22>, mjVIS_SKIN: mjtVisFlagValue<23>, mjVIS_FLEXVERT: mjtVisFlagValue<24>, mjVIS_FLEXEDGE: mjtVisFlagValue<25>, mjVIS_FLEXFACE: mjtVisFlagValue<26>, mjVIS_FLEXSKIN: mjtVisFlagValue<27>, mjVIS_BODYBVH: mjtVisFlagValue<28>, mjVIS_MESHBVH: mjtVisFlagValue<29>, mjVIS_SDFITER: mjtVisFlagValue<30>, mjNVISFLAG: mjtVisFlagValue<31>};
|
|
3007
|
+
mjtWarning: {mjWARN_INERTIA: mjtWarningValue<0>, mjWARN_CONTACTFULL: mjtWarningValue<1>, mjWARN_CNSTRFULL: mjtWarningValue<2>, mjWARN_VGEOMFULL: mjtWarningValue<3>, mjWARN_BADQPOS: mjtWarningValue<4>, mjWARN_BADQVEL: mjtWarningValue<5>, mjWARN_BADQACC: mjtWarningValue<6>, mjWARN_BADCTRL: mjtWarningValue<7>, mjNWARNING: mjtWarningValue<8>};
|
|
3008
|
+
mjtWrap: {mjWRAP_NONE: mjtWrapValue<0>, mjWRAP_JOINT: mjtWrapValue<1>, mjWRAP_PULLEY: mjtWrapValue<2>, mjWRAP_SITE: mjtWrapValue<3>, mjWRAP_SPHERE: mjtWrapValue<4>, mjWRAP_CYLINDER: mjtWrapValue<5>};
|
|
3009
|
+
MjModelActuatorAccessor: {};
|
|
3010
|
+
MjModelBodyAccessor: {};
|
|
3011
|
+
MjModelCameraAccessor: {};
|
|
3012
|
+
MjModelEqualityAccessor: {};
|
|
3013
|
+
MjModelExcludeAccessor: {};
|
|
3014
|
+
MjModelGeomAccessor: {};
|
|
3015
|
+
MjModelHfieldAccessor: {};
|
|
3016
|
+
MjModelJointAccessor: {};
|
|
3017
|
+
MjModelLightAccessor: {};
|
|
3018
|
+
MjModelMaterialAccessor: {};
|
|
3019
|
+
MjModelMeshAccessor: {};
|
|
3020
|
+
MjModelNumericAccessor: {};
|
|
3021
|
+
MjModelPairAccessor: {};
|
|
3022
|
+
MjModelSensorAccessor: {};
|
|
3023
|
+
MjModelSiteAccessor: {};
|
|
3024
|
+
MjModelSkinAccessor: {};
|
|
3025
|
+
MjModelTendonAccessor: {};
|
|
3026
|
+
MjModelTextureAccessor: {};
|
|
3027
|
+
MjModelTupleAccessor: {};
|
|
3028
|
+
MjModelKeyframeAccessor: {};
|
|
3029
|
+
MjDataActuatorAccessor: {};
|
|
3030
|
+
MjDataBodyAccessor: {};
|
|
3031
|
+
MjDataCameraAccessor: {};
|
|
3032
|
+
MjDataGeomAccessor: {};
|
|
3033
|
+
MjDataJointAccessor: {};
|
|
3034
|
+
MjDataLightAccessor: {};
|
|
3035
|
+
MjDataSensorAccessor: {};
|
|
3036
|
+
MjDataSiteAccessor: {};
|
|
3037
|
+
MjDataTendonAccessor: {};
|
|
3038
|
+
MjContact: {
|
|
3039
|
+
new(): MjContact;
|
|
3040
|
+
};
|
|
3041
|
+
MjData: {
|
|
3042
|
+
new(_0: MjModel, _1: MjData): MjData;
|
|
3043
|
+
new(_0: MjModel | null): MjData;
|
|
3044
|
+
};
|
|
3045
|
+
MjLROpt: {
|
|
3046
|
+
new(): MjLROpt;
|
|
3047
|
+
};
|
|
3048
|
+
MjModel: {
|
|
3049
|
+
new(_0: MjModel): MjModel;
|
|
3050
|
+
mj_loadXML(_0: EmbindString): MjModel;
|
|
3051
|
+
mj_loadBinary(_0: EmbindString, _1: MjVFS): MjModel;
|
|
3052
|
+
};
|
|
3053
|
+
MjOption: {
|
|
3054
|
+
new(): MjOption;
|
|
3055
|
+
};
|
|
3056
|
+
MjSolverStat: {
|
|
3057
|
+
new(): MjSolverStat;
|
|
3058
|
+
};
|
|
3059
|
+
MjSpec: {
|
|
3060
|
+
new(_0: MjSpec): MjSpec;
|
|
3061
|
+
};
|
|
3062
|
+
MjStatistic: {
|
|
3063
|
+
new(): MjStatistic;
|
|
3064
|
+
};
|
|
3065
|
+
MjTimerStat: {
|
|
3066
|
+
new(): MjTimerStat;
|
|
3067
|
+
};
|
|
3068
|
+
MjVisual: {
|
|
3069
|
+
new(): MjVisual;
|
|
3070
|
+
};
|
|
3071
|
+
MjVisualGlobal: {
|
|
3072
|
+
new(): MjVisualGlobal;
|
|
3073
|
+
};
|
|
3074
|
+
MjVisualHeadlight: {
|
|
3075
|
+
new(): MjVisualHeadlight;
|
|
3076
|
+
};
|
|
3077
|
+
MjVisualMap: {
|
|
3078
|
+
new(): MjVisualMap;
|
|
3079
|
+
};
|
|
3080
|
+
MjVisualQuality: {
|
|
3081
|
+
new(): MjVisualQuality;
|
|
3082
|
+
};
|
|
3083
|
+
MjVisualRgba: {
|
|
3084
|
+
new(): MjVisualRgba;
|
|
3085
|
+
};
|
|
3086
|
+
MjVisualScale: {
|
|
3087
|
+
new(): MjVisualScale;
|
|
3088
|
+
};
|
|
3089
|
+
MjWarningStat: {
|
|
3090
|
+
new(): MjWarningStat;
|
|
3091
|
+
};
|
|
3092
|
+
MjsActuator: {};
|
|
3093
|
+
MjsBody: {};
|
|
3094
|
+
MjsCamera: {};
|
|
3095
|
+
MjsCompiler: {};
|
|
3096
|
+
MjsDefault: {};
|
|
3097
|
+
MjsElement: {};
|
|
3098
|
+
MjsEquality: {};
|
|
3099
|
+
MjsExclude: {};
|
|
3100
|
+
MjsFlex: {};
|
|
3101
|
+
MjsFrame: {};
|
|
3102
|
+
MjsGeom: {};
|
|
3103
|
+
MjsHField: {};
|
|
3104
|
+
MjsJoint: {};
|
|
3105
|
+
MjsKey: {};
|
|
3106
|
+
MjsLight: {};
|
|
3107
|
+
MjsMaterial: {};
|
|
3108
|
+
MjsMesh: {};
|
|
3109
|
+
MjsNumeric: {};
|
|
3110
|
+
MjsOrientation: {};
|
|
3111
|
+
MjsPair: {};
|
|
3112
|
+
MjsPlugin: {};
|
|
3113
|
+
MjsSensor: {};
|
|
3114
|
+
MjsSite: {};
|
|
3115
|
+
MjsSkin: {};
|
|
3116
|
+
MjsTendon: {};
|
|
3117
|
+
MjsText: {};
|
|
3118
|
+
MjsTexture: {};
|
|
3119
|
+
MjsTuple: {};
|
|
3120
|
+
MjsWrap: {};
|
|
3121
|
+
MjvCamera: {
|
|
3122
|
+
new(): MjvCamera;
|
|
3123
|
+
};
|
|
3124
|
+
MjvFigure: {
|
|
3125
|
+
new(): MjvFigure;
|
|
3126
|
+
};
|
|
3127
|
+
MjvGLCamera: {
|
|
3128
|
+
new(): MjvGLCamera;
|
|
3129
|
+
};
|
|
3130
|
+
MjvGeom: {
|
|
3131
|
+
new(): MjvGeom;
|
|
3132
|
+
};
|
|
3133
|
+
MjvLight: {
|
|
3134
|
+
new(): MjvLight;
|
|
3135
|
+
};
|
|
3136
|
+
MjvOption: {
|
|
3137
|
+
new(): MjvOption;
|
|
3138
|
+
};
|
|
3139
|
+
MjvPerturb: {
|
|
3140
|
+
new(): MjvPerturb;
|
|
3141
|
+
};
|
|
3142
|
+
MjvScene: {
|
|
3143
|
+
new(): MjvScene;
|
|
3144
|
+
new(_0: MjModel | null, _1: number): MjvScene;
|
|
3145
|
+
};
|
|
3146
|
+
MjVFS: {
|
|
3147
|
+
new(): MjVFS;
|
|
3148
|
+
};
|
|
3149
|
+
mjs_addActuator(_0: MjSpec, _1: MjsDefault): MjsActuator | undefined;
|
|
3150
|
+
mjs_addBody(_0: MjsBody, _1: MjsDefault): MjsBody | undefined;
|
|
3151
|
+
mjs_addCamera(_0: MjsBody, _1: MjsDefault): MjsCamera | undefined;
|
|
3152
|
+
mjs_addEquality(_0: MjSpec, _1: MjsDefault): MjsEquality | undefined;
|
|
3153
|
+
mjs_addExclude(_0: MjSpec): MjsExclude | undefined;
|
|
3154
|
+
mjs_addFlex(_0: MjSpec): MjsFlex | undefined;
|
|
3155
|
+
mjs_addFrame(_0: MjsBody, _1: MjsFrame): MjsFrame | undefined;
|
|
3156
|
+
mjs_addFreeJoint(_0: MjsBody): MjsJoint | undefined;
|
|
3157
|
+
mjs_addGeom(_0: MjsBody, _1: MjsDefault): MjsGeom | undefined;
|
|
3158
|
+
mjs_addHField(_0: MjSpec): MjsHField | undefined;
|
|
3159
|
+
mjs_addJoint(_0: MjsBody, _1: MjsDefault): MjsJoint | undefined;
|
|
3160
|
+
mjs_addKey(_0: MjSpec): MjsKey | undefined;
|
|
3161
|
+
mjs_addLight(_0: MjsBody, _1: MjsDefault): MjsLight | undefined;
|
|
3162
|
+
mjs_addMaterial(_0: MjSpec, _1: MjsDefault): MjsMaterial | undefined;
|
|
3163
|
+
mjs_addMesh(_0: MjSpec, _1: MjsDefault): MjsMesh | undefined;
|
|
3164
|
+
mjs_addNumeric(_0: MjSpec): MjsNumeric | undefined;
|
|
3165
|
+
mjs_addPair(_0: MjSpec, _1: MjsDefault): MjsPair | undefined;
|
|
3166
|
+
mjs_addPlugin(_0: MjSpec): MjsPlugin | undefined;
|
|
3167
|
+
mjs_addSensor(_0: MjSpec): MjsSensor | undefined;
|
|
3168
|
+
mjs_addSite(_0: MjsBody, _1: MjsDefault): MjsSite | undefined;
|
|
3169
|
+
mjs_addSkin(_0: MjSpec): MjsSkin | undefined;
|
|
3170
|
+
mjs_addTendon(_0: MjSpec, _1: MjsDefault): MjsTendon | undefined;
|
|
3171
|
+
mjs_addText(_0: MjSpec): MjsText | undefined;
|
|
3172
|
+
mjs_addTexture(_0: MjSpec): MjsTexture | undefined;
|
|
3173
|
+
mjs_addTuple(_0: MjSpec): MjsTuple | undefined;
|
|
3174
|
+
mjs_asActuator(_0: MjsElement): MjsActuator | undefined;
|
|
3175
|
+
mjs_asBody(_0: MjsElement): MjsBody | undefined;
|
|
3176
|
+
mjs_asCamera(_0: MjsElement): MjsCamera | undefined;
|
|
3177
|
+
mjs_asEquality(_0: MjsElement): MjsEquality | undefined;
|
|
3178
|
+
mjs_asExclude(_0: MjsElement): MjsExclude | undefined;
|
|
3179
|
+
mjs_asFlex(_0: MjsElement): MjsFlex | undefined;
|
|
3180
|
+
mjs_asFrame(_0: MjsElement): MjsFrame | undefined;
|
|
3181
|
+
mjs_asGeom(_0: MjsElement): MjsGeom | undefined;
|
|
3182
|
+
mjs_asHField(_0: MjsElement): MjsHField | undefined;
|
|
3183
|
+
mjs_asJoint(_0: MjsElement): MjsJoint | undefined;
|
|
3184
|
+
mjs_asKey(_0: MjsElement): MjsKey | undefined;
|
|
3185
|
+
mjs_asLight(_0: MjsElement): MjsLight | undefined;
|
|
3186
|
+
mjs_asMaterial(_0: MjsElement): MjsMaterial | undefined;
|
|
3187
|
+
mjs_asMesh(_0: MjsElement): MjsMesh | undefined;
|
|
3188
|
+
mjs_asNumeric(_0: MjsElement): MjsNumeric | undefined;
|
|
3189
|
+
mjs_asPair(_0: MjsElement): MjsPair | undefined;
|
|
3190
|
+
mjs_asPlugin(_0: MjsElement): MjsPlugin | undefined;
|
|
3191
|
+
mjs_asSensor(_0: MjsElement): MjsSensor | undefined;
|
|
3192
|
+
mjs_asSite(_0: MjsElement): MjsSite | undefined;
|
|
3193
|
+
mjs_asSkin(_0: MjsElement): MjsSkin | undefined;
|
|
3194
|
+
mjs_asTendon(_0: MjsElement): MjsTendon | undefined;
|
|
3195
|
+
mjs_asText(_0: MjsElement): MjsText | undefined;
|
|
3196
|
+
mjs_asTexture(_0: MjsElement): MjsTexture | undefined;
|
|
3197
|
+
mjs_asTuple(_0: MjsElement): MjsTuple | undefined;
|
|
3198
|
+
mjs_firstElement(_0: MjSpec, _1: mjtObj): MjsElement | undefined;
|
|
3199
|
+
mjs_getDefault(_0: MjsElement): MjsDefault | undefined;
|
|
3200
|
+
mjs_getFrame(_0: MjsElement): MjsFrame | undefined;
|
|
3201
|
+
mjs_getParent(_0: MjsElement): MjsBody | undefined;
|
|
3202
|
+
mjs_getSpec(_0: MjsElement): MjSpec | undefined;
|
|
3203
|
+
mjs_getSpecDefault(_0: MjSpec): MjsDefault | undefined;
|
|
3204
|
+
mjs_getWrapSideSite(_0: MjsWrap): MjsSite | undefined;
|
|
3205
|
+
mjs_getWrapTarget(_0: MjsWrap): MjsElement | undefined;
|
|
3206
|
+
mjs_nextElement(_0: MjSpec, _1: MjsElement): MjsElement | undefined;
|
|
3207
|
+
mj_compile(_0: MjSpec): MjModel;
|
|
3208
|
+
mj_compile(_0: MjSpec, _1: MjVFS): MjModel;
|
|
3209
|
+
FloatBuffer: {
|
|
3210
|
+
new(_0: number): FloatBuffer;
|
|
3211
|
+
FromArray(_0: any): FloatBuffer;
|
|
3212
|
+
};
|
|
3213
|
+
DoubleBuffer: {
|
|
3214
|
+
new(_0: number): DoubleBuffer;
|
|
3215
|
+
FromArray(_0: any): DoubleBuffer;
|
|
3216
|
+
};
|
|
3217
|
+
IntBuffer: {
|
|
3218
|
+
new(_0: number): IntBuffer;
|
|
3219
|
+
FromArray(_0: any): IntBuffer;
|
|
3220
|
+
};
|
|
3221
|
+
Uint8Buffer: {
|
|
3222
|
+
new(_0: number): Uint8Buffer;
|
|
3223
|
+
FromArray(_0: any): Uint8Buffer;
|
|
3224
|
+
};
|
|
3225
|
+
mjStringVec: {
|
|
3226
|
+
new(): mjStringVec;
|
|
3227
|
+
};
|
|
3228
|
+
mjIntVec: {
|
|
3229
|
+
new(): mjIntVec;
|
|
3230
|
+
};
|
|
3231
|
+
mjIntVecVec: {
|
|
3232
|
+
new(): mjIntVecVec;
|
|
3233
|
+
};
|
|
3234
|
+
mjFloatVec: {
|
|
3235
|
+
new(): mjFloatVec;
|
|
3236
|
+
};
|
|
3237
|
+
mjFloatVecVec: {
|
|
3238
|
+
new(): mjFloatVecVec;
|
|
3239
|
+
};
|
|
3240
|
+
mjDoubleVec: {
|
|
3241
|
+
new(): mjDoubleVec;
|
|
3242
|
+
};
|
|
3243
|
+
mjByteVec: {
|
|
3244
|
+
new(): mjByteVec;
|
|
3245
|
+
};
|
|
3246
|
+
MjSolverStatVec: {
|
|
3247
|
+
new(): MjSolverStatVec;
|
|
3248
|
+
};
|
|
3249
|
+
MjTimerStatVec: {
|
|
3250
|
+
new(): MjTimerStatVec;
|
|
3251
|
+
};
|
|
3252
|
+
MjWarningStatVec: {
|
|
3253
|
+
new(): MjWarningStatVec;
|
|
3254
|
+
};
|
|
3255
|
+
MjContactVec: {
|
|
3256
|
+
new(): MjContactVec;
|
|
3257
|
+
};
|
|
3258
|
+
MjvLightVec: {
|
|
3259
|
+
new(): MjvLightVec;
|
|
3260
|
+
};
|
|
3261
|
+
MjvGLCameraVec: {
|
|
3262
|
+
new(): MjvGLCameraVec;
|
|
3263
|
+
};
|
|
3264
|
+
MjvGeomVec: {
|
|
3265
|
+
new(): MjvGeomVec;
|
|
3266
|
+
};
|
|
3267
|
+
mjs_addDefault(_0: MjSpec, _1: string, _2: MjsDefault): MjsDefault | undefined;
|
|
3268
|
+
mjs_attach(_0: MjsElement, _1: MjsElement, _2: string, _3: string): MjsElement | undefined;
|
|
3269
|
+
mjs_findBody(_0: MjSpec, _1: string): MjsBody | undefined;
|
|
3270
|
+
mjs_findChild(_0: MjsBody, _1: string): MjsBody | undefined;
|
|
3271
|
+
mjs_findDefault(_0: MjSpec, _1: string): MjsDefault | undefined;
|
|
3272
|
+
mjs_findElement(_0: MjSpec, _1: mjtObj, _2: string): MjsElement | undefined;
|
|
3273
|
+
mjs_findFrame(_0: MjSpec, _1: string): MjsFrame | undefined;
|
|
3274
|
+
mjs_findSpec(_0: MjSpec, _1: string): MjSpec | undefined;
|
|
3275
|
+
mjs_wrapGeom(_0: MjsTendon, _1: string, _2: string): MjsWrap | undefined;
|
|
3276
|
+
mjs_wrapSite(_0: MjsTendon, _1: string): MjsWrap | undefined;
|
|
3277
|
+
mj_Euler(_0: MjModel, _1: MjData): void;
|
|
3278
|
+
mj_camlight(_0: MjModel, _1: MjData): void;
|
|
3279
|
+
mj_checkAcc(_0: MjModel, _1: MjData): void;
|
|
3280
|
+
mj_checkPos(_0: MjModel, _1: MjData): void;
|
|
3281
|
+
mj_checkVel(_0: MjModel, _1: MjData): void;
|
|
3282
|
+
mj_collision(_0: MjModel, _1: MjData): void;
|
|
3283
|
+
mj_comPos(_0: MjModel, _1: MjData): void;
|
|
3284
|
+
mj_comVel(_0: MjModel, _1: MjData): void;
|
|
3285
|
+
mj_compareFwdInv(_0: MjModel, _1: MjData): void;
|
|
3286
|
+
mj_crb(_0: MjModel, _1: MjData): void;
|
|
3287
|
+
mj_defaultLROpt(_0: MjLROpt): void;
|
|
3288
|
+
mj_defaultOption(_0: MjOption): void;
|
|
3289
|
+
mj_defaultVisual(_0: MjVisual): void;
|
|
3290
|
+
mj_energyPos(_0: MjModel, _1: MjData): void;
|
|
3291
|
+
mj_energyVel(_0: MjModel, _1: MjData): void;
|
|
3292
|
+
mj_factorM(_0: MjModel, _1: MjData): void;
|
|
3293
|
+
mj_flex(_0: MjModel, _1: MjData): void;
|
|
3294
|
+
mj_forward(_0: MjModel, _1: MjData): void;
|
|
3295
|
+
mj_fwdAcceleration(_0: MjModel, _1: MjData): void;
|
|
3296
|
+
mj_fwdActuation(_0: MjModel, _1: MjData): void;
|
|
3297
|
+
mj_fwdConstraint(_0: MjModel, _1: MjData): void;
|
|
3298
|
+
mj_fwdKinematics(_0: MjModel, _1: MjData): void;
|
|
3299
|
+
mj_fwdPosition(_0: MjModel, _1: MjData): void;
|
|
3300
|
+
mj_fwdVelocity(_0: MjModel, _1: MjData): void;
|
|
3301
|
+
mj_implicit(_0: MjModel, _1: MjData): void;
|
|
3302
|
+
mj_invConstraint(_0: MjModel, _1: MjData): void;
|
|
3303
|
+
mj_invPosition(_0: MjModel, _1: MjData): void;
|
|
3304
|
+
mj_invVelocity(_0: MjModel, _1: MjData): void;
|
|
3305
|
+
mj_inverse(_0: MjModel, _1: MjData): void;
|
|
3306
|
+
mj_island(_0: MjModel, _1: MjData): void;
|
|
3307
|
+
mj_kinematics(_0: MjModel, _1: MjData): void;
|
|
3308
|
+
mj_makeConstraint(_0: MjModel, _1: MjData): void;
|
|
3309
|
+
mj_makeM(_0: MjModel, _1: MjData): void;
|
|
3310
|
+
mj_passive(_0: MjModel, _1: MjData): void;
|
|
3311
|
+
mj_printData(_0: MjModel, _1: MjData, _2: string): void;
|
|
3312
|
+
mj_printFormattedData(_0: MjModel, _1: MjData, _2: string, _3: string): void;
|
|
3313
|
+
mj_printFormattedModel(_0: MjModel, _1: string, _2: string): void;
|
|
3314
|
+
mj_printFormattedScene(_0: MjvScene, _1: string, _2: string): void;
|
|
3315
|
+
mj_printModel(_0: MjModel, _1: string): void;
|
|
3316
|
+
mj_printScene(_0: MjvScene, _1: string): void;
|
|
3317
|
+
mj_projectConstraint(_0: MjModel, _1: MjData): void;
|
|
3318
|
+
mj_referenceConstraint(_0: MjModel, _1: MjData): void;
|
|
3319
|
+
mj_resetCallbacks(): void;
|
|
3320
|
+
mj_resetData(_0: MjModel, _1: MjData): void;
|
|
3321
|
+
mj_rnePostConstraint(_0: MjModel, _1: MjData): void;
|
|
3322
|
+
mj_sensorAcc(_0: MjModel, _1: MjData): void;
|
|
3323
|
+
mj_sensorPos(_0: MjModel, _1: MjData): void;
|
|
3324
|
+
mj_sensorVel(_0: MjModel, _1: MjData): void;
|
|
3325
|
+
mj_setConst(_0: MjModel, _1: MjData): void;
|
|
3326
|
+
mj_step(_0: MjModel, _1: MjData): void;
|
|
3327
|
+
mj_step1(_0: MjModel, _1: MjData): void;
|
|
3328
|
+
mj_step2(_0: MjModel, _1: MjData): void;
|
|
3329
|
+
mj_subtreeVel(_0: MjModel, _1: MjData): void;
|
|
3330
|
+
mj_tendon(_0: MjModel, _1: MjData): void;
|
|
3331
|
+
mj_transmission(_0: MjModel, _1: MjData): void;
|
|
3332
|
+
mjs_defaultActuator(_0: MjsActuator): void;
|
|
3333
|
+
mjs_defaultBody(_0: MjsBody): void;
|
|
3334
|
+
mjs_defaultCamera(_0: MjsCamera): void;
|
|
3335
|
+
mjs_defaultEquality(_0: MjsEquality): void;
|
|
3336
|
+
mjs_defaultFlex(_0: MjsFlex): void;
|
|
3337
|
+
mjs_defaultFrame(_0: MjsFrame): void;
|
|
3338
|
+
mjs_defaultGeom(_0: MjsGeom): void;
|
|
3339
|
+
mjs_defaultHField(_0: MjsHField): void;
|
|
3340
|
+
mjs_defaultJoint(_0: MjsJoint): void;
|
|
3341
|
+
mjs_defaultKey(_0: MjsKey): void;
|
|
3342
|
+
mjs_defaultLight(_0: MjsLight): void;
|
|
3343
|
+
mjs_defaultMaterial(_0: MjsMaterial): void;
|
|
3344
|
+
mjs_defaultMesh(_0: MjsMesh): void;
|
|
3345
|
+
mjs_defaultNumeric(_0: MjsNumeric): void;
|
|
3346
|
+
mjs_defaultOrientation(_0: MjsOrientation): void;
|
|
3347
|
+
mjs_defaultPair(_0: MjsPair): void;
|
|
3348
|
+
mjs_defaultPlugin(_0: MjsPlugin): void;
|
|
3349
|
+
mjs_defaultSensor(_0: MjsSensor): void;
|
|
3350
|
+
mjs_defaultSite(_0: MjsSite): void;
|
|
3351
|
+
mjs_defaultSkin(_0: MjsSkin): void;
|
|
3352
|
+
mjs_defaultSpec(_0: MjSpec): void;
|
|
3353
|
+
mjs_defaultTendon(_0: MjsTendon): void;
|
|
3354
|
+
mjs_defaultText(_0: MjsText): void;
|
|
3355
|
+
mjs_defaultTexture(_0: MjsTexture): void;
|
|
3356
|
+
mjs_defaultTuple(_0: MjsTuple): void;
|
|
3357
|
+
mjs_deleteUserValue(_0: MjsElement, _1: string): void;
|
|
3358
|
+
mjs_setDefault(_0: MjsElement, _1: MjsDefault): void;
|
|
3359
|
+
mju_printMatSparse(_0: number[], _1: number[], _2: number[], _3: number[]): void;
|
|
3360
|
+
mju_writeLog(_0: string, _1: string): void;
|
|
3361
|
+
mjv_applyPerturbForce(_0: MjModel, _1: MjData, _2: MjvPerturb): void;
|
|
3362
|
+
mjv_defaultCamera(_0: MjvCamera): void;
|
|
3363
|
+
mjv_defaultFigure(_0: MjvFigure): void;
|
|
3364
|
+
mjv_defaultFreeCamera(_0: MjModel, _1: MjvCamera): void;
|
|
3365
|
+
mjv_defaultOption(_0: MjvOption): void;
|
|
3366
|
+
mjv_defaultPerturb(_0: MjvPerturb): void;
|
|
3367
|
+
mjv_initPerturb(_0: MjModel, _1: MjData, _2: MjvScene, _3: MjvPerturb): void;
|
|
3368
|
+
mjv_makeLights(_0: MjModel, _1: MjData, _2: MjvScene): void;
|
|
3369
|
+
mjv_updateCamera(_0: MjModel, _1: MjData, _2: MjvCamera, _3: MjvScene): void;
|
|
3370
|
+
mjv_updateSkin(_0: MjModel, _1: MjData, _2: MjvScene): void;
|
|
3371
|
+
error(_0: string): void;
|
|
3372
|
+
mj_resetDataDebug(_0: MjModel, _1: MjData, _2: number): void;
|
|
3373
|
+
mj_RungeKutta(_0: MjModel, _1: MjData, _2: number): void;
|
|
3374
|
+
mj_addContact(_0: MjModel, _1: MjData, _2: MjContact): number;
|
|
3375
|
+
mj_copyBack(_0: MjSpec, _1: MjModel): number;
|
|
3376
|
+
mj_copyState(_0: MjModel, _1: MjData, _2: MjData, _3: number): void;
|
|
3377
|
+
mj_forwardSkip(_0: MjModel, _1: MjData, _2: number, _3: number): void;
|
|
3378
|
+
mj_initCtrlHistory(_0: MjModel, _1: MjData, _2: number, _3: number[], _4: number[]): void;
|
|
3379
|
+
mj_inverseSkip(_0: MjModel, _1: MjData, _2: number, _3: number): void;
|
|
3380
|
+
mj_isDual(_0: MjModel): number;
|
|
3381
|
+
mj_isPyramidal(_0: MjModel): number;
|
|
3382
|
+
mj_isSparse(_0: MjModel): number;
|
|
3383
|
+
mj_name2id(_0: MjModel, _1: number, _2: string): number;
|
|
3384
|
+
mj_resetDataKeyframe(_0: MjModel, _1: MjData, _2: number): void;
|
|
3385
|
+
mj_setKeyframe(_0: MjModel, _1: MjData, _2: number): void;
|
|
3386
|
+
mj_setState(_0: MjModel, _1: MjData, _2: number[], _3: number): void;
|
|
3387
|
+
mj_stateSize(_0: MjModel, _1: number): number;
|
|
3388
|
+
mj_version(): number;
|
|
3389
|
+
mjs_activatePlugin(_0: MjSpec, _1: string): number;
|
|
3390
|
+
mjs_delete(_0: MjSpec, _1: MjsElement): number;
|
|
3391
|
+
mjs_firstChild(_0: MjsBody, _1: mjtObj, _2: number): MjsElement | undefined;
|
|
3392
|
+
mjs_getId(_0: MjsElement): number;
|
|
3393
|
+
mjs_getWrap(_0: MjsTendon, _1: number): MjsWrap | undefined;
|
|
3394
|
+
mjs_getWrapNum(_0: MjsTendon): number;
|
|
3395
|
+
mjs_isWarning(_0: MjSpec): number;
|
|
3396
|
+
mjs_nextChild(_0: MjsBody, _1: MjsElement, _2: number): MjsElement | undefined;
|
|
3397
|
+
mjs_sensorDim(_0: MjsSensor): number;
|
|
3398
|
+
mjs_setDeepCopy(_0: MjSpec, _1: number): number;
|
|
3399
|
+
mjs_setFrame(_0: MjsElement, _1: MjsFrame): number;
|
|
3400
|
+
mjs_setName(_0: MjsElement, _1: string): number;
|
|
3401
|
+
mju_bandDiag(_0: number, _1: number, _2: number, _3: number): number;
|
|
3402
|
+
mju_isZero(_0: number[], _1: number): number;
|
|
3403
|
+
mju_printMat(_0: number[], _1: number, _2: number): void;
|
|
3404
|
+
mju_str2Type(_0: string): number;
|
|
3405
|
+
mjv_addGeoms(_0: MjModel, _1: MjData, _2: MjvOption, _3: MjvPerturb, _4: number, _5: MjvScene): void;
|
|
3406
|
+
mjv_applyPerturbPose(_0: MjModel, _1: MjData, _2: MjvPerturb, _3: number): void;
|
|
3407
|
+
mjv_initGeom(_0: MjvGeom, _1: number, _2: number[], _3: number[], _4: number[], _5: number[]): void;
|
|
3408
|
+
mjv_updateScene(_0: MjModel, _1: MjData, _2: MjvOption, _3: MjvPerturb, _4: MjvCamera, _5: number, _6: MjvScene): void;
|
|
3409
|
+
mj_saveLastXML(_0: string, _1: MjModel): number;
|
|
3410
|
+
mj_setLengthRange(_0: MjModel, _1: MjData, _2: number, _3: MjLROpt): number;
|
|
3411
|
+
mjMAXCONPAIR: number;
|
|
3412
|
+
mjMAXLIGHT: number;
|
|
3413
|
+
mjMAXLINE: number;
|
|
3414
|
+
mjMAXLINEPNT: number;
|
|
3415
|
+
mjMAXOVERLAY: number;
|
|
3416
|
+
mjMAXPLANEGRID: number;
|
|
3417
|
+
mjNBIAS: number;
|
|
3418
|
+
mjNDYN: number;
|
|
3419
|
+
mjNEQDATA: number;
|
|
3420
|
+
mjNGAIN: number;
|
|
3421
|
+
mjNGROUP: number;
|
|
3422
|
+
mjNIMP: number;
|
|
3423
|
+
mjNREF: number;
|
|
3424
|
+
mjNSOLVER: number;
|
|
3425
|
+
mjVERSION_HEADER: number;
|
|
3426
|
+
mj_sizeModel(_0: MjModel): bigint;
|
|
3427
|
+
mj_getTotalmass(_0: MjModel): number;
|
|
3428
|
+
mj_initSensorHistory(_0: MjModel, _1: MjData, _2: number, _3: number[], _4: number[], _5: number): void;
|
|
3429
|
+
mj_readCtrl(_0: MjModel, _1: MjData, _2: number, _3: number, _4: number): number;
|
|
3430
|
+
mj_setTotalmass(_0: MjModel, _1: number): void;
|
|
3431
|
+
mjs_getWrapCoef(_0: MjsWrap): number;
|
|
3432
|
+
mjs_getWrapDivisor(_0: MjsWrap): number;
|
|
3433
|
+
mjs_wrapJoint(_0: MjsTendon, _1: string, _2: number): MjsWrap | undefined;
|
|
3434
|
+
mjs_wrapPulley(_0: MjsTendon, _1: number): MjsWrap | undefined;
|
|
3435
|
+
mju_Halton(_0: number, _1: number): number;
|
|
3436
|
+
mju_L1(_0: number[], _1: number): number;
|
|
3437
|
+
mju_clip(_0: number, _1: number, _2: number): number;
|
|
3438
|
+
mju_dist3(_0: number[], _1: number[]): number;
|
|
3439
|
+
mju_dot(_0: number[], _1: number[]): number;
|
|
3440
|
+
mju_dot3(_0: number[], _1: number[]): number;
|
|
3441
|
+
mju_isBad(_0: number): number;
|
|
3442
|
+
mju_max(_0: number, _1: number): number;
|
|
3443
|
+
mju_min(_0: number, _1: number): number;
|
|
3444
|
+
mju_mulVecMatVec(_0: number[], _1: number[], _2: number[]): number;
|
|
3445
|
+
mju_muscleBias(_0: number, _1: number[], _2: number, _3: number[]): number;
|
|
3446
|
+
mju_muscleDynamics(_0: number, _1: number, _2: number[]): number;
|
|
3447
|
+
mju_muscleGain(_0: number, _1: number, _2: number[], _3: number, _4: number[]): number;
|
|
3448
|
+
mju_norm(_0: number[], _1: number): number;
|
|
3449
|
+
mju_norm3(_0: number[]): number;
|
|
3450
|
+
mju_round(_0: number): number;
|
|
3451
|
+
mju_sigmoid(_0: number): number;
|
|
3452
|
+
mju_sign(_0: number): number;
|
|
3453
|
+
mju_springDamper(_0: number, _1: number, _2: number, _3: number, _4: number): number;
|
|
3454
|
+
mju_sum(_0: number[], _1: number): number;
|
|
3455
|
+
mjv_connector(_0: MjvGeom, _1: number, _2: number, _3: number[], _4: number[]): void;
|
|
3456
|
+
mjv_frustumHeight(_0: MjvScene): number;
|
|
3457
|
+
mjv_moveCamera(_0: MjModel, _1: number, _2: number, _3: number, _4: MjvScene, _5: MjvCamera): void;
|
|
3458
|
+
mjv_moveModel(_0: MjModel, _1: number, _2: number, _3: number, _4: number[], _5: MjvScene): void;
|
|
3459
|
+
mjv_movePerturb(_0: MjModel, _1: MjData, _2: number, _3: number, _4: number, _5: MjvScene, _6: MjvPerturb): void;
|
|
3460
|
+
mjMAXIMP: number;
|
|
3461
|
+
mjMAXVAL: number;
|
|
3462
|
+
mjMINIMP: number;
|
|
3463
|
+
mjMINMU: number;
|
|
3464
|
+
mjMINVAL: number;
|
|
3465
|
+
mjPI: number;
|
|
3466
|
+
mj_id2name(_0: MjModel, _1: number, _2: number): string;
|
|
3467
|
+
mj_versionString(): string;
|
|
3468
|
+
mjs_getError(_0: MjSpec): string;
|
|
3469
|
+
mjs_getName(_0: MjsElement): string;
|
|
3470
|
+
mjs_setToAdhesion(_0: MjsActuator, _1: number): string;
|
|
3471
|
+
mjs_setToCylinder(_0: MjsActuator, _1: number, _2: number, _3: number, _4: number): string;
|
|
3472
|
+
mjs_setToDamper(_0: MjsActuator, _1: number): string;
|
|
3473
|
+
mjs_setToMotor(_0: MjsActuator): string;
|
|
3474
|
+
mjs_setToVelocity(_0: MjsActuator, _1: number): string;
|
|
3475
|
+
mju_type2Str(_0: number): string;
|
|
3476
|
+
mju_warningText(_0: number, _1: number): string;
|
|
3477
|
+
mju_writeNumBytes(_0: number): string;
|
|
3478
|
+
parseXMLString(_0: EmbindString): MjSpec;
|
|
3479
|
+
mj_addM(_0: MjModel, _1: MjData, _2: any, _3: any, _4: any, _5: any): void;
|
|
3480
|
+
mj_angmomMat(_0: MjModel, _1: MjData, _2: any, _3: number): void;
|
|
3481
|
+
mj_applyFT(_0: MjModel, _1: MjData, _2: number[], _3: number[], _4: number[], _5: number, _6: any): void;
|
|
3482
|
+
mj_constraintUpdate(_0: MjModel, _1: MjData, _2: number[], _3: any, _4: number): void;
|
|
3483
|
+
mj_contactForce(_0: MjModel, _1: MjData, _2: number, _3: any): void;
|
|
3484
|
+
mj_defaultSolRefImp(_0: any, _1: any): void;
|
|
3485
|
+
mj_differentiatePos(_0: MjModel, _1: any, _2: number, _3: number[], _4: number[]): void;
|
|
3486
|
+
mj_extractState(_0: MjModel, _1: number[], _2: number, _3: any, _4: number): void;
|
|
3487
|
+
mj_fullM(_0: MjModel, _1: any, _2: number[]): void;
|
|
3488
|
+
mj_geomDistance(_0: MjModel, _1: MjData, _2: number, _3: number, _4: number, _5: any): number;
|
|
3489
|
+
mj_getState(_0: MjModel, _1: MjData, _2: any, _3: number): void;
|
|
3490
|
+
mj_integratePos(_0: MjModel, _1: any, _2: number[], _3: number): void;
|
|
3491
|
+
mj_jac(_0: MjModel, _1: MjData, _2: any, _3: any, _4: number[], _5: number): void;
|
|
3492
|
+
mj_jacBody(_0: MjModel, _1: MjData, _2: any, _3: any, _4: number): void;
|
|
3493
|
+
mj_jacBodyCom(_0: MjModel, _1: MjData, _2: any, _3: any, _4: number): void;
|
|
3494
|
+
mj_jacDot(_0: MjModel, _1: MjData, _2: any, _3: any, _4: number[], _5: number): void;
|
|
3495
|
+
mj_jacGeom(_0: MjModel, _1: MjData, _2: any, _3: any, _4: number): void;
|
|
3496
|
+
mj_jacPointAxis(_0: MjModel, _1: MjData, _2: any, _3: any, _4: number[], _5: number[], _6: number): void;
|
|
3497
|
+
mj_jacSite(_0: MjModel, _1: MjData, _2: any, _3: any, _4: number): void;
|
|
3498
|
+
mj_jacSubtreeCom(_0: MjModel, _1: MjData, _2: any, _3: number): void;
|
|
3499
|
+
mj_local2Global(_0: MjData, _1: any, _2: any, _3: number[], _4: number[], _5: number, _6: number): void;
|
|
3500
|
+
mj_mulJacTVec(_0: MjModel, _1: MjData, _2: any, _3: number[]): void;
|
|
3501
|
+
mj_mulJacVec(_0: MjModel, _1: MjData, _2: any, _3: number[]): void;
|
|
3502
|
+
mj_mulM(_0: MjModel, _1: MjData, _2: any, _3: number[]): void;
|
|
3503
|
+
mj_mulM2(_0: MjModel, _1: MjData, _2: any, _3: number[]): void;
|
|
3504
|
+
mj_multiRay(_0: MjModel, _1: MjData, _2: number[], _3: number[], _4: number[], _5: number, _6: number, _7: any, _8: any, _9: any, _10: number, _11: number): void;
|
|
3505
|
+
mj_normalizeQuat(_0: MjModel, _1: any): void;
|
|
3506
|
+
mj_objectAcceleration(_0: MjModel, _1: MjData, _2: number, _3: number, _4: any, _5: number): void;
|
|
3507
|
+
mj_objectVelocity(_0: MjModel, _1: MjData, _2: number, _3: number, _4: any, _5: number): void;
|
|
3508
|
+
mj_ray(_0: MjModel, _1: MjData, _2: number[], _3: number[], _4: number[], _5: number, _6: number, _7: any, _8: any): number;
|
|
3509
|
+
mj_rayFlex(_0: MjModel, _1: MjData, _2: number, _3: number, _4: number, _5: number, _6: number, _7: number, _8: number[], _9: number[], _10: any, _11: any): number;
|
|
3510
|
+
mj_rayHfield(_0: MjModel, _1: MjData, _2: number, _3: number[], _4: number[], _5: any): number;
|
|
3511
|
+
mj_rayMesh(_0: MjModel, _1: MjData, _2: number, _3: number[], _4: number[], _5: any): number;
|
|
3512
|
+
mj_rne(_0: MjModel, _1: MjData, _2: number, _3: any): void;
|
|
3513
|
+
mj_solveM(_0: MjModel, _1: MjData, _2: any, _3: number[]): void;
|
|
3514
|
+
mj_solveM2(_0: MjModel, _1: MjData, _2: any, _3: number[], _4: number[]): void;
|
|
3515
|
+
mjd_inverseFD(_0: MjModel, _1: MjData, _2: number, _3: number, _4: any, _5: any, _6: any, _7: any, _8: any, _9: any, _10: any): void;
|
|
3516
|
+
mjd_quatIntegrate(_0: number[], _1: number, _2: any, _3: any, _4: any): void;
|
|
3517
|
+
mjd_subQuat(_0: number[], _1: number[], _2: any, _3: any): void;
|
|
3518
|
+
mjd_transitionFD(_0: MjModel, _1: MjData, _2: number, _3: number, _4: any, _5: any, _6: any, _7: any): void;
|
|
3519
|
+
mjs_makeMesh(_0: MjsMesh, _1: mjtMeshBuiltin, _2: any, _3: number): number;
|
|
3520
|
+
mjs_resolveOrientation(_0: any, _1: number, _2: string, _3: MjsOrientation): string;
|
|
3521
|
+
mjs_setToIntVelocity(_0: MjsActuator, _1: number, _2: any, _3: any, _4: any, _5: number): string;
|
|
3522
|
+
mjs_setToMuscle(_0: MjsActuator, _1: any, _2: number, _3: any, _4: number, _5: number, _6: number, _7: number, _8: number, _9: number, _10: number): string;
|
|
3523
|
+
mjs_setToPosition(_0: MjsActuator, _1: number, _2: any, _3: any, _4: any, _5: number): string;
|
|
3524
|
+
mju_add(_0: any, _1: number[], _2: number[]): void;
|
|
3525
|
+
mju_add3(_0: any, _1: number[], _2: number[]): void;
|
|
3526
|
+
mju_addScl(_0: any, _1: number[], _2: number[], _3: number): void;
|
|
3527
|
+
mju_addScl3(_0: any, _1: number[], _2: number[], _3: number): void;
|
|
3528
|
+
mju_addTo(_0: any, _1: number[]): void;
|
|
3529
|
+
mju_addTo3(_0: any, _1: number[]): void;
|
|
3530
|
+
mju_addToScl(_0: any, _1: number[], _2: number): void;
|
|
3531
|
+
mju_addToScl3(_0: any, _1: number[], _2: number): void;
|
|
3532
|
+
mju_axisAngle2Quat(_0: any, _1: number[], _2: number): void;
|
|
3533
|
+
mju_band2Dense(_0: any, _1: number[], _2: number, _3: number, _4: number, _5: number): void;
|
|
3534
|
+
mju_bandMulMatVec(_0: any, _1: number[], _2: number[], _3: number, _4: number, _5: number, _6: number, _7: number): void;
|
|
3535
|
+
mju_boxQP(_0: any, _1: any, _2: any, _3: number[], _4: number[], _5: number[], _6: number[]): number;
|
|
3536
|
+
mju_cholFactor(_0: any, _1: number): number;
|
|
3537
|
+
mju_cholFactorBand(_0: any, _1: number, _2: number, _3: number, _4: number, _5: number): number;
|
|
3538
|
+
mju_cholSolve(_0: any, _1: number[], _2: number[]): void;
|
|
3539
|
+
mju_cholSolveBand(_0: any, _1: number[], _2: number[], _3: number, _4: number, _5: number): void;
|
|
3540
|
+
mju_cholUpdate(_0: any, _1: any, _2: number): number;
|
|
3541
|
+
mju_copy(_0: any, _1: number[]): void;
|
|
3542
|
+
mju_copy3(_0: any, _1: number[]): void;
|
|
3543
|
+
mju_copy4(_0: any, _1: number[]): void;
|
|
3544
|
+
mju_cross(_0: any, _1: number[], _2: number[]): void;
|
|
3545
|
+
mju_d2n(_0: any, _1: number[]): void;
|
|
3546
|
+
mju_decodePyramid(_0: any, _1: number[], _2: number[]): void;
|
|
3547
|
+
mju_dense2Band(_0: any, _1: number[], _2: number, _3: number, _4: number): void;
|
|
3548
|
+
mju_dense2sparse(_0: any, _1: number[], _2: number, _3: number, _4: any, _5: any, _6: any): number;
|
|
3549
|
+
mju_derivQuat(_0: any, _1: number[], _2: number[]): void;
|
|
3550
|
+
mju_eig3(_0: any, _1: any, _2: any, _3: number[]): number;
|
|
3551
|
+
mju_encodePyramid(_0: any, _1: number[], _2: number[]): void;
|
|
3552
|
+
mju_euler2Quat(_0: any, _1: number[], _2: string): void;
|
|
3553
|
+
mju_eye(_0: any): void;
|
|
3554
|
+
mju_f2n(_0: any, _1: number[]): void;
|
|
3555
|
+
mju_fill(_0: any, _1: number): void;
|
|
3556
|
+
mju_insertionSort(_0: any): void;
|
|
3557
|
+
mju_insertionSortInt(_0: any): void;
|
|
3558
|
+
mju_mat2Quat(_0: any, _1: number[]): void;
|
|
3559
|
+
mju_mat2Rot(_0: any, _1: number[]): number;
|
|
3560
|
+
mju_mulMatMat(_0: any, _1: number[], _2: number[], _3: number, _4: number, _5: number): void;
|
|
3561
|
+
mju_mulMatMatT(_0: any, _1: number[], _2: number[], _3: number, _4: number, _5: number): void;
|
|
3562
|
+
mju_mulMatTMat(_0: any, _1: number[], _2: number[], _3: number, _4: number, _5: number): void;
|
|
3563
|
+
mju_mulMatTVec(_0: any, _1: number[], _2: number[], _3: number, _4: number): void;
|
|
3564
|
+
mju_mulMatTVec3(_0: any, _1: number[], _2: number[]): void;
|
|
3565
|
+
mju_mulMatVec(_0: any, _1: number[], _2: number[], _3: number, _4: number): void;
|
|
3566
|
+
mju_mulMatVec3(_0: any, _1: number[], _2: number[]): void;
|
|
3567
|
+
mju_mulPose(_0: any, _1: any, _2: number[], _3: number[], _4: number[], _5: number[]): void;
|
|
3568
|
+
mju_mulQuat(_0: any, _1: number[], _2: number[]): void;
|
|
3569
|
+
mju_mulQuatAxis(_0: any, _1: number[], _2: number[]): void;
|
|
3570
|
+
mju_n2d(_0: any, _1: number[]): void;
|
|
3571
|
+
mju_n2f(_0: any, _1: number[]): void;
|
|
3572
|
+
mju_negPose(_0: any, _1: any, _2: number[], _3: number[]): void;
|
|
3573
|
+
mju_negQuat(_0: any, _1: number[]): void;
|
|
3574
|
+
mju_normalize(_0: any, _1: number): number;
|
|
3575
|
+
mju_normalize3(_0: any): number;
|
|
3576
|
+
mju_normalize4(_0: any): number;
|
|
3577
|
+
mju_quat2Mat(_0: any, _1: number[]): void;
|
|
3578
|
+
mju_quat2Vel(_0: any, _1: number[], _2: number): void;
|
|
3579
|
+
mju_quatIntegrate(_0: any, _1: number[], _2: number): void;
|
|
3580
|
+
mju_quatZ2Vec(_0: any, _1: number[]): void;
|
|
3581
|
+
mju_rayGeom(_0: number[], _1: number[], _2: number[], _3: number[], _4: number[], _5: number, _6: any): number;
|
|
3582
|
+
mju_raySkin(_0: number, _1: number, _2: number[], _3: number[], _4: number[], _5: number[], _6: any): number;
|
|
3583
|
+
mju_rotVecQuat(_0: any, _1: number[], _2: number[]): void;
|
|
3584
|
+
mju_scl(_0: any, _1: number[], _2: number): void;
|
|
3585
|
+
mju_scl3(_0: any, _1: number[], _2: number): void;
|
|
3586
|
+
mju_sparse2dense(_0: any, _1: number[], _2: number, _3: number, _4: number[], _5: number[], _6: number[]): void;
|
|
3587
|
+
mju_sqrMatTD(_0: any, _1: number[], _2: number[], _3: number, _4: number): void;
|
|
3588
|
+
mju_standardNormal(_0: any): number;
|
|
3589
|
+
mju_sub(_0: any, _1: number[], _2: number[]): void;
|
|
3590
|
+
mju_sub3(_0: any, _1: number[], _2: number[]): void;
|
|
3591
|
+
mju_subFrom(_0: any, _1: number[]): void;
|
|
3592
|
+
mju_subFrom3(_0: any, _1: number[]): void;
|
|
3593
|
+
mju_subQuat(_0: any, _1: number[], _2: number[]): void;
|
|
3594
|
+
mju_symmetrize(_0: any, _1: number[], _2: number): void;
|
|
3595
|
+
mju_transformSpatial(_0: any, _1: number[], _2: number, _3: number[], _4: number[], _5: number[]): void;
|
|
3596
|
+
mju_transpose(_0: any, _1: number[], _2: number, _3: number): void;
|
|
3597
|
+
mju_trnVecPose(_0: any, _1: number[], _2: number[], _3: number[]): void;
|
|
3598
|
+
mju_unit4(_0: any): void;
|
|
3599
|
+
mju_zero(_0: any, _1: number): void;
|
|
3600
|
+
mju_zero3(_0: any): void;
|
|
3601
|
+
mju_zero4(_0: any): void;
|
|
3602
|
+
mjv_alignToCamera(_0: any, _1: number[], _2: number[]): void;
|
|
3603
|
+
mjv_cameraFrame(_0: any, _1: any, _2: any, _3: any, _4: MjData, _5: MjvCamera): void;
|
|
3604
|
+
mjv_cameraFrustum(_0: any, _1: any, _2: any, _3: MjModel, _4: MjvCamera): void;
|
|
3605
|
+
mjv_cameraInModel(_0: any, _1: any, _2: any, _3: MjvScene): void;
|
|
3606
|
+
mjv_cameraInRoom(_0: any, _1: any, _2: any, _3: MjvScene): void;
|
|
3607
|
+
mjv_model2room(_0: any, _1: any, _2: number[], _3: number[], _4: MjvScene): void;
|
|
3608
|
+
mjv_room2model(_0: any, _1: any, _2: number[], _3: number[], _4: MjvScene): void;
|
|
3609
|
+
mjv_select(_0: MjModel, _1: MjData, _2: MjvOption, _3: number, _4: number, _5: number, _6: MjvScene, _7: any, _8: any, _9: any, _10: any): number;
|
|
3610
|
+
mj_saveModel(_0: MjModel, _1: string|null, _2: any): void;
|
|
3611
|
+
get_mjDISABLESTRING(): any;
|
|
3612
|
+
get_mjENABLESTRING(): any;
|
|
3613
|
+
get_mjFRAMESTRING(): any;
|
|
3614
|
+
get_mjLABELSTRING(): any;
|
|
3615
|
+
get_mjRNDSTRING(): any;
|
|
3616
|
+
get_mjTIMERSTRING(): any;
|
|
3617
|
+
get_mjVISSTRING(): any;
|
|
3618
|
+
}
|
|
3619
|
+
|
|
3620
|
+
export type MainModule = WasmModule & typeof RuntimeExports & EmbindModule;
|
|
3621
|
+
export default function MainModuleFactory (options?: unknown): Promise<MainModule>;
|