From 394ad1f0f0140c9c854b6f1ee2a2a6bd8f7548cf Mon Sep 17 00:00:00 2001
From: andermi All that is left is to connect the necessary feedback data to the To access the data, all that is required is to define the callback
Control Policy TargetController¶
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.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.