|
joint_dispatcher
|
#include <joint_dispatcherTypes.hpp>
Public Attributes | |
| std::string | input |
| std::vector< int > | input_selection_by_index |
| std::vector< std::string > | input_selection_by_name |
| std::string | output |
| std::vector< int > | output_selection_by_index |
| std::vector< std::string > | output_selection_by_name |
| std::string joint_dispatcher::SingleDispatchConfiguration::input |
Name of the input port
| std::vector<int> joint_dispatcher::SingleDispatchConfiguration::input_selection_by_index |
Selection of joints on the input port, by index. If you want to select by name use input_selection_by_name instead
| std::vector<std::string> joint_dispatcher::SingleDispatchConfiguration::input_selection_by_name |
Selection of joints on the input port, by name. If you want to select by index, use input_selection_by_index instead
| std::string joint_dispatcher::SingleDispatchConfiguration::output |
Name of the output port
| std::vector<int> joint_dispatcher::SingleDispatchConfiguration::output_selection_by_index |
Selection of joints on the output port, by index. If you want to select by name use output_selection_by_name instead
| std::vector<std::string> joint_dispatcher::SingleDispatchConfiguration::output_selection_by_name |
Selection of joints on the output port, by name. If you want to select by index, use output_selection_by_index instead
1.8.13