moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
One launch file and any other bonus files that get bundled with it, i.e. the RViz launch file and its config. More...
#include <launch_bundle.hpp>
Classes | |
struct | BonusFile |
class | BonusTemplatedFile |
class | GenericLaunchTemplate |
Public Member Functions | |
LaunchBundle (const std::string &title, const std::string &description, const std::string &launch_name, const std::set< std::string > &dependencies={}) | |
const std::string & | getTitle () const |
const std::string & | getDescription () const |
unsigned int | getID () const |
The ID is an index in a list, used for quick identification and argument passing. More... | |
void | setID (unsigned int id) |
void | addFile (const std::filesystem::path &relative_path, const std::string &description) |
const std::set< std::string > | getDependencies () const |
bool | operator< (const LaunchBundle &other) const |
Defined so that LaunchBundles can be added to sets. More... | |
void | collectFiles (const std::filesystem::path &package_path, const GeneratedTime &last_gen_time, std::vector< GeneratedFilePtr > &files) const |
Protected Attributes | |
std::string | title_ |
std::string | description_ |
std::string | launch_name_ |
std::set< std::string > | dependencies_ |
unsigned int | id_ |
std::vector< BonusFile > | bonus_files_ |
One launch file and any other bonus files that get bundled with it, i.e. the RViz launch file and its config.
Each launch bundle is presented to the user as option to generate. They are bundled because it would not (generally) make sense to generate the RViz config without the launch file.
Definition at line 51 of file launch_bundle.hpp.
|
inline |
title | The display name for this LaunchBundle |
description | An English description of the files contained within |
launch_name | The identifier that signifies the name of the generated launch file (launch_name.launch.py) |
dependencies | Each string is the name of a package that should be added as a dependency if this bundle is generated |
Definition at line 60 of file launch_bundle.hpp.
|
inline |
Definition at line 89 of file launch_bundle.hpp.
|
inline |
Definition at line 197 of file launch_bundle.hpp.
|
inline |
Definition at line 94 of file launch_bundle.hpp.
|
inline |
Definition at line 71 of file launch_bundle.hpp.
|
inline |
The ID is an index in a list, used for quick identification and argument passing.
Definition at line 79 of file launch_bundle.hpp.
|
inline |
Definition at line 66 of file launch_bundle.hpp.
|
inline |
Defined so that LaunchBundles can be added to sets.
Definition at line 102 of file launch_bundle.hpp.
|
inline |
Definition at line 84 of file launch_bundle.hpp.
|
protected |
Definition at line 214 of file launch_bundle.hpp.
|
protected |
Definition at line 211 of file launch_bundle.hpp.
|
protected |
Definition at line 210 of file launch_bundle.hpp.
|
protected |
Definition at line 212 of file launch_bundle.hpp.
|
protected |
Definition at line 210 of file launch_bundle.hpp.
|
protected |
Definition at line 210 of file launch_bundle.hpp.