-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting issue in Catkin build #19
Comments
|
sudo apt install libgz-rendering7-dev #issues Reading package lists... Done Please help me out in this to reslove. |
Need to run this script to add the gazebo PPA. |
After running this $ sudo apt install libgz-rendering7-dev Reading package lists... Done rosdep install -y --from-paths ~/tesseract_ws/src --ignore-src --rosdistro noetic ERROR: the following packages/stacks could not have their rosdep keys resolved Still getting same error so any other apporach to reslove |
|
Already installed this pacakges Predator:~/tesseract_ws$ sudo apt install libgz-math7-dev Reading package lists... Done Predator:~/tesseract_ws$ rosdep install -y --from-paths ~/tesseract_ws/src --ignore-src --rosdistro noetic Still getting same error, I tried to delete all the package and build it again and stll same issue |
|
rosdep install -y -r --from-paths ~/tesseract_ws/src --ignore-src --rosdistro noetic ERROR: the following packages/stacks could not have their rosdep keys resolved again same issue... |
Now try building |
i ran catkin build Building rendering module Could not find a package configuration file provided by
Add the installation prefix of "gz-common5-profiler" to CMAKE_PREFIX_PATH cd /home/kaayatech/tesseract_ws/build/tesseract_qt; catkin build --get-env tesseract_qt | catkin env -si /usr/bin/cmake /home/kaayatech/tesseract_ws/src/tesseract_qt --no-warn-unused-cli -DCMAKE_INSTALL_PREFIX=/home/kaayatech/tesseract_ws/devel; cd - .................................................................................................................................................................................................................. getting issue gz-commmon5-proflerConfig.cmake its not finding that package gz-math |
With the examples for |
Pls can share command for install |
A hint: |
I got that command, know getting some other issue in tessaract_qt pkg Errors << tesseract_qt:install /home/kaayatech/tesseract_ws/logs/tesseract_qt/build.install.001.log make: *** [Makefile:86: install] Error 1 .................................................................................................................................................................................................................. |
Help me out in this |
That is a known issue, for which I submitted a PR: tesseract-robotics/tesseract_qt#71 |
FYI, you can now build this package without the studio plugin and gazebo rendering capability via the cmake options |
thank you..got it |
Greetings all,
Me trying out tessarct_docs for using path_planning for robot the tessarct_ws. in ros noetic
I have followed all the steps in the documentation like create a workspace, git clone all the packages, when i run this commmand
rosdep install -y --from-paths ~/tesseract_ws/src --ignore-src --rosdistro noetic
#issue
ERROR: the following packages/stacks could not have their rosdep keys resolved
to system dependencies:
tesseract_qt: Cannot locate rosdep definition for [gz-math7]
and after runing this catkin build
#issue
This warning is for project developers. Use -Wno-dev to suppress it.
Building rendering module
CMake Error at /home/kaayatech/tesseract_ws/src/tesseract_qt/rendering/CMakeLists.txt:10 (find_package):
By not providing "Findgz-rendering7.cmake" in CMAKE_MODULE_PATH this
project has asked CMake to find a package configuration file provided by
"gz-rendering7", but CMake did not find one.
Could not find a package configuration file provided by "gz-rendering7"
with any of the following names:
Add the installation prefix of "gz-rendering7" to CMAKE_PREFIX_PATH or set
"gz-rendering7_DIR" to a directory containing one of the above files. If
"gz-rendering7" provides a separate development package or SDK, be sure it
has been installed.
cd /home/kaayatech/tesseract_ws/build/tesseract_qt; catkin build --get-env tesseract_qt | catkin env -si /usr/bin/cmake /home/kaayatech/tesseract_ws/src/tesseract_qt --no-warn-unused-cli -DCMAKE_INSTALL_PREFIX=/home/kaayatech/tesseract_ws/devel; cd -
..................................................................................................................................................................................................................
Failed << tesseract_qt:cmake [ Exited with code 1 ]
Please help me out in this to reslove.
The text was updated successfully, but these errors were encountered: