Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run roslaunch niryo_moveit part_2.launch but process has died [pid 10010, exit code 127 #392

Open
bi1mena opened this issue Mar 25, 2023 · 4 comments

Comments

@bi1mena
Copy link

bi1mena commented Mar 25, 2023

Describe the bug
In Pick-and-Place Tutorial Part 2: ROS–Unity Integration
I Run roslaunch niryo_moveit part_2.launch
but See error
process has died [pid 10010, exit code 127

To Reproduce
Steps to reproduce the behavior:

  1. Go to my workspace
  2. run catkin_make && source devel/setup.bash
  3. Run roslaunch niryo_moveit part_2.launch
  4. See error

Console logs / stack traces
process[server_endpoint-2]: started with pid [10010]
/usr/bin/env: ‘python’: No such file or directory
[server_endpoint-2] process has died [pid 10010, exit code 127, cmd /home/lz/ROS/src/ros_tcp_endpoint/src/ros_tcp_endpoint/default_server_endpoint.py --wait __name:=server_endpoint __log:=/home/lz/.ros/log/fa595246-cb21-11ed-b866-086ac5a336a7/server_endpoint-2.log].
log file: /home/lz/.ros/log/fa595246-cb21-11ed-b866-086ac5a336a7/server_endpoint-2*.log
[server_endpoint-2] restarting process

Expected behavior
I hope to get the same result as in the tutorial.

Screenshots
image

Environment (please complete the following information, where applicable):

  • Unity Version: [e.g. Unity 2020.3.11f1]
  • Unity machine OS + version: [e.g. Windows 10]
  • ROS machine OS + version: [e.g. WSL Ubuntu 20.04, ROS Noetic]

Additional context
Hope my problem can be solved, thank you very much

@aixuexidexiaoyuyu
Copy link

same error, did you solve it?

@Iris-Orion
Copy link

same error, wondering whether you've solved it

@Iris-Orion
Copy link

same error, did you solve it?

Hi, here is how i solved it :
. you should open /ROS/Unity-Robotics-Hub/tutorials/pick_and_place/ROS/src/ros_tcp_endpoint/src/ros_tcp_endpoint/default_server_endpoint.py
. i open this .py in vim and change the first line #!/usr/bin/env python to #!/usr/bin/env python3
this works for me and i think the main reason is you should use python3 in ros noetic instead of python

@learning-github-zgy
Copy link

I have the same problem as you. Have you solved it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants