AS: pkg for cart info and joint angles control
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
[console_scripts]
|
||||
joint_control = joint_control.joint_angles_server:main
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
setuptoolsosc4py3
|
||||
@@ -0,0 +1 @@
|
||||
joint_control
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
Reference in New Issue
Block a user