Changes for page Learn More
Last modified by Coleman Benson on 2022/04/12 12:06
Change comment: There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -xwiki:XWiki. ENantel1 +xwiki:XWiki.CBenson - Content
-
... ... @@ -6,7 +6,7 @@ 6 6 )))|(% style="vertical-align:middle; width:160px" %)((( 7 7 [[[[image:[email protected]]]>>doc:ses-software.flowbotics.developers.WebHome]] 8 8 )))|(% style="vertical-align:middle; width:160px" %)((( 9 -[[[[image:[email protected]]]>>https://www.robotshop.com/en/flowbotics-studio-download.html?product-code=RB-Dsp-06]] 9 +[[[[image:[email protected]]]>>https://www.robotshop.com/en/flowbotics-studio-download.html?product-code=RB-Dsp-06||rel="noopener noreferrer" target="_blank"]] 10 10 ))) 11 11 12 12 = **LEARN MORE** = ... ... @@ -13,17 +13,21 @@ 13 13 14 14 (% style="width:710px" %) 15 15 |(% colspan="2" style="width:400px" %)**What is FlowBotics Studio?** 16 -|(% colspan="2" style="width:400px" %)FlowBotics Studio is a new development platform for robotics software: it boasts the powerful FlowBotics graphical programming language, and includes many demo robotics projects to get you started. It can be used to control just about any robotics platform, data acquisition board, motor controller, servo board, sound card, or webcam. 16 +|(% colspan="2" style="width:400px" %)((( 17 +FlowBotics Studio is a development platform for robotics software: it boasts the powerful FlowBotics graphical programming language, and includes many demo robotics projects to get you started. It can be interfaced with and used to control just about any robotics platform, data acquisition board, motor controller, servo board, sound card, or webcam. 18 + 19 +FlowBotics and the stand-alone APPs which it can create are intended to run on Windows-based operating systems and communicate in real time via a computer's COM port (ex. USB or Bluetooth) with external devices. FlowBotics is not intended to be uploaded to a microcontroller, FPGA or other controller. 20 +))) 17 17 |(% style="width:350px" %)((( 18 -FlowBotics Studio includes hundreds of built-in components that allow you to interface your PC to many of the standard computer peripherals and, using the FlowBotics programming language, you can quickly create new components for new hardware. You can also easily create new projects with custom GUI screens, knobs, buttons, switches, etc. that will run live from within FlowBotics Studio without needing to wait for compilation. 22 +FlowBotics Studio includes hundreds of built-in components that allow you to interface your Windows-based PC to many of the standard computer peripherals and, using the FlowBotics programming language, you can quickly create new components for new hardware. You can also easily create new projects with custom GUI screens, knobs, buttons, switches, etc. that will run live from within FlowBotics Studio without needing to wait for compilation. 19 19 20 -Using the FlowBotics programming language is as easy as dragging new components out of the library into the project's schematic, and making green links to connect one component's output of another one's input. FlowBotics even has support for writing custom modules in Ruby, a traditional procedural language.24 +Using the FlowBotics programming language is as easy as dragging new components out of the library into the project's schematic, and making green links to connect one component's output of another one's input. FlowBotics even has support for creating custom modules in Ruby, a traditional procedural language. 21 21 )))|(% style="text-align:center; vertical-align:middle" %)[[image:fbs-components-and-ruby.jpg]] 22 22 |(% colspan="2" style="width:400px" %)**FlowBotics Studio Demo Projects** 23 23 |(% colspan="2" style="width:400px" %)((( 24 - There is agrowingcollection of pre-made demo projectsfor usewithyour roboticshardware:the demosrange from GUIs for simple interface card and sensor— thatgive you access to real-time analogue and digital signals—to full-blown robotics control applications—that have visual representations ofyourrobots that can be manipulated directly with the mouse: the project calculates the inverse kinematics and moves the robot immediately.28 +Included with the software is a collection of pre-made demo projects which range from GUIs for simple interface cards and sensors which give you access to real-time analogue and digital signals, to full-blown robotics control applications that have visual representations of robots that can be manipulated directly with the mouse. The project calculates the inverse kinematics and moves the robot in real time. 25 25 26 - The projectsalso have a powerful pattern sequencer component that is used to build reusable patterns that allow you toprogramthe gait of a walking robot within minutes or hours, instead of days or weeks.30 +Many of the robotic demo projects include a powerful pattern sequencer component that is used to build reusable patterns that allow you to create the gait of a walking robot within minutes or hours, instead of days or weeks. 27 27 ))) 28 28 |(% colspan="2" style="text-align:center; vertical-align:middle; width:400px" %)[[image:fbs-pattern-sequencer.jpg]] 29 29 |(% colspan="2" style="width:400px" %)Since the demo projects are open source, they can be modified to tailor a specific purpose or parts can be extracted for use in new projects, and the new demos will be available through FlowBotics updates.