ros-industrial / ros_qtc_plugin

ROS Qt Creator Plug-in (https://ros-qtc-plugin.readthedocs.io)
396 stars 213 forks source link

add QDataVisualization #480

Closed qll1003 closed 1 year ago

qll1003 commented 1 year ago

I want to use the component QDataVisualization in ros-qtc-plugin, but this module does not exist after the installation of the downloaded qtcreator-ros-bionic-latest-offline-installer.run. How should I add this component?

Levi-Armstrong commented 1 year ago

I recommend using the snap version. The installer you used is very old.

christian-rauch commented 1 year ago

As @Levi-Armstrong said, the .run installers are not supported any more.

Apart from this, I am not sure what you are referring to by QDataVisualization. Do you mean Qt Data Visualization? This is part of Qt and has nothing to do with Qt Creator or the ROS plugin in this repo. You can / have to install the Qt components yourself (https://doc.qt.io/qt-6/get-and-install-qt.html).

qll1003 commented 1 year ago

thanks