Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

alex description added #247

Open
wants to merge 2 commits into
base: devel
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions python/example_robot_data/robots_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,30 @@ class PandaLoader(RobotLoader):
ref_posture = "default"


class AlexNubHandsLoader(RobotLoader):
path = "alex_description"
urdf_filename = "alex_nub_hands.urdf"
urdf_subpath = "urdf"
srdf_filename = "alex_nub_hands.srdf"
ref_posture = "default"


class AlexPsyonicHandsLoader(RobotLoader):
path = "alex_description"
urdf_filename = "alex_psyonic_hands.urdf"
urdf_subpath = "urdf"
srdf_filename = "alex_psyonic_hands.srdf"
ref_posture = "default"


class AlexSakeHandsLoader(RobotLoader):
path = "alex_description"
urdf_filename = "alex_sake_hands.urdf"
urdf_subpath = "urdf"
srdf_filename = "alex_sake_hands.srdf"
ref_posture = "default"


class AllegroRightHandLoader(RobotLoader):
path = "allegro_hand_description"
urdf_filename = "allegro_right_hand.urdf"
Expand Down Expand Up @@ -605,6 +629,9 @@ class PR2Loader(RobotLoader):
"kinova": KinovaLoader,
"laikago": LaikagoLoader,
"panda": PandaLoader,
"alex_nub_hands": AlexNubHandsLoader,
"alex_psyonic_hands": AlexPsyonicHandsLoader,
"alex_sake_hands": AlexSakeHandsLoader,
"allegro_right_hand": AllegroRightHandLoader,
"allegro_left_hand": AllegroLeftHandLoader,
"quadruped": QuadrupedLoader,
Expand Down
3 changes: 3 additions & 0 deletions robots/alex_description/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Boarwalk Robotics - Alex Robot

upstream: [](https://github.com/boardwalkrobotics/alex-robot-models) license: CC BY-NC-ND 4.0
Loading