-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
998026b
commit d69b64b
Showing
1 changed file
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
# Simulation-and-control-of-BLDC-motor-with-methods-on-data-transfer-and-visualization. | ||
|
||
Each folder contains it own readMe file specifying how to build the project. It is worth noting that this project was done in Linux and has not being tested in windows, feel free to make changes as you see fit. | ||
Some part of this project is still under development, specially, the peer to peer connection which requires a signalling server be implemented. | ||
Each folder contains its own readMe file specifying how to build the project. It is worth noting that this project was done in Linux and has not been tested in windows, feel free to make changes as you see fit. | ||
Some part of this project is still under development, especially, the peer to peer connection which requires a signaling server be implemented. | ||
|
||
|
||
## Future work | ||
Future work will go into using implementing the multithreaded application for a real robotic platform. Using the web visualitzation software in the javascript-C -version and the peer to peer data sending method, the final robotic application should included a broadcastting thread that allows the robot data be visualized on the web. | ||
Future work will go into using implementing the multithreaded application for a real robotic platform. This would require a redesign of the software to take into account things like the communication with the motor EtherCAT drivers or the communication between the newly added threads. Using the web visualization software **perspective** in the javascript-C -version, the data format **Apache Arrow** and the peer to peer data sending method **Webrtc**, the final robotic application should include a broadcasting thread that allows the robot data to be visualized on the web. | ||
|
||
## Important | ||
The deployment architecture library is still under development by the robotic research group in Ku Lueven. A complete open-source version of this software with documentation and explanation will be published in the nbear future. | ||
The deployment architecture library is still under development by the robotic research group in Ku Leuven. A complete open-source version of this software with documentation and explanation will be published soon. | ||
Feel free to report a bug you find in the software. |