Skip to content

RoboCommander - v0.3.5

Compare
Choose a tag to compare
@wwlib wwlib released this 28 Nov 17:07
· 11 commits to master since this release

Added auto-progression for TTS/ESML nodes

  • added ACTION_COMPLETE intent type for use with TTS/ESML nodes

  • added docs/wozgraph.md

  • GraphEditor: onRobotIntent is now called with NLU results from ASK nodes

  • added scriptContext property to nodes so node scripts can be executed inthe context of specific data.

  • added robotCommand porperty to nodes so arbitrary commands can be send when the node executes

  • using jsonic to parse non-standard (sparse) json in command definitions

  • GraphModel now keeps track of _activeRobot

  • nodeScripts now return a result and the data sandbox

  • added photo command (requires appropriate client key)

  • removed unnecessary var request (Robot.ts)