Merge branch 'main' into with-config
This commit is contained in:
3
workspace/.gitignore
vendored
3
workspace/.gitignore
vendored
@@ -1,3 +1,6 @@
|
||||
build/*
|
||||
build/**
|
||||
install/*
|
||||
install/**
|
||||
log/*
|
||||
log/**
|
||||
|
||||
@@ -14,10 +14,10 @@ setup(
|
||||
install_requires=[
|
||||
'setuptools',
|
||||
'osc4py3',
|
||||
'roboticstoolbox-python==1.1.1',
|
||||
'roboticstoolbox-python',
|
||||
'numpy==1.22.4',
|
||||
'scipy==1.7.3',
|
||||
'spatialmath-python==1.1.14'],
|
||||
'spatialmath-python'],
|
||||
zip_safe=True,
|
||||
maintainer='Alexander Schaefer',
|
||||
maintainer_email='a.schaefer@tuhh.de',
|
||||
|
||||
Reference in New Issue
Block a user