/ros2-boilerplate

Basic Boilerplate for ROS2 Projects

Primary LanguagePython

ROS2 Boilerplate

Setup

To Build & Run

  • ament build --symlink-install --only-package boilerplate1
    • Note: The --symlink-install options means you will only need to re-build when a new py_module is added (need confirmation)
  • . ./install/setup.bash
    • Run this in order for the new executables to be found on the PATH
  • Run
    • listener
    • talker