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

[jsk_tool] add open_repo_url #1700

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

knorth55
Copy link
Member

@knorth55 knorth55 commented Sep 18, 2021

I add open_repo_url to open package source github from command line.

$ open_repo_url jsk_fetch_startup -r knorth55 -b fetch15
Open https://github.com/knorth55/jsk_robot/tree/fetch15

we need gitpython for this script.

sudo apt install python-git

@knorth55
Copy link
Member Author

@708yamaguchi if you think it is troublesome to open knorth55/jsk_robot:fetch15, just type open_repo_url -r jsk_fetch_startup -b fetch15

@k-okada
Copy link
Member

k-okada commented Sep 27, 2021

another solution would be...

snap install hub --classic
hub browse knorth55/jsk_robot tree/fetch15
hub browse knorth55/jsk_robot tree/fetch15/jsk_fetch_robot/jsk_fetch_startup

@knorth55
Copy link
Member Author

knorth55 commented Jun 1, 2022

this command has option to use rosdistro.
we can open the rospackage repo by searching url written in rosdistro.

@k-okada
Copy link
Member

k-okada commented Jun 1, 2022

hum how can you find knorth55 from rosdistro database?

@knorth55
Copy link
Member Author

knorth55 commented Jun 1, 2022

the example does not use rosdistro search because the --use-rosdistro flag is not set.

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

Successfully merging this pull request may close these issues.

2 participants