Wolfgang Hönig

Results 143 comments of Wolfgang Hönig

See also https://gitlab.freedesktop.org/poppler/poppler/-/issues/1133

Works for me as well - thanks! I kept thermald disabled (as described in the readme on this project) and use https://github.com/vmatare/thinkfan in parallel to keep the fan noise reasonable.

For anyone new who is struggling to set up the Thinkpad, I summarized my configuration of the Laptop (including fancontrol and the static fix described here) at https://github.com/whoenig/thinkpad-p14s-gen2-ubuntu. Comments/PRs etc....

``` ~ lscpu | grep "Model name" Model name: 11th Gen Intel(R) Core(TM) i7-1165G7 @ 2.80GHz ~ sudo setpci -s 0:0.0 48.l fedc0001 ~ cat /proc/cpuinfo processor : 0 vendor_id...

From the forum, the fix only changes the kind of error message, and does not improve reliability drastically. > Like you mentioned it has not solved the issue and 7...

Just as update here: I'll receive a roadrunner from Bitcraze to investigate. There are also two firmware bugs related to this issue open now: https://github.com/bitcraze/crazyflie-firmware/issues/393 and https://github.com/bitcraze/crazyflie-firmware/issues/394.

Which firmware are you trying to flash? The latest firmware images are compatible with 2.0 and 2.1. I recommend flashing either using crazyflie_tools flash or JTAG (with make flash), as...

Which launch file are you using? I am not aware of a particular firmware problem that would cause this problem, but I mostly test with the high-level mode (and onboard...

For new projects I don't recommend using the off-board position controller. Instead, use the onboard (PID or mellinger) controllers. One thing I noticed is that you use 3 CFs with...

Own position controller: this makes sense now. In this case you should not use the onboard controllers (unless you want to implement your own controller directly in C in the...