tesseract-robotics / tesseract_qt

Tesseract Qt Widgets and Applications
GNU Lesser General Public License v3.0
11 stars 10 forks source link

Installation Issue #24

Closed MShields1986 closed 1 year ago

MShields1986 commented 1 year ago

I am trying to build tesseract ROS under ROS Noetic in Ubuntu 20.04 and consistently coming up against a build issue for tesseract_qt.

It appears to be an issue with missing Graphviz, so I wanted to make sure I had satisfied the requirement (see below).

I feel like this is possibly a pathing issue or similar but I have not been able to successfully resolve it.

Any assistance would be greatly appreciated.

Logs

build.cmake.005.log

CMakeOutput.log

Graphviz Version Validation

dot -V

...returns...

dot - graphviz version 2.43.0 (0)
MShields1986 commented 1 year ago

Ignore this.

I found your docs and managed to install