whisper_ros: whisper.cpp for ROS 2
|
#include <memory>
#include <rclcpp/rclcpp.hpp>
#include <rclcpp_lifecycle/lifecycle_node.hpp>
#include "whisper_msgs/msg/transcription.hpp"
#include "whisper_ros/whisper.hpp"
Go to the source code of this file.
Classes | |
class | whisper_ros::WhisperBaseNode |
Namespaces | |
namespace | whisper_ros |
Typedefs | |
using | whisper_ros::CallbackReturn |