-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
When running roslaunch ocrtoc_task trigger.launch task_index:=0-0, I got this error:
process[trigger-1]: started with pid [1072]
Traceback (most recent call last):
File "/root/ocrtoc_ws/src/ocrtoc_task/scripts/trigger.py", line 13, in <module>
from grasp_detection import Grasp_Detector
File "/root/ocrtoc_ws/src/ocrtoc_task/scripts/grasp_detection.py", line 19, in <module>
from ocrtoc_common.transform_interface import TransformInterface
ImportError: No module named ocrtoc_common.transform_interface
[trigger-1] process has died [pid 1072, exit code 1, cmd /root/ocrtoc_ws/src/ocrtoc_task/scripts/trigger.py __name:=trigger __log:=/root/.ros/log/49e883fe-4306-11ec-8f7a-3c7c3f2de8b9/trigger-1.log].
log file: /root/.ros/log/49e883fe-4306-11ec-8f7a-3c7c3f2de8b9/trigger-1*.log
all processes on machine have died, roslaunch will exit
shutting down processing monitor...
... shutting down processing monitor complete
done
I rosrun that py script only, and got this:
root@computer1:~/ocrtoc_ws/src/ocrtoc_task/scripts# rosrun ocrtoc_task grasp_detection.py
Traceback (most recent call last):
File "/root/ocrtoc_ws/src/ocrtoc_task/scripts/grasp_detection.py", line 19, in <module>
from ocrtoc_common.transform_interface import TransformInterface
ImportError: No module named ocrtoc_common.transform_interface
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels