Class SetupStep
- Defined in File setup_step.hpp 
Class Documentation
- 
class SetupStep
- Contains all of the non-GUI code necessary for doing one “screen” worth of setup. - Public Functions - 
SetupStep() = default
 - 
virtual ~SetupStep() = default
 - Called after construction to initialize the step. - Parameters:
- parent_node – Shared pointer to the parent node 
 
 - 
inline virtual void onInit()
- Overridable initialization method. 
 - 
virtual std::string getName() const = 0
- Returns the name of the setup step. 
 - 
inline virtual bool isReady() const
- Return true if the data necessary to proceed with this step has been configured. 
 - 
inline const rclcpp::Logger &getLogger() const
- Makes a namespaced logger for this step available to the widget. 
 
- 
SetupStep() = default