Functions | |
def | generate_markers (markers, model_directory, dictionary_id=2, map_source='') |
def | model_name (model_directory) |
Variables | |
Marker | |
MARKER_MATERIAL_TEMPLATE = Template() | |
MARKER_MODEL_CFG_TEMPLATE = Template() | |
MARKER_MODEL_SDF_TEMPLATE = Template() | |
MARKER_VISUAL_TEMPLATE = Template() | |
def clover_simulation.marker.generate_markers | ( | markers, | |
model_directory, | |||
dictionary_id = 2 , |
|||
map_source = '' |
|||
) |
Generate markers from a list. Result is a single Gazebo model with all markers inside it. markers: A List-like object containing Marker objects. model_directory: Target directory for the model. dictionary_id: Predefined ArUco dictionary ID, as defined by OpenCV. map_source: An optional string with the name of the ArUco map file.
def clover_simulation.marker.model_name | ( | model_directory | ) |
clover_simulation.marker.Marker |
clover_simulation.marker.MARKER_MATERIAL_TEMPLATE = Template() |
clover_simulation.marker.MARKER_MODEL_CFG_TEMPLATE = Template() |
clover_simulation.marker.MARKER_MODEL_SDF_TEMPLATE = Template() |