luxai-qtrobot / QA

Virtual repository for Questions & Answers system
http://luxai-qtrobot.github.io
5 stars 0 forks source link

Can I use C# to program QTrobot? #19

Open qtrobot opened 4 years ago

qtrobot commented 4 years ago

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.