|
Easy Navigation
|


Protected Member Functions | |
| std::shared_ptr< PerceptionHandler > | load (const std::string &plugin_name) |
| Helper: load and initialise a plugin by name. | |
| void | SetUp () override |
| void | TearDown () override |
| ~PluginTestCase () | |
Protected Attributes | |
| rclcpp::CallbackGroup::SharedPtr | cb_group_ |
| std::unique_ptr< pluginlib::ClassLoader< PerceptionHandler > > | loader_ |
Helper: call populate_nav_state and verify that the expected collection type C was stored under group with exactly one element. | |
| std::shared_ptr< rclcpp_lifecycle::LifecycleNode > | node_ |
|
protected |
|
protected |
Helper: load and initialise a plugin by name.
|
overrideprotected |
|
overrideprotected |
|
protected |
|
protected |
Helper: call populate_nav_state and verify that the expected collection type C was stored under group with exactly one element.
|
protected |