-
Notifications
You must be signed in to change notification settings - Fork 26
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
Code not working with ROS-neotic at ubuntu 20.04 #62
Comments
At some point yes, but my time to put into this is extremely limited at the moment, so I'm not sure when... If you end up doing it, I'd welcome a PR :) |
I just checked. Unfortunately, the Qt4 dependency is an issue on Noetic (on Ubuntu 20.04), which doesn't offer support for Qt4. While it is possible to install Qt4, the next stumble stone is SoQt4, which is not available (at least afaik) on 20.04. |
Are there any updates or workaround on this matter? Can anyone recommend alternatives to graspit on Ubuntu 20.04? |
I see you already asked on the graspit repo. As far as I remember, Qt5 support was added but I'm not sure about the working state, I haven't checked in a while. SoQt4 is currently still a dependency here. There now is a Ubuntu package libsoqt520 which should work with Qt5, but again, I haven't had the time to test. |
GraspIt! works on 20.04 and with noetic. I have no problems working with it at the moment using the following build instructions: # Graspit
$ sudo apt install -y cmake libsoqt520 libsoqt520-dev libblas-dev liblapack-dev libqhull-dev libeigen3-dev git
$ sudo apt update
$ mkdir $HOME/dependencies/
$ cd ~/dependencies
$ git clone https://github.com/graspit-simulator/graspit.git -b qt5
$ cd graspit
$ export GRASPIT=$PWD
$ mkdir build
$ cd build
$ cmake ..
$ make -j$(nproc)
$ sudo make install |
Hi, I finished the installation as you instructed and I could suceessfully run the graspit_interface.launch. However, the gui will stop working when I import robot or .wld file. Would you kindly help me with that. |
Instead of responding to a thread from several months ago please open up a new issue with your context. |
OK, thinks for reminding. |
Have you any plan to upgrade ROS Node for ROS-Neotic ???
The text was updated successfully, but these errors were encountered: