jbehley / point_labeler

My awesome point cloud labeling tool
MIT License
647 stars 161 forks source link

problem with catkin deps fetch #6

Closed medif closed 4 years ago

medif commented 4 years ago

i am using Ubuntu 18.04.3 LTS, i just followed the mentioned instructions and i had this error : Screenshot from 2019-09-26 19-00-52

i made the update but i got the same error. any help will be appreciated. Thank you

jbehley commented 4 years ago

You can also get the needed package using git clone:

In the catkin_ws/src folder: git clone https://github.com/jbehley/glow.git

This should create a folder named glow in your src directory.

Then you should be able to build with catkin build.

medif commented 4 years ago

thank you for your response. it ceated the glow folder But i just got the same error again when i making catkin build and it did not generate the Bin folder. Screenshot from 2019-09-26 21-27-57

jbehley commented 4 years ago

Did you follow the instructions from the error message?

It seems that catkin_tools is outdated. Please follow the instructions on https://catkin-tools.readthedocs.io/en/latest/installing.html to get a version that can handle the particular version of the package.xml.

Sorry that I can't give you more specific instructions.

medif commented 4 years ago

thank you for your response, i fixed the problem but when running the labeler i got another issue Screenshot from 2019-10-02 21-11-08 and i need to know if i have to place the the data folder in a specified location

jbehley commented 4 years ago

Seems to be a graphics driver issue with the nouveau driver. Please use the official nvidia driver for your graphics card that should resolve the problem.

medif commented 4 years ago

HI, Can you give me instructions I have question about the point cloud of semantic-kitti, Can i add some labels to other structure in the class building, I mean is it possible to label the doors for example, because i need some classes under the class building. Thank you so much for your response

jbehley commented 4 years ago

@medif it seems like that you were now able to get the program running.

Since the last problem is not related to this issue I created a new issue #7. Please find an answer to this question in the new issue.

I close the issue now. If you have additional problems. Please reopen this issue or create a new issue. Thanks.