AS: pkg for cart info and joint angles control

This commit is contained in:
Alexander Schaefer
2025-03-20 15:53:53 +01:00
parent 7b047387eb
commit 8be7f6dfe1
232 changed files with 5667 additions and 34 deletions

View File

@@ -0,0 +1,12 @@
Metadata-Version: 2.1
Name: joint-control
Version: 0.0.0
Summary: TODO: Package description
Home-page: UNKNOWN
Maintainer: root
Maintainer-email: root@todo.todo
License: TODO: License declaration
Platform: UNKNOWN
UNKNOWN

View File

@@ -0,0 +1,13 @@
package.xml
setup.cfg
setup.py
joint_control/__init__.py
joint_control/joint_angles_server.py
joint_control.egg-info/PKG-INFO
joint_control.egg-info/SOURCES.txt
joint_control.egg-info/dependency_links.txt
joint_control.egg-info/entry_points.txt
joint_control.egg-info/requires.txt
joint_control.egg-info/top_level.txt
joint_control.egg-info/zip-safe
resource/joint_control

View File

@@ -0,0 +1,3 @@
[console_scripts]
joint_control = joint_control.joint_angles_server:main

View File

@@ -0,0 +1 @@
setuptoolsosc4py3

View File

@@ -0,0 +1 @@
joint_control

View File

@@ -0,0 +1 @@