Source code for symforce.codegen.lcm_types_codegen
# ----------------------------------------------------------------------------# SymForce - Copyright 2022, Skydio, Inc.# This source code is under the Apache 2.0 license found in the LICENSE file.# ----------------------------------------------------------------------------importsymforce.symbolicassffromsymforceimportpython_utilfromsymforceimporttypingasT
[docs]deflcm_symforce_types_data()->T.Dict[str,T.Any]:""" Returns data for template generation with ``lcm_templates/symforce_types.lcm.jinja``. """returndict(python_util=python_util,sf=sf)