Skip to content

Error when running 'roslaunch ocrtoc_task trigger.launch task_index:=0-0' #11

Description

@Skylark0924

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions