From 4f673ff14806a80c7774d0f3a250bd7a0c58596c Mon Sep 17 00:00:00 2001 From: PepMS Date: Tue, 20 Jan 2026 09:24:00 +0000 Subject: [PATCH 1/4] (feat) add oveloads of LogChannel::registerValue for Eigen::VectorXd --- data_tamer_cpp/include/data_tamer/channel.hpp | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/data_tamer_cpp/include/data_tamer/channel.hpp b/data_tamer_cpp/include/data_tamer/channel.hpp index 6cee1a5..b7a6ce5 100644 --- a/data_tamer_cpp/include/data_tamer/channel.hpp +++ b/data_tamer_cpp/include/data_tamer/channel.hpp @@ -6,6 +6,7 @@ #include #include +#include namespace DataTamer { @@ -86,8 +87,9 @@ class LogChannel : public std::enable_shared_from_this * @param value pointer to the vectors of values. * @return the ID to be used to unregister or enable/disable the values. */ - template