forked from cram2/pycram
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[pms] Added new Process modules for HSR
- Loading branch information
Showing
2 changed files
with
463 additions
and
159 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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() |
Oops, something went wrong.