|
moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
Public Member Functions | |
| __init__ (self, HppFile hpp) | |
| str | contents (self) |
Public Attributes | |
| hpp = hpp | |
| path = hpp.path.with_suffix(".h") | |
| str | warn = '#pragma message(".h header is obsolete. Please use the .hpp header instead.")' |
| str | contents = self.contents() |
Definition at line 100 of file create_deprecated_headers.py.
| create_deprecated_headers.DeprecatedHeader.__init__ | ( | self, | |
| HppFile | hpp ) |
Definition at line 101 of file create_deprecated_headers.py.
| str create_deprecated_headers.DeprecatedHeader.contents | ( | self | ) |
Definition at line 107 of file create_deprecated_headers.py.
| str create_deprecated_headers.DeprecatedHeader.contents = self.contents() |
Definition at line 105 of file create_deprecated_headers.py.
| create_deprecated_headers.DeprecatedHeader.hpp = hpp |
Definition at line 102 of file create_deprecated_headers.py.
| create_deprecated_headers.DeprecatedHeader.path = hpp.path.with_suffix(".h") |
Definition at line 103 of file create_deprecated_headers.py.
| str create_deprecated_headers.DeprecatedHeader.warn = '#pragma message(".h header is obsolete. Please use the .hpp header instead.")' |
Definition at line 104 of file create_deprecated_headers.py.