2022-05-31 09:10:13 -0500 | received badge | ● Famous Question (source) |
2022-05-06 03:23:10 -0500 | received badge | ● Notable Question (source) |
2021-03-08 04:40:48 -0500 | received badge | ● Popular Question (source) |
2021-02-15 03:23:13 -0500 | received badge | ● Supporter (source) |
2021-02-15 03:23:11 -0500 | marked best answer | VisualPlugin not loaded not constructed at all Hi, I have problems running a VisualPlugin. When I put its tag under the <visual> tag of a <link>, it seems that it is not read at all when launching gazebo (neither its constructor is called). Putting the <plugin> tag under <model> or <world> makes the plugin costructor called and an error about uncorrect plugin type (as expected). When commanding: Nothing is printed about the plugin I am using gazebo 9 installed with ROS melodic. Thanks for any help! world file: cpp: I attach the files C:\fakepath\VisualizeForces.cpp Fast CmakeLists.txt: |
2021-02-15 03:23:11 -0500 | received badge | ● Scholar (source) |
2021-02-15 03:22:49 -0500 | commented answer | VisualPlugin not loaded not constructed at all Thanks for the help! I see now, the visualPlugin is a matter of the gzclient and not gzserver (I think in your code abo |
2021-01-21 07:39:59 -0500 | asked a question | VisualPlugin not loaded not constructed at all VisualPlugin not loaded not constructed at all Hi, I have problems running a VisualPlugin. When I put its tag under the |