Skip to content

Commit

Permalink
[pms] Added new Process modules for HSR
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigul committed Feb 27, 2024
1 parent 4ebee7f commit 9afff12
Show file tree
Hide file tree
Showing 2 changed files with 463 additions and 159 deletions.
4 changes: 2 additions & 2 deletions src/pycram/process_modules/__init__.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
from .pr2_process_modules import Pr2Manager
from .boxy_process_modules import BoxyManager
from .donbot_process_modules import DonbotManager
from .hsr_process_modules import HSRManager
from .hsr_process_modules import HSRBManager
from .default_process_modules import DefaultManager

Pr2Manager()
BoxyManager()
DonbotManager()
HSRManager()
HSRBManager()
DefaultManager()
Loading

0 comments on commit 9afff12

Please sign in to comment.