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

[Fetch] Fix jsk_recognition branch in jsk_fetch.rosinstall.melodic #1796

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions jsk_fetch_robot/jsk_fetch.rosinstall.melodic
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,12 @@
local-name: jsk-ros-pkg/jsk_pr2eus
uri: https://github.com/jsk-ros-pkg/jsk_pr2eus.git
version: master
# we need this PR for fisheye vital check
# https://github.com/jsk-ros-pkg/jsk_recognition/pull/2734
# we need to use the development branch until the next release.
- git:
local-name: jsk-ros-pkg/jsk_recognition
uri: https://github.com/knorth55/jsk_recognition.git
version: fisheye-vital-check
# we need to use the development branch (fetch15 branch in knorth55's fork)
uri: https://github.com/jsk-ros-pkg/jsk_recognition.git
version: master
# we need to use the development branch (develop/fetch branch in jsk-ros-pkg)
# until it is merged to master
- git:
local-name: jsk-ros-pkg/jsk_robot
Expand Down
Loading