eaa2572a8b
Add private function mj_mulJacTVec_island for Jacobian transpose multiplication with sub indices corresponding to one island.
Yuval Tassa
2023-08-31 09:11:47 -07:00
85fd922b37
Add private function mj_mulJacVec_island for Jacobian multiplication with sub indices corresponding to one island.
Yuval Tassa
2023-08-31 07:27:34 -07:00
9fd186ac2b
Add private function mj_mulM_island for mass matrix multiplication with sub indices corresponding to one island.
Yuval Tassa
2023-08-31 06:41:55 -07:00
129abc6bca
Add private function mj_solveM_island for mass matrix solve with sub indices corresponding to one island.
Yuval Tassa
2023-08-31 05:10:14 -07:00
ba5cf4d54d
Address -Wint-conversion issues.
Google DeepMind
2023-08-31 03:24:01 -07:00
3f6c694e75
Fix typo in changelog
Yuval Tassa
2023-08-15 02:47:48 -07:00
3e034e38b2
Add constraint island discovery
Yuval Tassa
2023-08-15 02:29:26 -07:00
e4dddea42a
Make switch statements over enums in engine source use a typed expression to support compiler checking of full coverage.
Yuval Tassa
2023-08-14 11:16:53 -07:00
a276c49c30
Rename `actuatorforcerange and actuatorforcelimited, to actuatorfrcrange and actuatorfrclimited`, respectively.
Yuval Tassa
2023-08-14 07:18:03 -07:00
abfa08f6cd
Improve schema order in XML reference
Yuval Tassa
2023-08-14 03:16:12 -07:00
81d0e56185
Reduce font size in schema reference, make 4 columns
Yuval Tassa
2023-08-14 02:45:21 -07:00
6862cd7d1b
Fix broken link in README
Yuval Tassa
2023-08-11 18:00:37 -07:00
70952f5f1c
Updates to README
Yuval Tassa
2023-08-11 11:06:37 -07:00
5b65f91bb9
Replace O2MConverter with improved MyoConverter
Aleksi Ikkala
2023-08-11 10:02:14 +03:00
93012bf164
Remove legacy MacOS support in mju_alignedMalloc. As of MuJoCo 2.3.7, MacOS 11 is the oldest supported version of MacOS.
Kyle Bayes
2023-08-09 01:57:16 -07:00
631b16e7ad
Add better user error messages to Python renderer update_scene along with missing unit tests.
Kyle Bayes
2023-08-07 08:21:47 -07:00
2d7d5319f7
Rework sparse addM function to support compressed sparse matrices.
Kyle Bayes
2023-08-07 06:06:33 -07:00
6d7b49ccf5
Remove collision pruning statistics from simulate info panel.
Yuval Tassa
2023-08-07 06:04:22 -07:00
574ae6ab91
Add an actuator with actearly and dyntype="filterexact" to the test model.
Nimrod Gileadi
2023-08-07 05:07:50 -07:00
2c3297b3e7
Add filterexact and actearly options to MuJoCo.
Nimrod Gileadi
2023-08-07 04:49:42 -07:00
f0f535ed04
Improve order and clarify declarations of arena variables in mjdata.h
Yuval Tassa
2023-08-07 03:06:26 -07:00
4a519b9dd8
Raise an error if invalid camera name is provided to renderer update_scene. Fixes#870.
Kevin Zakka
2023-08-02 11:45:58 -07:00
a063e2f0ef
Add private functions and associated tests related to constraint island discovery.
Yuval Tassa
2023-08-02 08:42:25 -07:00
dac34c91bb
Set tendon_invweight0=0 for models with no dofs.
Nimrod Gileadi
2023-07-28 07:53:17 -07:00
455a081ee7
Cache triangles, vertices and normals from the mesh outside of the triangle loop so we don't have to request them inside the loop.
Google DeepMind
2023-07-28 07:50:15 -07:00
5f246ef210
Add ReadAttrVec, ReadAttrArr, ReadAttrStr, and ReadAttrNum to XML utils.
Kyle Bayes
2023-07-25 07:30:19 -07:00
5b4b3415fa
Fix a typo: availabe -> available
Nimrod Gileadi
2023-07-24 05:47:55 -07:00
65c827d422
Fix typo in key_callback example.
Kevin Zakka
2023-07-21 12:09:49 -07:00
bbbf30ee47
Fix typo in docs.
Yuval Tassa
2023-07-20 04:45:29 -07:00
eaf78b798b
Bump dev version number to 2.3.8.
Saran Tunyasuvunakool
2023-07-20 03:27:01 -07:00
c9246e1f50
Release version 2.3.7.
Saran Tunyasuvunakool
2023-07-20 02:13:05 -07:00
51aa375af0
Improvements related to models where joint-actuator relationship is not one-to-one: - Add joint-actuatorforcerange for clamping total actuator force at joints. Add sensor-jointactuatorfrc for sensing total actuator forces on a single joint. See [documentation](https://mujoco.readthedocs.io/en/latest//modeling.html#actuator-force-clamping) for justification and use cases. - Add simple car model to model/. - Move actuation-related test models into engine/testdata/actuation/.
Yuval Tassa
2023-07-19 10:28:24 -07:00
7603b07a20
Fix broken Linux build in 5fcdae771b.
Saran Tunyasuvunakool
2023-07-19 09:26:30 -07:00
5fcdae771b
Add content_type attribute that takes a MIME type to specify the file contents for meshes, hfields, and textures.
Kyle Bayes
2023-07-19 06:50:35 -07:00