Add robot setup command and configuration management for cobot-setting.yaml
This commit is contained in:
@@ -3,11 +3,12 @@ from setuptools import setup, find_packages
|
||||
setup(
|
||||
name="lightweight-cobot",
|
||||
version="0.1.0",
|
||||
description="Lightweight Cobot — KUKA iiwa7 ROS2 Control Framework",
|
||||
description="Lightweight Cobot",
|
||||
packages=find_packages(),
|
||||
python_requires=">=3.11",
|
||||
install_requires=[
|
||||
"textual",
|
||||
"ruamel.yaml",
|
||||
],
|
||||
entry_points={
|
||||
"console_scripts": [
|
||||
|
||||
Reference in New Issue
Block a user