From ef6f2c3deb93555d779bb3f9af0b3c21414c6bc0 Mon Sep 17 00:00:00 2001 From: Vikash Kumar Date: Tue, 10 Oct 2023 11:55:09 -0400 Subject: [PATCH] BUGFIX: Updating the simHive hash --- robohive_init.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/robohive_init.py b/robohive_init.py index 4f18239d..593803c1 100644 --- a/robohive_init.py +++ b/robohive_init.py @@ -124,7 +124,7 @@ def fetch_simhive(): clone_path=simhive_path) fetch_git(repo_url="https://github.com/MyoHub/myo_sim.git", - commit_hash="fd4e15ad6797db9351a921a8c8394a7070ba5541", + commit_hash="aff0bc096d98085ee0a6befd613cc9fbff024944", clone_directory="myo_sim", clone_path=simhive_path)