Open WenjieYan opened 3 years ago
This is also an issue because Ubuntu 20.04 is using python3. It seems like it would be a nearly trivial change, would you propose a PR for this?
Also, please format the code in your post--it is very hard to read otherwise. In-line code is marked with single backticks, and code blocks are marked with triple backticks. (The formatting manual is here.)
Description
While running the calibration, the plugin reports an issue of importing numpy
[ERROR] [1616890018.137078130]: Error importing numpy:
Which refers to the code:
I noticed that ROS neotic has switched to Python 3 and I believe in thie calibration tool is still using python 2. Is there any plan to update it? (At least in the CMakeLists.txt it is still searching for python 2)
Your environment