Skip to content

Docker run error: Cannot locate node of type [server_endpoint.py] in package [niryo_moveit] #237

@iconnor

Description

@iconnor

When running:

docker run -it --rm -p 10000:10000 -p 5005:5005 unity-robotics:pick-and-place /bin/bash
...
root@cab3eeb8c343:/catkin_ws# roslaunch niryo_moveit part_3.launch

You get this error:
ERROR: cannot launch node of type [niryo_moveit/server_endpoint.py]: Cannot locate node of type [server_endpoint.py] in package [niryo_moveit]. Make sure file exists in package path and permission is set to executable (chmod +x)

one of the python scripts needs execute rights:

chmod +x tutorials/pick_and_place/ROS/src/niryo_moveit/scripts/server_endpoint.py

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