Skip to content

robot_compile.py not working with robot name (amy) #1

@MonsterUntermBett

Description

@MonsterUntermBett

creating build/temp.linux-aarch64-2.7
aarch64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/home/bitbots/.local/lib/python2.7/site-packages/numpy/core/include -I/usr/include/python2.7 -c vision_extensions.cpp -o build/temp.linux-aarch64-2.7/vision_extensions.o -std=c++14
cc1plus: warning: command line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++
In file included from /home/bitbots/.local/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1816:0,
from /home/bitbots/.local/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:18,
from /home/bitbots/.local/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4,
from vision_extensions.cpp:2:
/home/bitbots/.local/lib/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
#warning "Using deprecated NumPy API, disable it by "
^
vision_extensions.cpp: In function 'PyObject* expandPoints(PyObject*, PyObject*)':
vision_extensions.cpp:40:116: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses]
if (! *(binary_image->data + point.second * binary_image->strides[0] + point.first * binary_image->strides[1]) > expand_threshold)
^
creating build/lib.linux-aarch64-2.7
c++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wl,-Bsymbolic-functions -Wl,-z,relro -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security build/temp.linux-aarch64-2.7/vision_extensions.o -o build/lib.linux-aarch64-2.7/VisionExtensions.so

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions