Hi,
While executing main.py I ran into the following error
Traceback (most recent call last):
File "main.py", line 6, in
from pomp.example_problems import *
AttributeError: module 'pomp.example_problems' has no attribute 'lqr'
After looking at the pomp folder I saw that this code depends on klamp,so if I install klamp will the issue go away?
Hi,
While executing main.py I ran into the following error
Traceback (most recent call last):
File "main.py", line 6, in
from pomp.example_problems import *
AttributeError: module 'pomp.example_problems' has no attribute 'lqr'
After looking at the pomp folder I saw that this code depends on klamp,so if I install klamp will the issue go away?