ev3dev-lang-cpp
ev3dev-lang-cpp copied to clipboard
C++ language bindings for http://ev3dev.org
HT-nxt-angle
Hi, I'm trying to use HT-nxt-angle, but I don't see how to use it using ev3dev-lang-demo or ev3dev-lang-test. Moreover I saw some issues (https://github.com/ev3dev/ev3dev/issues/555) Could you please help me ?
I've found if I ``#include`` ev3dev stuff in separate compilation units then I get errors like this: ``` /usr/bin/ld: BoB/modules/robots/ev3/BoB/third_party/ev3dev-lang-cpp/libev3dev.a(ev3dev.cpp.o):(.rodata+0x370): multiple definition of `ev3dev::gyro_sensor::mode_gyro_ang'; BoB/modules/robots/ev3/libbob_robots__ev3.a(mindstorms_imu.cc.o):(.rodata._ZN6ev3dev11gyro_sensor13mode_gyro_angE[_ZN6ev3dev11gyro_sensor13mode_gyro_angE]+0x0): first defined here /usr/bin/ld: BoB/modules/robots/ev3/BoB/third_party/ev3dev-lang-cpp/libev3dev.a(ev3dev.cpp.o):(.rodata+0x380):...
The Carlson Minot website www.carlson-minot.com appears to be down. Does anyone know whether this is permanent or just a glitch? Without the Carlson Minot toolchain, is there a description anywhere...
I did a bit of refactoring here, and made UTs to run in host system. I injected mock system via a base class (which uses virtual calls) instead of macros...
I just need more instructions for cross-compiling. How to write a code trough the eclipse with codesourcery?
Hi, I'm trying to optimise the access to the file value0 for angle sensors, or IR sensors. Because my motion system need these data every 5ms. ifstream is currently used,...
See discussion in #49
Hello, Is everything is generated and modified for ev3dev-stretch ? The first thing which is crashing is the power_supply... aïe. Is it possible to make the update as soon as...
While playing with pthread_create() and pthread_join() in a C++ source code, I get this strange error : ``` robot@ev3dev:~/snir2$ ./test_threads terminate called after throwing an instance of '__gnu_cxx::__concurrence_broadcast_error' what(): __gnu_cxx::__concurrence_broadcast_error...
On the BrickPi, we have to explicitly set the sensor type as it cannot be automatically detected, as it is with ev3dev running on the Mindstorms computer. This PR adds...