Metadata-Version: 2.1
Name: arcor2-arserver
Version: 0.10.1
Summary: ARCOR2 - Augmented Reality Collaborative Robot.
Home-page: UNKNOWN
Author: Robo@FIT
Author-email: imaterna@fit.vut.cz
License: LGPL
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Programming Language :: Python :: 3.8
Classifier: Natural Language :: English
Classifier: Topic :: Scientific/Engineering
Requires-Python: ==3.8.*
Description-Content-Type: text/markdown
Requires-Dist: Flask (==1.1.2)
Requires-Dist: PyYAML (==5.3.1)
Requires-Dist: aiologger (==0.6.0)
Requires-Dist: aiorun (==2020.6.1)
Requires-Dist: apispec-webframeworks (==0.5.2)
Requires-Dist: apispec (==3.3.2)
Requires-Dist: arcor2-arserver-data (~=0.9.2)
Requires-Dist: arcor2-build-data (~=0.8.1)
Requires-Dist: arcor2-calibration-data (~=0.1.0)
Requires-Dist: arcor2-execution-data (~=0.9.0)
Requires-Dist: arcor2 (~=0.9.2)
Requires-Dist: dataclasses-jsonschema-rereleased[fast-validation] (==2.12.2)
Requires-Dist: dataclasses (==0.6)
Requires-Dist: lru-dict (==1.1.6)
Requires-Dist: numpy-quaternion (==2020.9.5.14.42.2)
Requires-Dist: pydobot2 (==0.1.0)
Requires-Dist: pyhumps (==1.6.1)
Requires-Dist: typed-ast (==1.4.1)
Requires-Dist: typing-inspect (==0.6.0)
Requires-Dist: websockets (==8.1)

# arcor2_arserver
# Changelog

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [0.10.1] - 2020-10-30

### Changed
- RPC for IK/FK.

## [0.10.0] - 2020-10-22

### Changed
- Updated due to a breaking change in `arcor2_execution_data`.

## [0.9.1] - 2020-10-19

### Changed
- ARCOR2 dependency updated

### Fixed
- fixed check for existing override

## [0.9.0] - 2020-10-16

### Changed
- WS API for updates of scene objects parameters and management of project-defined overrides.
- Integration tests refactored into multiple modules that can run in parallel.
- `UpdateObjectPose` and `UpdateActionPointPosition` now has dry_run.
- Box/Cylinder/Sphere models now have some constraints on their dimensions.
- 

## [0.8.0] - 2020-09-24
### Changed
- The first release of the separated package.
- RPC/Events refactored. 
- ARServer script now has ```--openapi``` argument and is able to generate OpenAPI models for RPCs and events.
- Detection of loops in: AP hierarchy, logic.
- Caching client for Project service.
- Proper handling of object inheritance.
- ObjectTypes are stored in temporary module on disk.
- Integration tests.

