moveit2
The MoveIt Motion Planning Framework for ROS 2.
Public Member Functions | List of all members
moveit_setup::SRDFConfig::GeneratedCartesianLimits Class Reference

#include <srdf_config.hpp>

Inheritance diagram for moveit_setup::SRDFConfig::GeneratedCartesianLimits:
Inheritance graph
[legend]
Collaboration diagram for moveit_setup::SRDFConfig::GeneratedCartesianLimits:
Collaboration graph
[legend]

Public Member Functions

std::filesystem::path getRelativePath () const override
 Returns the path relative to the configuration package root. More...
 
std::filesystem::path getTemplatePath () const override
 Returns the full path to the template file. More...
 
std::string getDescription () const override
 Returns an English description of this file's purpose. More...
 
bool hasChanges () const override
 Returns true if this file will have changes when it is written to file. More...
 
- Public Member Functions inherited from moveit_setup::TemplatedGeneratedFile
bool write () override
 Writes the file to disk. More...
 
 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. More...
 
FileStatus getStatus () const
 

Additional Inherited Members

- Static Public Attributes inherited from moveit_setup::TemplatedGeneratedFile
static std::vector< TemplateVariablevariables
 
- Protected Attributes inherited from moveit_setup::GeneratedFile
std::filesystem::path package_path_
 
const GeneratedTimelast_gen_time_
 
- Static Protected Attributes inherited from moveit_setup::GeneratedFile
static constexpr GeneratedTime::duration TIME_MOD_TOLERANCE = std::chrono::seconds(10)
 

Detailed Description

Definition at line 225 of file srdf_config.hpp.

Member Function Documentation

◆ getDescription()

std::string moveit_setup::SRDFConfig::GeneratedCartesianLimits::getDescription ( ) const
inlineoverridevirtual

Returns an English description of this file's purpose.

Implements moveit_setup::GeneratedFile.

Definition at line 240 of file srdf_config.hpp.

◆ getRelativePath()

std::filesystem::path moveit_setup::SRDFConfig::GeneratedCartesianLimits::getRelativePath ( ) const
inlineoverridevirtual

Returns the path relative to the configuration package root.

Implements moveit_setup::GeneratedFile.

Definition at line 230 of file srdf_config.hpp.

◆ getTemplatePath()

std::filesystem::path moveit_setup::SRDFConfig::GeneratedCartesianLimits::getTemplatePath ( ) const
inlineoverridevirtual

Returns the full path to the template file.

Implements moveit_setup::TemplatedGeneratedFile.

Definition at line 235 of file srdf_config.hpp.

Here is the call graph for this function:

◆ hasChanges()

bool moveit_setup::SRDFConfig::GeneratedCartesianLimits::hasChanges ( ) const
inlineoverridevirtual

Returns true if this file will have changes when it is written to file.

Implements moveit_setup::GeneratedFile.

Definition at line 247 of file srdf_config.hpp.


The documentation for this class was generated from the following file: