Christian Becker-Asano

Results 4 issues of Christian Becker-Asano

Hi, I'd like to suggest integrating a function that relates the statistics per country with the actual population sizes. These are available here, for example: https://data.worldbank.org/indicator/SP.POP.TOTL Then, a (number of)...

I followed this guide for installing ROS2 under Windows 10: **https://docs.ros.org/en/ros2_documentation/galactic/Installation/Windows-Install-Binary.html** First, after executing "local_setup.ps1" (in Windows PowerShell) under "Environment Setup" I got the following error: ``` PS C:\dev> C:\dev\ros2-galactic\local_setup.ps1...

Hi, for a project at the University we need to combine pydynamixel with the http://www.picochess.org/ project. The latter currently runs only with python 3.4. I will do my best to...

In python 3.3.3 a syntax error is produced by the except statement with a comma. Solution: use "as" instead. (This also causes trouble in pip install command under 3.3.3, see...