ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

sjdowling's profile - activity

2020-02-26 10:12:58 -0500 received badge  Taxonomist
2013-05-27 13:19:56 -0500 received badge  Student (source)
2012-09-13 19:53:27 -0500 received badge  Popular Question (source)
2012-09-13 19:53:27 -0500 received badge  Notable Question (source)
2012-09-13 19:53:27 -0500 received badge  Famous Question (source)
2012-06-20 00:40:12 -0500 received badge  Supporter (source)
2012-06-18 23:26:53 -0500 received badge  Editor (source)
2012-06-18 23:26:06 -0500 asked a question libpcan header files not found, where are they?

I need to compile some C++ with a libpcan.h include. According to the wiki libpcan is contained within cob-extern As I am using Ubuntu Precise I installed the ros-fuerte-cob-extern package. However it seems this does not include the required headers.

I then tried installing from the git repo but I get the following error when running the make file:

[rosbuild] Downloading https://code.ros.org/svn/release/download/thirdparty/peak-linux-driver-6.24.tar.gz to build/peak-linux-driver-6.24.tar.gz...Traceback (most recent call last): ... File "/opt/ros/fuerte/share/ros/core/rosbuild/bin/download_checkmd5.py", line 28, in main urllib.urlretrieve(uri, dest) ... IOError: [Errno socket error] [Errno 1] _ssl.c:504: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol make: *** [build/peak-linux-driver-6.24/unpacked] Error 1

Edit The SSL error seems to be to do with me being behind a proxy. I hosted the tarball locally and changed the url and that worked.