- Firmware 1.7 features
- High resolution image capture
- New events
- Alexa Auth
- Camera Settings Update
- Check Update Status
- Jdocs Changed
- Observed motion
- Unexpected movement
- Erased enrolled face
- Renamed enrolled face
- Camera Configuration
- Behavior cancellation
SayText
pitch parameter
- Added
FirmwareVersion
property toRobot
class - Added
Capabilities
class to detecting firmware capabilities - Added firmware update methods
- Added
CheckCloudConnection
method
- Video stream reliability greatly improved (no more blank video reboots required)
- Fixed connection failures for older versions of Windows
- Fixed phantom error when Vector's IP address changed
- Improved reliability of
WaitForAnimationCompletion
method
- Camera images are now returned as
Image
instance in both theCameraComponent
andImageReceivedEventArgs
.
- Authentication fix
- AppIntent functions now release control automatically.
- Documentation improvements
- Authentication issue
- Lifetime stats bug fixes
- AppIntent functions now release control automatically.
- Lifetime stats property type changes
- Ability to connect to Vector that is not on the local LAN (remote connections)
- Improved connection speed when connecting to known IP address
- FeatureStatus Event
- Submit AppIntent to Vector for processing
- REST API support
- Updated packages
- Improved error handling
- Fixed cube light API bug
- Other minor fixes
- Fixed saving robot configuration when .anki_vector folder doesn't exist.
- Removed deadlock in the
Robot.Dispose()
method.
- Removed
SynchronizationContext
related code to improve performance and cleanup design.
- No new features in this release.
- Fixed FxCop analyzer issues
- Events now run on their own thread instead of thread that owns the
Robot
instance.