Skip to content
Snippets Groups Projects
Commit 0861ddf1 authored by Louis Montaut's avatar Louis Montaut
Browse files

renaming allegro hand to allegro right hand

parent e273ad36
No related branches found
No related tags found
No related merge requests found
......@@ -387,9 +387,9 @@ class PandaLoader(RobotLoader):
urdf_subpath = "urdf"
class AllegroHandLoader(RobotLoader):
class AllegroRightHandLoader(RobotLoader):
path = "allegro_hand_description"
urdf_filename = "allegro_hand.urdf"
urdf_filename = "allegro_right_hand.urdf"
urdf_subpath = "urdf"
......@@ -495,7 +495,7 @@ ROBOTS = {
"kinova": KinovaLoader,
"laikago": LaikagoLoader,
"panda": PandaLoader,
"allegro_hand": AllegroHandLoader,
"allegro_right_hand": AllegroRightHandLoader,
"romeo": RomeoLoader,
"simple_humanoid": SimpleHumanoidLoader,
"simple_humanoid_classical": SimpleHumanoidClassicalLoader,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment