From 394ad1f0f0140c9c854b6f1ee2a2a6bd8f7548cf Mon Sep 17 00:00:00 2001 From: andermi Date: Sat, 1 Feb 2025 00:04:15 +0000 Subject: [PATCH] =?UTF-8?q?Deploy=20preview=20for=20PR=2081=20=F0=9F=9B=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ROS2/CppLinearDamperExample/index.html | 2 +- .../Tutorials/ROS2/CppTemplate/index.html | 8 +-- .../Tutorials/ROS2/PythonTemplate/index.html | 8 +-- pr-preview/pr-81/sitemap.xml | 54 +++++++++--------- pr-preview/pr-81/sitemap.xml.gz | Bin 441 -> 441 bytes 5 files changed, 36 insertions(+), 36 deletions(-) diff --git a/pr-preview/pr-81/Tutorials/ROS2/CppLinearDamperExample/index.html b/pr-preview/pr-81/Tutorials/ROS2/CppLinearDamperExample/index.html index 53d68280..a5e965b4 100644 --- a/pr-preview/pr-81/Tutorials/ROS2/CppLinearDamperExample/index.html +++ b/pr-preview/pr-81/Tutorials/ROS2/CppLinearDamperExample/index.html @@ -1516,7 +1516,7 @@

Control Policy TargetController

All that is left is to connect the necessary feedback data to the ControlPolicy. In this case, -rpm, scale, and retract are present in buoy_interfaces.msg.PCRecord on the /power_data +rpm, scale, and retract are present in buoy_interfaces.msg.PCRecord on the /power_data topic published by the Power Controller running on the buoy.

To access the data, all that is required is to define the callback void Controller::power_callback(const buoy_interfaces::msg::PCRecord & data) diff --git a/pr-preview/pr-81/Tutorials/ROS2/CppTemplate/index.html b/pr-preview/pr-81/Tutorials/ROS2/CppTemplate/index.html index 432fd9b1..9810fc10 100644 --- a/pr-preview/pr-81/Tutorials/ROS2/CppTemplate/index.html +++ b/pr-preview/pr-81/Tutorials/ROS2/CppTemplate/index.html @@ -1303,10 +1303,10 @@

Interfaces and Templatestemplate repositories set up (C++/Python) for a quick start on writing a custom controller utilizing -buoy_api_cpp and -buoy_api_py. Please see -C++ examples and -Python examples for +buoy_api_cpp and +buoy_api_py. Please see +C++ examples and +Python examples for example controller implementations.