Rqt plugin using C++ or Python

asked 2019-02-07 01:32:41 -0600

Hello

I would like to know which language will be best for creating an rqt plugin.

I am in confusion whether I have to go for Python or C++ for this plugin.

What are the main advantages of choosing C++ over Python for Rqt plugin?

The plugin I am going to develop should be responsive.

Regards

edit retag flag offensive close merge delete

Comments

The plugin I am going to develop should be responsive.

what do you mean by this exactly? "Responsive" in a Web 2.0 way (ie: scale / relayout according to screen real estate and such things), or "respond to user input quickly, without noticable delay"?

gvdhoorn gravatar image gvdhoorn  ( 2019-02-07 02:27:37 -0600 )edit

Sorry for the confusion. It should respond to user input quickly without noticeable delay

Lentin Joseph gravatar image Lentin Joseph  ( 2019-02-08 01:25:57 -0600 )edit