tesseract-robotics / tesseract_qt

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

I am facing issue when running thr command sudo apt-get install libxmlrpcpp-dev libgz-common5-dev libgz-math7-dev libgz-rendering7-dev #77

Open SahilJain8 opened 9 months ago

SahilJain8 commented 9 months ago

E: Unable to locate package libgz-common5-dev E: Unable to locate package libgz-math7-dev E: Unable to locate package libgz-rendering7-dev

rjoomen commented 9 months ago

Which Ubuntu and ROS versions?

SahilJain8 commented 9 months ago

22.04 and humble

rjoomen commented 9 months ago

I have all three available on 22.04/Humble. Maybe a sudo apt update?

rjoomen commented 9 months ago

Ah, check this: https://github.com/tesseract-robotics/tesseract_qt/blob/main/.add-gazebo-ppa

marip8 commented 9 months ago

FYI, if you don't care about building the rendering and studio components (i.e., only want to build this repo to support the Rviz plugins in tesseract_ros(2)), then you can build with the CMake options -DBUILD_RENDERING=OFF -DBUILD_STUDIO=OFF so you don't have to install gz and build the Qt Advanced Docking repo