How to install perception_pcl_addons package in ros melodic?
I went to the url http://wiki.ros.org/perception_pcl_ad... for finding out how to install this package. In usual cases I was able to find the link to the github directory of the package and from there I could download and use it comfortably. But this package has the following information given:
Source: svn https://code.ros.org/svn/ros-pkg/stacks/perception_pcl_addons/trunk
I could not visit this URL. When I try I get the message saying the webpage is not found. I do not understand how to make sense of this. I tried running the following command in terminal:
svn co https://code.ros.org/svn/ros-pkg/stacks/perception_pcl_addons/trunk
And I got the following error:
svn: E170013: Unable to connect to a repository at URL 'https://code.ros.org/svn/ros-pkg/stacks/perception_pcl_addons/trunk'
svn: E000110: Error running context: Connection timed out
Please help.