Modulo 5.0.0
Loading...
Searching...
No Matches
modulo_controllers::BaseControllerInterface Member List

This is the complete list of members for modulo_controllers::BaseControllerInterface, including all inherited members.

add_assignment(const std::string &assignment_name)modulo_controllers::BaseControllerInterfaceinlineprotected
add_input(const std::string &name, const std::string &topic_name="")modulo_controllers::BaseControllerInterfaceinlineprotected
add_input(const std::string &name, const std::string &topic_name) (defined in modulo_controllers::BaseControllerInterface)modulo_controllers::BaseControllerInterfaceinlineprotected
add_input(const std::string &name, const std::string &topic_name) (defined in modulo_controllers::BaseControllerInterface)modulo_controllers::BaseControllerInterfaceinlineprotected
add_input(const std::string &name, const std::string &topic_name) (defined in modulo_controllers::BaseControllerInterface)modulo_controllers::BaseControllerInterfaceinlineprotected
add_output(const std::string &name, const std::string &topic_name="")modulo_controllers::BaseControllerInterfaceinlineprotected
add_output(const std::string &name, const std::string &topic_name) (defined in modulo_controllers::BaseControllerInterface)modulo_controllers::BaseControllerInterfaceinlineprotected
add_output(const std::string &name, const std::string &topic_name) (defined in modulo_controllers::BaseControllerInterface)modulo_controllers::BaseControllerInterfaceinlineprotected
add_output(const std::string &name, const std::string &topic_name) (defined in modulo_controllers::BaseControllerInterface)modulo_controllers::BaseControllerInterfaceinlineprotected
add_parameter(const std::shared_ptr< state_representation::ParameterInterface > &parameter, const std::string &description, bool read_only=false)modulo_controllers::BaseControllerInterfaceprotected
add_parameter(const std::string &name, const T &value, const std::string &description, bool read_only=false)modulo_controllers::BaseControllerInterfaceinlineprotected
add_predicate(const std::string &predicate_name, bool predicate_value)modulo_controllers::BaseControllerInterfaceprotected
add_predicate(const std::string &predicate_name, const std::function< bool(void)> &predicate_function)modulo_controllers::BaseControllerInterfaceprotected
add_service(const std::string &service_name, const std::function< ControllerServiceResponse(void)> &callback)modulo_controllers::BaseControllerInterfaceprotected
add_service(const std::string &service_name, const std::function< ControllerServiceResponse(const std::string &string)> &callback)modulo_controllers::BaseControllerInterfaceprotected
add_service_lockfree(const std::string &service_name, const std::function< ControllerServiceResponse(void)> &callback)modulo_controllers::BaseControllerInterfaceprotected
add_service_lockfree(const std::string &service_name, const std::function< ControllerServiceResponse(const std::string &string)> &callback)modulo_controllers::BaseControllerInterfaceprotected
add_static_tf_broadcaster()modulo_controllers::BaseControllerInterfaceprotected
add_tf_broadcaster()modulo_controllers::BaseControllerInterfaceprotected
add_tf_listener()modulo_controllers::BaseControllerInterfaceprotected
add_trigger(const std::string &trigger_name)modulo_controllers::BaseControllerInterfaceprotected
BaseControllerInterface()modulo_controllers::BaseControllerInterface
get_assignment(const std::string &assignment_name) constmodulo_controllers::BaseControllerInterfaceinlineprotected
get_command_mutex()modulo_controllers::BaseControllerInterfaceprotected
get_parameter(const std::string &name) constmodulo_controllers::BaseControllerInterfaceprotected
get_parameter_value(const std::string &name) constmodulo_controllers::BaseControllerInterfaceinlineprotected
get_predicate(const std::string &predicate_name) constmodulo_controllers::BaseControllerInterfaceprotected
get_qos() constmodulo_controllers::BaseControllerInterfaceprotected
is_active() constmodulo_controllers::BaseControllerInterfaceprotected
lookup_transform(const std::string &frame, const std::string &reference_frame, const tf2::TimePoint &time_point, const tf2::Duration &duration)modulo_controllers::BaseControllerInterfaceprotected
lookup_transform(const std::string &frame, const std::string &reference_frame="world", double validity_period=-1.0, const tf2::Duration &duration=tf2::Duration(std::chrono::microseconds(10)))modulo_controllers::BaseControllerInterfaceprotected
on_configure(const rclcpp_lifecycle::State &previous_state) overridemodulo_controllers::BaseControllerInterface
on_init() overridemodulo_controllers::BaseControllerInterface
on_validate_parameter_callback(const std::shared_ptr< state_representation::ParameterInterface > &parameter)modulo_controllers::BaseControllerInterfaceprotectedvirtual
read_input(const std::string &name)modulo_controllers::BaseControllerInterfaceinlineprotected
read_input(const std::string &name) (defined in modulo_controllers::BaseControllerInterface)modulo_controllers::BaseControllerInterfaceinlineprotected
read_input(const std::string &name) (defined in modulo_controllers::BaseControllerInterface)modulo_controllers::BaseControllerInterfaceinlineprotected
read_input(const std::string &name) (defined in modulo_controllers::BaseControllerInterface)modulo_controllers::BaseControllerInterfaceinlineprotected
send_static_transform(const state_representation::CartesianPose &transform)modulo_controllers::BaseControllerInterfaceprotected
send_static_transforms(const std::vector< state_representation::CartesianPose > &transforms)modulo_controllers::BaseControllerInterfaceprotected
send_transform(const state_representation::CartesianPose &transform)modulo_controllers::BaseControllerInterfaceprotected
send_transforms(const std::vector< state_representation::CartesianPose > &transforms)modulo_controllers::BaseControllerInterfaceprotected
set_assignment(const std::string &assignment_name, const T &assignment_value)modulo_controllers::BaseControllerInterfaceinlineprotected
set_parameter_value(const std::string &name, const T &value)modulo_controllers::BaseControllerInterfaceinlineprotected
set_predicate(const std::string &predicate_name, bool predicate_value)modulo_controllers::BaseControllerInterfaceprotected
set_predicate(const std::string &predicate_name, const std::function< bool(void)> &predicate_function)modulo_controllers::BaseControllerInterfaceprotected
set_qos(const rclcpp::QoS &qos)modulo_controllers::BaseControllerInterfaceprotected
trigger(const std::string &trigger_name)modulo_controllers::BaseControllerInterfaceprotected
write_output(const std::string &name, const T &data)modulo_controllers::BaseControllerInterfaceinlineprotected
write_output(const std::string &name, const bool &data) (defined in modulo_controllers::BaseControllerInterface)modulo_controllers::BaseControllerInterfaceinline
write_output(const std::string &name, const double &data) (defined in modulo_controllers::BaseControllerInterface)modulo_controllers::BaseControllerInterfaceinline
write_output(const std::string &name, const std::vector< double > &data) (defined in modulo_controllers::BaseControllerInterface)modulo_controllers::BaseControllerInterfaceinline
write_output(const std::string &name, const int &data) (defined in modulo_controllers::BaseControllerInterface)modulo_controllers::BaseControllerInterfaceinline
write_output(const std::string &name, const std::string &data) (defined in modulo_controllers::BaseControllerInterface)modulo_controllers::BaseControllerInterfaceinline