News

# Cmake is a very bad scripting language. Very bad indeed. This is a problem. Let me tell you about it. In the rosbuild days, we used the manifest.xml file to export python libs and __init__.py files.
Once you know how to add and use a Python module, you will greatly extend the capabilities of the language. A Python module is an external class or set of functions that exist outside the main ...
Create a new folder named python-shared in the <project-name> directory. This folder will contain the Python modules that will be used in your project. In the <project-name>/pom.xml file, under the ...
So, I thought of testing importing by Python environment. I created a separate Python file and copied it to C:\temp. In this file, some lines are like: #import system modules import os, sys #get the ...