// ███╗ ███╗ █████╗ ██████╗██╗ ██╗██╗███╗ ██╗ █████╗
// ████╗ ████║██╔══██╗██╔════╝██║ ██║██║████╗ ██║██╔══██╗
// ██╔████╔██║███████║██║ ███████║██║██╔██╗ ██║███████║
// ██║╚██╔╝██║██╔══██║██║ ██╔══██║██║██║╚██╗██║██╔══██║
// ██║ ╚═╝ ██║██║ ██║╚██████╗██║ ██║██║██║ ╚████║██║ ██║
// ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝╚═╝ ╚═╝╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
//
// ██████╗ ██╗ ██╗███╗ ██╗ █████╗ ███╗ ███╗ ██████╗
// ██╔══██╗╚██╗ ██╔╝████╗ ██║██╔══██╗████╗ ████║██╔═══██╗
// ██║ ██║ ╚████╔╝ ██╔██╗ ██║███████║██╔████╔██║██║ ██║
// ██║ ██║ ╚██╔╝ ██║╚██╗██║██╔══██║██║╚██╔╝██║██║ ██║
// ██████╔╝ ██║ ██║ ╚████║██║ ██║██║ ╚═╝ ██║╚██████╔╝
// ╚═════╝ ╚═╝ ╚═╝ ╚═══╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝
//
- Change
Compile
to spit out aRobotProgram
instance - Change
Display
to render it as aList<string>
- Add
Save
to write the program to a file somewhere on the system
- Fix
Connect
log typo - Core update
-
Core update to
v0.8.6
. -
Deprecate all the weird joint Actions
-
Add
Acceleration
-
Add
ArmAngle
-
Add
DefineTool
-
Update
Attach
andDetach
-
Icons for
WriteDigital/Analog
-
Add
ExternalAxis
-
Add
Bridge
section -
Add
Bridge.Connect
-
Rewrite
Bridge.Send
-
Add
Bridge.Listen
--> Outputs all the messages received since last update. -
Add listener parsers:
-
ActionExecuted
-
ActionIssued
-
ActionReleased
-
MotionUpdate
-
-
Add
Robot.Logger
-
Icon update
-
Update sample files
-
Dist + release
-
Package manager
(lost previous history...)