Changes between Version 8 and Version 9 of Burt-Research/SystemOverview
- Timestamp:
- Jan 18, 2018, 2:44:54 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Burt-Research/SystemOverview
v8 v9 16 16 == Software Architecture - Hierarchy == 17 17 18 The below software architecture illustrates the hierarchy of the two libraries that the Research Environment consists of. BurtSharp is a C# client program to communicate with the Mainboard firmware through a CoAP/UDP-based server to control the BURT robot, and BurtSharp.UnityInterface is an extension to BurtSharp that allows usewith Unity. Researchers can use these two libraries to test the control and haptic capabilities and can develop their own research tools.18 The below software architecture illustrates the hierarchy of the two libraries that the Research Environment consists of. BurtSharp is a client program that communicates and controls the BURT robot, and BurtSharp.UnityInterface is an extension to BurtSharp that allows use of haptic objects and fixtures with Unity. Researchers can use these two libraries to test the control and haptic capabilities and can develop their own research tools. 19 19 20 20