|
moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
#include <launch_bundle.hpp>


Public Member Functions | |
| BonusTemplatedFile (const std::filesystem::path &package_path, const GeneratedTime &last_gen_time, const std::filesystem::path &relative_path, const std::string &description) | |
| std::filesystem::path | getRelativePath () const override |
| Returns the path relative to the configuration package root. | |
| std::string | getDescription () const override |
| Returns an English description of this file's purpose. | |
| std::filesystem::path | getTemplatePath () const override |
| Returns the full path to the template file. | |
| bool | hasChanges () const override |
| Returns true if this file will have changes when it is written to file. | |
Public Member Functions inherited from moveit_setup::TemplatedGeneratedFile | |
| bool | write () override |
| Writes the file to disk. | |
| GeneratedFile (const GeneratedFile &)=default | |
| GeneratedFile (GeneratedFile &&)=default | |
| GeneratedFile (const std::filesystem::path &package_path, const GeneratedTime &last_gen_time) | |
Public Member Functions inherited from moveit_setup::GeneratedFile | |
| GeneratedFile (const GeneratedFile &)=default | |
| GeneratedFile (GeneratedFile &&)=default | |
| virtual | ~GeneratedFile ()=default |
| GeneratedFile (const std::filesystem::path &package_path, const GeneratedTime &last_gen_time) | |
| std::filesystem::path | getPath () const |
| Returns the fully qualified path to this file. | |
| FileStatus | getStatus () const |
Protected Attributes | |
| std::filesystem::path | relative_path_ |
| std::string | description_ |
Protected Attributes inherited from moveit_setup::GeneratedFile | |
| std::filesystem::path | package_path_ |
| const GeneratedTime & | last_gen_time_ |
Additional Inherited Members | |
Static Public Attributes inherited from moveit_setup::TemplatedGeneratedFile | |
| static std::vector< TemplateVariable > | variables |
Static Protected Attributes inherited from moveit_setup::GeneratedFile | |
| static constexpr GeneratedTime::duration | TIME_MOD_TOLERANCE = std::chrono::seconds(10) |
Definition at line 163 of file launch_bundle.hpp.
|
inline |
Definition at line 166 of file launch_bundle.hpp.
|
inlineoverridevirtual |
Returns an English description of this file's purpose.
Implements moveit_setup::GeneratedFile.
Definition at line 177 of file launch_bundle.hpp.
|
inlineoverridevirtual |
Returns the path relative to the configuration package root.
Implements moveit_setup::GeneratedFile.
Definition at line 172 of file launch_bundle.hpp.
|
inlineoverridevirtual |
Returns the full path to the template file.
Implements moveit_setup::TemplatedGeneratedFile.
Definition at line 182 of file launch_bundle.hpp.

|
inlineoverridevirtual |
Returns true if this file will have changes when it is written to file.
Implements moveit_setup::GeneratedFile.
Definition at line 187 of file launch_bundle.hpp.
|
protected |
Definition at line 194 of file launch_bundle.hpp.
|
protected |
Definition at line 193 of file launch_bundle.hpp.