Skip to content
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

Closed
usman151mrd opened this issue Jun 20, 2020 · 8 comments
Closed

Code not working with ROS-neotic at ubuntu 20.04 #62

usman151mrd opened this issue Jun 20, 2020 · 8 comments

Comments

@usman151mrd
Copy link

Have you any plan to upgrade ROS Node for ROS-Neotic ???

@JenniferBuehler
Copy link
Owner

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 :)

@JenniferBuehler
Copy link
Owner

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.
So sorry to disappoint, but support for Noetic is going to be added only once GraspIt supports Qt5, or there is support for SoQt4 on 20.04.

@vladislav-klass
Copy link

Are there any updates or workaround on this matter? Can anyone recommend alternatives to graspit on Ubuntu 20.04?

@JenniferBuehler
Copy link
Owner

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.
If anyone has time to try and test a migration to Qt5 and post a PR, that would certainly speed things up, as my time currently is extremely limited :(

@DavidWatkins
Copy link

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

@RyanJiao
Copy link

RyanJiao commented Mar 1, 2023

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.

@DavidWatkins
Copy link

Instead of responding to a thread from several months ago please open up a new issue with your context.

@RyanJiao
Copy link

RyanJiao commented Mar 1, 2023

OK, thinks for reminding.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants