Merge branch 'main' into with-config

This commit is contained in:
2025-06-08 22:16:10 +02:00
5 changed files with 36 additions and 5 deletions

View File

@@ -1,3 +1,6 @@
build/*
build/**
install/*
install/**
log/*
log/**

View File

@@ -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',