Function joint_trajectory_controller::command_interface_type_combinations

Function Documentation

tl::expected<void, std::string> joint_trajectory_controller::command_interface_type_combinations(rclcpp::Parameter const &parameter)

Validate command interface type combinations for joint trajectory controller.

Parameters:

parameter[in] The rclcpp parameter containing the command interface types.

Returns:

tl::expected<void, std::string> An empty expected on success, or an error message on failure.