magazino / pylon_camera

ROS-Driver for Basler Cameras
BSD 3-Clause "New" or "Revised" License
78 stars 108 forks source link

unable to process source #56

Open ChulhoonJang opened 5 years ago

ChulhoonJang commented 5 years ago

Hi,

I am trying to install pylon_camera SDK, but I got the error when I ran 'rosdep update'

ERROR: unable to process source [https://raw.githubusercontent.com/magazino/pylon_camera/kinetic-devel/rosdep/pylon_sdk.yaml]:

I am using kinetic so I replaced 'indigo' with 'kinetic'. that's it.

What is the problem?

acarrillo commented 5 years ago

@ChulhoonJang , you probably figured it out by now, but the issue is that there is no kinetic release branch and you have to use indigo-devel. If you try the URL you provided yourself, you will see that it 404s.

It is OK to use the indigo-devel release on Kinetic.

ChulhoonJang commented 5 years ago

@acarrillo Thank you so much. I did install the indigo-devel and verified the driver was working well. I appreciate it.