Skip to content

Commit

Permalink
move to se3 directory naming
Browse files Browse the repository at this point in the history
  • Loading branch information
aedsinger committed Jan 28, 2024
1 parent d44cd22 commit b8b2dde
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 2 deletions.
3 changes: 2 additions & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@
url="https://github.com/hello-robot/stretch_tool_share",
scripts = tool_scripts,
packages=['stretch_tool_share',
'stretch_tool_share_se3',
'stretch_tool_share.stretch_dex_wrist_beta',
'stretch_tool_share.stretch_dex_wrist',
'stretch_tool_share.reactorx_wrist_v1',
'stretch_tool_share.usbcam_wrist_v1',
'stretch_tool_share.dry_erase_holder_v1',
'stretch_tool_share.eoa_wrist_dw3_tool_tablet_12in'],
'stretch_tool_share_se3.eoa_wrist_dw3_tool_tablet_12in'],
classifiers=[
"Programming Language :: Python :: 2",
"Operating System :: OS Independent",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
To install:

Add the following to your user yaml:


robot:
tool: eoa_wrist_dw3_tool_tablet_12in

params:
- stretch_tool_share.eoa_wrist_dw3_tool_tablet_12in.params

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
params = {
"eoa_wrist_dw3_tool_tablet_12in": {
'py_class_name': 'EOA_Wrist_DW3_Tool_Tablet_12in',
'py_module_name': 'stretch_tool_share.eoa_wrist_dw3_tool_tablet_12in.tool',
'py_module_name': 'stretch_tool_share_se3.eoa_wrist_dw3_tool_tablet_12in.tool',
'use_group_sync_read': 1,
'retry_on_comm_failure': 1,
'baud': 115200,
Expand Down

0 comments on commit b8b2dde

Please sign in to comment.