You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been trying to install baxter simulator by following the official link. However, I am stuck in the Build Source section where catkin_make give following error:
CMake Error at /usr/share/cmake-3.16/Modules/FindQt4.cmake:1314 (message):
Found unsuitable Qt version "5.12.8" from /usr/bin/qmake, this code
requires Qt 4.x
Call Stack (most recent call first):
baxter_simulator/baxter_sim_io/CMakeLists.txt:15 (find_package)
Here are my implementation details:
ROS Version: noetic (I figured everything else for neotic)
Distributor ID: Ubuntu
Description: Ubuntu 20.04.6 LTS
Release: 20.04
Codename: focal
The text was updated successfully, but these errors were encountered:
(There are other methods to install, but many of resource are no longer valid. If you want, you can try build from the source: https://download.qt.io/archive/qt/ )
The key point is to install qmake of qt4.
Then, view the current default version:
qmake -v
Open config:
cd /usr/lib/x86_64-linux-gnu/qt-default/qtchooser
sudo gedit default.conf
I have been trying to install baxter simulator by following the official link. However, I am stuck in the Build Source section where
catkin_make
give following error:Here are my implementation details:
The text was updated successfully, but these errors were encountered: