Skip to content

Releases: robofit/arcor2

0.4.3 (May 22, 2020)

22 May 07:32
2df5c21
Compare
Choose a tag to compare

Changelog

  • added support for CORS

0.4.2 (April 27, 2020)

27 Apr 16:01
1985ab7
Compare
Choose a tag to compare

Changelog:

  • Fix of functions to transform relative poses to absolute and vice versa

0.4.1 (April 22, 2020)

22 Apr 15:53
29864cd
Compare
Choose a tag to compare
  • New RPCs for getting robot joints and effector pose
  • New RPC to get IDs of EE and suctions
  • Fix of remove action RPC
  • Added pivot enum for UpdateObjectPoseUsingRobot
  • Another fixes

0.4.0 (April 17, 2020)

17 Apr 12:02
542ad35
Compare
Choose a tag to compare

Execution API: https://robofit.github.io/arcor2/execution_service_proxy.html
Build API: https://robofit.github.io/arcor2/build_service.html

Changelog:

  • Complete redesign of RPC for ARClients (AREditor atm)
  • Documentation of execution and build API
  • Support for project service 0.2.0
  • New and updated events
  • Enhanced error messages
  • Create (global) session to enable reuse of connections.

0.3.0 (March 24, 2020)

24 Mar 14:02
a15f359
Compare
Choose a tag to compare
  • Renamed RobotJoints to ProjectRobotJoints and ModelTypeEnum to Model3dType
  • Added new services for Time and Logic related actons
  • Added boolean parameter plugin
  • Description, returns and origins fields marked as optional
  • New event - ActionResult
  • Separated script enabling discovery through UDP broadcast
  • Support for list params
  • Services and Action objects are now marked as disabled when some problem occured and error message is passed to GUI (previously such services/objects were ignored)
  • Services with no configuration are disabled

0.2.1 (February 28, 2020)

28 Feb 10:18
3fb5714
Compare
Choose a tag to compare
  • Added compatibility with Project service v 0.1.1
  • Param values and defaults are strings now
  • min, max stored in extra as JSON string

0.2.0 (February 20, 2020)

20 Feb 14:30
74f34eb
Compare
Choose a tag to compare
  • ExecuteAction RPC.
  • Uuid for action object/point/action.
  • Execution proxy PUT method
  • ActionPoint class in execution package
  • Removed loop in main script, when hasLogic == false
  • Parameter values not send in currentAction event
  • ProjectState RESUMED removed
  • Execution: print out script output if not JSON.
  • Joint: rotation -> value

0.1.7 (January 24, 2020)

24 Jan 14:18
4924135
Compare
Choose a tag to compare
Merge pull request #29 from ZdenekM/master

Build: disable caching.

0.1.5 (January 22, 2020)

22 Jan 07:26
861f90b
Compare
Choose a tag to compare
Merge pull request #24 from ZdenekM/master

Parameter plugins

0.1.4 (December 18, 2019)

18 Dec 21:40
12e3886
Compare
Choose a tag to compare
Merge pull request #20 from ZdenekM/master

Parameter of type relative_pose now accepts json string as value