You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix display of nav bars in chrome; fix servo resource to properly call the hedgehog client; increase sensor graph interval to not overload the Hedgehog.
This release fixes some minor UI issues such as scrolling behavior, ensures Node 7 compatibility to work around problems with Node 8 (later Node versions are not yet tested extensively), and adds support for version and emergency stop messages; this release still hides E-Stop UI until all concerned layers are completed. Also, servo position ranges have been adjusted to match what is specified in the protocol.
This release adds rudimentary internationalization including a Chinese translation, and update code generated from Blockly programs to the (Python) hedgehog-client library version 0.9.0rc5. Blockly now synchronizes both motors in driving commands, and supports encoder motors and Lego robotics components.
update Angular, typescript declarations
use GSL to generate Blockly stubs
coverage measurement with NYC
There were a lot of changes since v1.3.0, so use with caution.
This version of the Hedgehog IDE uses a new protocol version (compatible with hedgehog-server 0.4.0 and up) and adds project templates, a generalization of the hard-coded Python "Hello World" template that was used for any new project in previous versions.