-
Notifications
You must be signed in to change notification settings - Fork 97
Description
Hi,
I'm following the Getting Started installation tutorial (https://tesseract-docs.readthedocs.io/en/latest/_source/intro/getting_started_doc.html) and get the following error at the step:
rosdep install -y --from-paths ~/tesseract_ws/src --ignore-src --rosdistro noetic
The error:
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 also the step above with:
wstool init ~/tesseract_ws/src/ ~/tesseract_ws/src/tesseract_planning/dependencies.rosinstall
there is no file called dependencies.rosinstall
but I assume dependencies.repos
is meant.
For that I also opened a pull request:
tesseract-robotics/tesseract_docs#18
Many thanks in advance.