Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stevedanomodolor authored Jul 4, 2020
1 parent 998026b commit d69b64b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
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.

0 comments on commit d69b64b

Please sign in to comment.