15#ifndef JOINT_TRAJECTORY_CONTROLLER__VALIDATE_JTC_PARAMETERS_HPP_
16#define JOINT_TRAJECTORY_CONTROLLER__VALIDATE_JTC_PARAMETERS_HPP_
21#include "rclcpp/parameter.hpp"
22#include "rsl/algorithm.hpp"
23#include "tl_expected/expected.hpp"
36 rclcpp::Parameter
const & parameter);
46 rclcpp::Parameter
const & parameter);
Definition interpolation_methods.hpp:25
tl::expected< void, std::string > command_interface_type_combinations(rclcpp::Parameter const ¶meter)
Validate command interface type combinations for joint trajectory controller.
Definition validate_jtc_parameters.cpp:20
tl::expected< void, std::string > state_interface_type_combinations(rclcpp::Parameter const ¶meter)
Validate state interface type combinations for joint trajectory controller.
Definition validate_jtc_parameters.cpp:64