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

vcs command could not determine url #4

Closed
osrf-migration opened this issue May 19, 2018 · 2 comments
Closed

vcs command could not determine url #4

osrf-migration opened this issue May 19, 2018 · 2 comments
Labels
bug Something isn't working major

Comments

@osrf-migration
Copy link

Original report (archived issue) by Raymond Andrade (Bitbucket: 808brick).


When running the command:

#!unix

vcs import . < vmrc.repos

I get the following output:

#!Unix

=== ./robotx_gazebo (hg) ===
Could not determine url: not found!

It's worth noting that I needed to use:

#!unix

sudo pip install vcstools

to install vcstools without an error.

If I try to proceed with the rest of the tutorial, when I try to launch the project I get:

#!unix

[sandisland.launch] is neither a launch file in package [robotx_gazebo] nor is [robotx_gazebo] a launch file name
The traceback for the exception was written to the log file

I am running Ubuntu 16.04 and had ROS Kinetic installed prior

@osrf-migration
Copy link
Author

Original comment by Raymond Andrade (Bitbucket: 808brick).


  • Edited issue description

@osrf-migration
Copy link
Author

Original comment by Raymond Andrade (Bitbucket: 808brick).


  • changed state from "new" to "resolved"

Uninstalled all packages and went through the setup instructions again using the

#!unix

pip3

command instead of

#!unix

pip

Also skipped the command:

#!unix

pip install --update pip

and did:

#!unix

pip install vcstool

instead of vcstools.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working major
Projects
None yet
Development

No branches or pull requests

1 participant