Closed vanusy closed 4 years ago
Hello!
Are you running this in the PyGame or VREP examples? I'm able to run this example on my computer. Can you provide more details about your setup? One quick thing to try is deleting the ~/.cache/abr_control
folder, which will force the cython functions to be regenerated.
Hello! Thanks for your reply. I have ever read your blogs on 'https://studywolf.wordpress.com/', which gives me a lot of help when I study robotics. Thanks again for your effort.
The problem is detailed as follows:
Traceback (most recent call last):
File "E:/python-prj/abr_control/abr_control-master-20200106a/examples/VREP/position_control_sliding.py", line 52, in
VREP connection closed... Simulation terminated...
I'm confused about it. Could you give me a help?
Also, the cache files saved by the first computation have been deldeted. But the errors still occur.
Hmmm, I haven't encountered this bug before. I left the program running overnight and I was able to successfully generate the C
matrix on my Ubuntu 18.04 system with Python 3.6.0.
Could you confirm for me whether or not it also happens when you run the PyGame/position_control_sliding.py
file?
These are the versions of the dependent libraries I'm using, can you check against the ones you have installed?
numpy == 1.17.1
sympy == 1.4
scipy == 1.3.1
cloudpickle == 1.2.2
cython == 0.29.13
setuptools == 41.0.1
nengo == 3.0.1.dev0
matplotlib == 3.1.1
Thanks for your detailed information about the program environment. I have conquered this problem with ubuntu os and python 3.6. I'm so glad that I can develop my research project.
excellent! glad to hear :D if there's anything else we can help with please let us know!
When I run file ' position_control_sliding.py' to test, an error occurs as follows: 'UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc3 in position 908: invalid continuation byte', which is in file base_config.py Line 769 in _calc_C. I compare the calculation of J, M, G, it seems that only calculation C is nor right.