Can I use C# to program QTrobot?
Opened this issue · 0 comments
qtrobot commented
QTrobot APIs are based on the most popular software framework in robotic, ROS – a publish/subscribe middleware. ROS by default supports C++ and Python but other languages are covered via different open-source and well-maintained client libraries.
Indeed you can use C# to program QTrobot. You can refer to ros-sharp open-source library which leverages websockets
for underlying communication and cover all QTrobot APIs. It has good integration with Unity3D too.
We have also developed different Android apps using websockets
in Jscript
and using native Java
APIs for our robot.