Closed adamanov closed 2 years ago
Hi @adamanov
Which Ubuntu/ROS version are you on? Python 3.6 sounds as if it's Ubuntu 18.04? You can try deactivating AprilTag's Python wrapper or installing AprilTag from binaries: sudo apt install ros-$ROS_DISTRO-apriltag
Hi @adamanov Which Ubuntu/ROS version are you on? Python 3.6 sounds as if it's Ubuntu 18.04? You can try deactivating AprilTag's Python wrapper or installing AprilTag from binaries:
sudo apt install ros-$ROS_DISTRO-apriltag
hello @wxmerkt , thanks for quick response. I have ubuntu 18.04 with melodic installed. How to deactivate AprilTag's Python wrapper?
You can set -DBUILD_PYTHON_WRAPPER=OFF
or alternatively edit the CMakeLists in the apriltag repository.
You can set
-DBUILD_PYTHON_WRAPPER=OFF
or alternatively edit the CMakeLists in the apriltag repository.
hello, sorry I just found a time to turn on my computer and look again. I reinstalled my VM image of ubuntu18, and now it works fine with catkin_make_isolated
(no idea why )
Till now I used always a git repo version of apriltag
and apriltag_ros
. I just realized that there can be also found by apt-get ros-melodic-apriltag
&& ros-melodic-apriltag-ros
. Are there any difference between them? (git version vs package version)
As long as the version in package.xml mirrors the one distributed via the buildfarm, no. We regularly make releases - check the difference in the repo (commits since last release)
As long as the version in package.xml mirrors the one distributed via the buildfarm, no. We regularly make releases - check the difference in the repo (commits since last release)
Thank you very much for your help and answer :)
I've realised that the releases in the binaries missed quite a few recent PRs. I just made new releases which hopefully should be available in a few weeks. In the meantime, building from source gives you immediate access to the new features/bug fixes.
Hello, I am trying to build a workspace with
catkin build
command, however, it is failed. The following error is receivedor more general
I tried also
catkin_make_isolated
bu also received a similar error