update arm ctrl rm py

This commit is contained in:
LiuzhengSJ
2026-07-06 14:18:34 +01:00
parent a875ef6280
commit e3ca28fb99
8 changed files with 94 additions and 21 deletions

View File

@ -24,7 +24,7 @@ setup(
},
entry_points={
'console_scripts': [
'arm_ctrl = harvest_arm_ctrl.arm_ctrl:main'
'kinematics_arm = harvest_arm_ctrl.run_kinematics_arm:main',
],
},
)