Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 457 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 457 Bytes

The wall_follower_ros2 package

  • Author: Roberto Zegers
  • Date: July 2022

Description

  • Minimal rule based wall follower node that uses data from laser scan readings (c++)

Instructions

Build with:

colcon build --packages-select wall_follower_ros2

After compiling, source the workspace otherwise you will get the Package 'wall_follower_ros2' not found error message:

source install/setup.bash

Dependencies

  • ROS2 Galactic