Prompt Tools 0.3.2
Loading...
Searching...
No Matches
Namespaces | Functions
prompt_options.hpp File Reference
#include <exception>
#include <prompt_base/utils/structs.hpp>
#include <rclcpp/rclcpp.hpp>
#include <string>
#include <vector>
Include dependency graph for prompt_options.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  prompt
 

Functions

std::vector< prompt::PromptOptionprompt::load_from_parameters (rclcpp::Node::SharedPtr node, std::string plugin_name)
 Load prompt options from ROS2 parameters.
 
void prompt::ensure_model_options (rclcpp::Node::SharedPtr node, std::vector< prompt::PromptOption > &options, std::vector< prompt::PromptOption > &required_options)
 Check and add required model options to the prompt options.