Robotics StackExchange | Archived questions

Compile Ignition gazebo plug-ins locally from the source

I wanted to change the code in src/ign-gazebo/src/gui/plugins/plot_3d, is there any way to compile this particular plug-in and update the library? Re-compile everything via colcon takes too long time.

I was customizing my gazebo fork via http://gazebosim.org/tutorials?tut=guided_a2&cat=, I was wondering there is something equivalent in ignition.

Thanks!

Asked by lapyx on 2022-03-02 13:51:32 UTC

Comments

Answers

You should be able to compile it using CMake, but you'll need to update its CMakeLists.txt file. See this example. You can take most of the CMake from there, then follow the same cmake make steps.

Asked by chapulina on 2022-03-02 22:47:11 UTC

Comments