Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 593 Bytes

installation.rst

File metadata and controls

28 lines (18 loc) · 593 Bytes

Installation

Warning

This package targets ROS2 Humble onwards. It won't compile on all ROS1 and older ROS2 distros.

Source Installation

Note

Instructions here assume that you have and are in a ROS2 workspace's root directory.

Cloning repositories

In your ROS2 workspace, clone the repository, install the dependencies and build it:

git clone https://github.com/ros-sports/ipm.git src/ipm
rosdep install --from-paths src --ignore-src -r -y
colcon build