[Documentation] [TitleIndex] [WordIndex

Clearpath Robotics Packages

New in ROS Hydro

Much of the ROS software which Clearpath Robotics makes available is fully open source, built on the OSRF buildfarm and installable from packages.ros.org. However, there are some packages we build internally and make available via a separate debian repository on our own domain. These are generally:

If you acquired a Clearpath Robotics platform in 2015 or later, it should already be set up with this repository.

Setup

If you need to manually add the Clearpath repository to a machine:

wget https://packages.clearpathrobotics.com/public.key -O - | sudo apt-key add -
sudo sh -c 'echo "deb https://packages.clearpathrobotics.com/stable/ubuntu $(lsb_release -cs) main" > /etc/apt/sources.list.d/clearpath-latest.list'
sudo apt-get update

For the custom rosdep entries:

sudo wget https://raw.githubusercontent.com/clearpathrobotics/public-rosdistro/master/rosdep/50-clearpath.list -O /etc/ros/rosdep/sources.list.d/50-clearpath.list
rosdep update

2024-04-13 12:15