Building examples from ignition rendering with colcon?
trying to build the simple_demo example in ignition-rendering has given me compile errors.
Here's the compile error:
home/ddeng/ign_rendering_ws/src/ign-rendering/examples/simple_demo/Main.cc:30:10: fatal error: ignition/common/Console.hh: No such file or directory
#include <ignition/common/Console.hh>
For reference here’s the github link: https://github.com/ignitionrobotics/i...
This all signifies that I'm missing ign-common. However, if I use the colcon build method with all the ignition dependencies in the src folder, I am unable to find the binaries for it - it looks like it wasn't built at all. Is there any way to get the examples to build correctly? Preferably with the colcon build
manner of building.