Difference between revisions of "FlowDesigner"

From IntRoLab
Line 11: Line 11:
 
[http://robotflow.sf.net RobotFlow] is a mobile robotics tookit based on the FlowDesigner project. The visual programming interface provided in the FlowDesigner project will help people to better visualize & understand what is really happening in the robot's control loops, sensors, actuators, by using graphical probes and debugging in real-time.
 
[http://robotflow.sf.net RobotFlow] is a mobile robotics tookit based on the FlowDesigner project. The visual programming interface provided in the FlowDesigner project will help people to better visualize & understand what is really happening in the robot's control loops, sensors, actuators, by using graphical probes and debugging in real-time.
  
  RobotFlow is no longer maintained.
+
  '''Note : RobotFlow is no longer maintained.'''

Revision as of 18:41, 15 April 2011

Description

FlowDesigner.png

FlowDesigner is a free (GPL/LGPL) data flow oriented development environment. It can be used to build complex applications by combining small, reusable building blocks. In some ways, it is similar to both Simulink and LabView, but is hardly a clone of either. FlowDesigner features a RAD GUI with a visual debugger. Although FlowDesigner can be used as a rapid prototyping tool, it can still be used for building real-time applications such as audio effects processing. Since FlowDesigner is not really an interpreted language, it can be quite fast. It is written in C++ and features a plugin mechanism that allows plugins/toolboxes to be easiliy added.

RobotFlow

RobotFlow.jpeg

RobotFlow is a mobile robotics tookit based on the FlowDesigner project. The visual programming interface provided in the FlowDesigner project will help people to better visualize & understand what is really happening in the robot's control loops, sensors, actuators, by using graphical probes and debugging in real-time.

Note : RobotFlow is no longer maintained.