Update the MuJoCo version for the 3.2.5 release following the 3.2.4 release.

PiperOrigin-RevId: 686641388
Change-Id: I68d5183c9d369b7617f692ab97c12c53f0d2504c
This commit is contained in:
Google DeepMind
2024-10-16 14:23:02 -07:00
committed by Copybara-Service
parent 8740533644
commit ffdb800e45
16 changed files with 34 additions and 34 deletions
@@ -37,7 +37,7 @@ public class MujocoBinaryRetriever {
if (AssetDatabase.LoadMainAssetAtPath(mujocoPath + "/mujoco.dylib") == null) {
File.Copy(
"/Applications/MuJoCo.app/Contents/Frameworks" +
"/mujoco.framework/Versions/Current/libmujoco.3.2.4.dylib",
"/mujoco.framework/Versions/Current/libmujoco.3.2.5.dylib",
mujocoPath + "/mujoco.dylib");
AssetDatabase.Refresh();
}
@@ -45,7 +45,7 @@ public class MujocoBinaryRetriever {
if (AssetDatabase.LoadMainAssetAtPath(mujocoPath + "/libmujoco.so") == null) {
File.Copy(
Environment.GetFolderPath(Environment.SpecialFolder.UserProfile) +
"/.mujoco/mujoco-3.2.4/lib/libmujoco.so.3.2.4",
"/.mujoco/mujoco-3.2.5/lib/libmujoco.so.3.2.5",
mujocoPath + "/libmujoco.so");
AssetDatabase.Refresh();
}
+1 -1
View File
@@ -109,7 +109,7 @@ public const int mjMAXLINEPNT = 1000;
public const int mjMAXPLANEGRID = 200;
public const bool THIRD_PARTY_MUJOCO_MJXMACRO_H_ = true;
public const bool THIRD_PARTY_MUJOCO_MUJOCO_H_ = true;
public const int mjVERSION_HEADER = 324;
public const int mjVERSION_HEADER = 325;
// ------------------------------------Enums------------------------------------
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "org.mujoco",
"displayName": "MuJoCo",
"version": "3.2.4",
"version": "3.2.5",
"description": "MuJoCo importer and runtime plug-in",
"dependencies": {},
"author": {