Skip to content

Commit

Permalink
Update pylon library download URL
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbinney committed May 3, 2017
1 parent e8bb7b3 commit c49e076
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rosdep/pylon_sdk.rdmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ install-script: |
fi

pkg=pylon-${version}-${pkgarch}.tar.gz
url="http://s.baslerweb.com/media/documents/${pkg}"
url="https://www.baslerweb.com/media/downloads/software/pylon_software/${pkg}"

wget --no-check-certificate -O $pkg $url
tar xzvf $pkg
Expand Down
4 changes: 2 additions & 2 deletions rosdep/pylon_sdk.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
libpylon-dev:
ubuntu:
source:
uri: "https://raw.githubusercontent.com/magazino/pylon_camera/indigo-devel/rosdep/pylon_sdk.rdmanifest"
uri: "https://raw.githubusercontent.com/iron-ox/pylon_camera/indigo-devel/rosdep/pylon_sdk.rdmanifest"
libpylon:
ubuntu:
source:
uri: "https://raw.githubusercontent.com/magazino/pylon_camera/indigo-devel/rosdep/pylon_sdk.rdmanifest"
uri: "https://raw.githubusercontent.com/iron-ox/pylon_camera/indigo-devel/rosdep/pylon_sdk.rdmanifest"

0 comments on commit c49e076

Please sign in to comment.