Skip to content

Releases: JdeRobot/VisualCircuit

VisualCircuit 3.5: Finite State Machines and ROS2 Blocks

27 May 17:03
7688e33
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.4...v3.5

Block migration: Use new template and shared memory implementation

16 Aug 09:41
c878f11
Compare
Choose a tag to compare

This release migrates all existing blocks to the new template.
All blocks also use python 3.8 shared memory implementation.

Wire Implementation using python's Shared Memory

06 Jun 18:57
38bea94
Compare
Choose a tag to compare
  • Shared memory for wires between blocks using Python 3.8s shared memory module instead of posix_ipc.
  • The new interface for the argument list and block synchronisation is also simpler than before.

VisualCircuit Packaged Release

07 Apr 11:47
16b0e13
Compare
Choose a tag to compare

Added Features:

  • Enable/Disable blocks using wires.
  • Control Frequency of blocks.
  • Enhanced Block Template.
  • Added a tiny Yolov3 based Object Detector.

Other:

  • AppImage for Linux64
  • Fixed issue with cloned instances.
  • New Blocks in 'Create' Category.

VisualCircuit First Release

30 Aug 18:18
7961638
Compare
Choose a tag to compare
This is the first working release for VisualCircuit.