-
Notifications
You must be signed in to change notification settings - Fork 14
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
Problem to build the package #6
Comments
Hello, Sorry for the late answer. Does that solve your problem? Regards |
Hello, Thank again, Best Regards |
Hello, There wasn't any commit, since I just added tags (v0.1.0 and v0.2.0) (cf https://github.com/laas/romeo/releases). Hence, if you go in your romeo folder, and type |
You may need to run |
Hello, Thank you for your answers. Yes I confirm that I have the same result (v0.2.0-24-g43968fe) running git describe but I have still the same initial error. I tried also to run git fetch --tag. Thank for your time. |
Hi,
I have a problem to build the package Romeo. I have Ubuntu 13.04 and I am using ROS Hydro.
I cloned the repository in my workspace with :
git clone https://github.com/laas/romeo.git --recursive
After a catkin_make I get this error:
-- +++ processing catkin package: 'romeo_description'
-- ==> add_subdirectory(romeo_description)
Warning: failed to compute the version number, 'git describe' failed:
fatal: Not a git repository (or any parent up to mount point /home)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
How can I solve it?
Thank you
The text was updated successfully, but these errors were encountered: