PaddleRobotics is an open-source algorithm library for robots based on Paddle, including open-source parts such as human-robot interaction, complex motion control, environment perception, SLAM positioning, and navigation.
Apache License 2.0
218
stars
54
forks
source link
HRI/TFVT_HRI : No module named 'interaction.common.discrete_uc_ctrl #20
File "HRI/TFVT_HRI/interaction/action.py", line 2, in
from interaction.common.discrete_uc_ctrl import DiscreteUCController
ModuleNotFoundError: No module named 'interaction.common.discrete_uc_ctrl'
The common directory dont have the discrete_uc_ctrl.py :
data.py data_via_decord.py discrete_ctrl.py init.py pycache utils.py
File "HRI/TFVT_HRI/interaction/action.py", line 2, in
from interaction.common.discrete_uc_ctrl import DiscreteUCController
ModuleNotFoundError: No module named 'interaction.common.discrete_uc_ctrl'
The common directory dont have the discrete_uc_ctrl.py : data.py data_via_decord.py discrete_ctrl.py init.py pycache utils.py
can you provide it?
thanks