
Public Member Functions | |
| def | __init__ (self, name, position, orientation, parent, package=None, mesh_path="", scale=1.0, group="") |
| def | set_size (self, size) |
| def | update_marker (self) |
Public Member Functions inherited from frame_editor.objects.Object_Geometry | |
| def | __init__ (self, name, position, orientation, parent, style, group) |
| def | set_color (self, color) |
Public Member Functions inherited from frame_editor.objects.Frame | |
| def | create_new_id (cls) |
| def | pose (self) |
| def | print_all (self) |
| def | set_group (self, group) |
| def | set_value (self, symbol, value) |
| def | value (self, symbol) |
Public Attributes | |
| package | |
| path | |
| scale | |
Public Attributes inherited from frame_editor.objects.Object_Geometry | |
| color | |
| marker | |
| TODO: put this into interface_marker.py. More... | |
Public Attributes inherited from frame_editor.objects.Frame | |
| color | |
| group | |
| hidden | |
| marker | |
| name | |
| orientation | |
| parent | |
| position | |
| style | |
Additional Inherited Members | |
Static Public Member Functions inherited from frame_editor.objects.Frame | |
| def | can_transform (target_frame, source_frame, time_) |
| def | init_tf (static=True) |
| def | wait_for_transform (target_frame, source_frame, timeout) |
| def | was_published_by_frameeditor (name) |
Static Public Attributes inherited from frame_editor.objects.Frame | |
| tf_broadcaster = None | |
| tf_buffer = None | |
| tf_listener = None | |
Definition at line 222 of file objects.py.
| def frame_editor.objects.Object_Mesh.__init__ | ( | self, | |
| name, | |||
| position, | |||
| orientation, | |||
| parent, | |||
package = None, |
|||
mesh_path = "", |
|||
scale = 1.0, |
|||
group = "" |
|||
| ) |
Definition at line 224 of file objects.py.
| def frame_editor.objects.Object_Mesh.set_size | ( | self, | |
| size | |||
| ) |
Definition at line 232 of file objects.py.
| def frame_editor.objects.Object_Mesh.update_marker | ( | self | ) |
Reimplemented from frame_editor.objects.Object_Geometry.
Definition at line 238 of file objects.py.
| frame_editor.objects.Object_Mesh.package |
Definition at line 228 of file objects.py.
| frame_editor.objects.Object_Mesh.path |
Definition at line 227 of file objects.py.
| frame_editor.objects.Object_Mesh.scale |
Definition at line 226 of file objects.py.