mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-13 05:04:40 +08:00
dragonpilot beta3
date: 2023-10-09T10:55:55 commit: 91b6e3aecd7170f24bccacb10c515ec281c30295
This commit is contained in:
@@ -7,15 +7,20 @@
|
||||
"common/transformations/coordinates.cc",
|
||||
"common/transformations/coordinates.hpp",
|
||||
"common/transformations/orientation.cc",
|
||||
"common/transformations/orientation.hpp"
|
||||
"common/transformations/orientation.hpp",
|
||||
"openpilot/common/transformations/coordinates.cc",
|
||||
"openpilot/common/transformations/coordinates.hpp",
|
||||
"openpilot/common/transformations/orientation.cc",
|
||||
"openpilot/common/transformations/orientation.hpp"
|
||||
],
|
||||
"include_dirs": [
|
||||
"common/transformations"
|
||||
"common/transformations",
|
||||
"openpilot/common/transformations"
|
||||
],
|
||||
"language": "c++",
|
||||
"name": "common.transformations.transformations",
|
||||
"sources": [
|
||||
"/data/openpilot/common/transformations/transformations.pyx"
|
||||
"/data/dp-private/common/transformations/transformations.pyx"
|
||||
]
|
||||
},
|
||||
"module_name": "common.transformations.transformations"
|
||||
@@ -2528,6 +2533,8 @@ static CYTHON_INLINE char *__pyx_f_5numpy_7ndarray_4data_data(PyArrayObject *__p
|
||||
|
||||
/* Module declarations from "libcpp" */
|
||||
|
||||
/* Module declarations from "openpilot.common.transformations.transformations" */
|
||||
|
||||
/* Module declarations from "cython" */
|
||||
|
||||
/* Module declarations from "libc.string" */
|
||||
@@ -2720,6 +2727,8 @@ typedef struct {
|
||||
#endif
|
||||
#if CYTHON_USE_MODULE_STATE
|
||||
#endif
|
||||
#if CYTHON_USE_MODULE_STATE
|
||||
#endif
|
||||
PyTypeObject *__pyx_ptype_7cpython_4type_type;
|
||||
#if CYTHON_USE_MODULE_STATE
|
||||
#endif
|
||||
@@ -3269,6 +3278,8 @@ static int __pyx_m_traverse(PyObject *m, visitproc visit, void *arg) {
|
||||
#endif
|
||||
#if CYTHON_USE_MODULE_STATE
|
||||
#endif
|
||||
#if CYTHON_USE_MODULE_STATE
|
||||
#endif
|
||||
#define __pyx_ptype_7cpython_4type_type __pyx_mstate_global->__pyx_ptype_7cpython_4type_type
|
||||
#if CYTHON_USE_MODULE_STATE
|
||||
#endif
|
||||
@@ -10123,7 +10134,7 @@ if (!__Pyx_RefNanny) {
|
||||
/* "common/transformations/transformations.pyx":1
|
||||
* # distutils: language = c++ # <<<<<<<<<<<<<<
|
||||
* # cython: language_level = 3
|
||||
* from common.transformations.transformations cimport Matrix3, Vector3, Quaternion
|
||||
* from openpilot.common.transformations.transformations cimport Matrix3, Vector3, Quaternion
|
||||
*/
|
||||
__pyx_t_2 = __Pyx_PyDict_NewPresized(0); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 1, __pyx_L1_error)
|
||||
__Pyx_GOTREF(__pyx_t_2);
|
||||
|
||||
Reference in New Issue
Block a user