Gazebo | Ignition | Community
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Okay, the problem is " ignition dose not run the plugin if it contains any Qt Charts elements "

i am trying to make a very simple plugin .. it works if my .qml file contains any qml elements (except charts elements) and this is the code https://github.com/AmrElsersy/ignition-charts-plugin

but when my .qml file has any simple qtcharts elemnt it gives me that error Screenshot from 2020-03-24 01-02-04

I added the required cmake instructions(for Qt5 Charts) in the CMakeList file but it dose not work.

Okay, the problem is " ignition dose not run the plugin if it contains any Qt Charts elements components "

i am trying to make a very simple plugin .. it works if my .qml file contains any qml elements components (except charts elements) components) and this is the code https://github.com/AmrElsersy/ignition-charts-plugin

but when my .qml file has any simple qtcharts elemnt component it gives me that error Screenshot from 2020-03-24 01-02-04

I added the required cmake instructions(for Qt5 Charts) in the CMakeList file but it dose not work.