41 #include <rclcpp/node.hpp> 
   57 class SelectModeWidget;
 
  101   void showNewOptions();
 
  104   void showExistingOptions();
 
  107   void loadFilesClick();
 
  110   void onPackagePathChanged(
const QString& path);
 
  113   void onUrdfPathChanged(
const QString& path);
 
  119   rclcpp::Node::SharedPtr node_;
 
  123   bool create_new_package_;
 
  130   bool loadPackageSettings(
bool show_warnings);
 
  136   bool loadExistingFiles();
 
Contains all of the non-GUI code necessary for doing one "screen" worth of setup.