rosinit error in 2022b on Linux

조회 수: 3 (최근 30일)
鑫
2022년 11월 26일
댓글: Karthik Reddy Vennapureddy 2022년 12월 12일
Hi,
I just installed the ROS toolbox in Matlab2022b in Ubuntu18.04, and type rosinit in the command window.
But it shows that:
Launching ROS Core...
Path to Python Executable is not set. Set the path to the Python executable using ROS Toolbox preferences.
Then I choose python3.9 in ROS Toolbox preferences.
But it told me that:
Invalid Python Version 3.9.15.Supported Python Version is 3.9.x.
Could anyone help me on figuring out this issue?
Thank you so much

답변 (1개)

Jagadeesh Konakalla
Jagadeesh Konakalla 2022년 11월 28일
The error is confusing and our team is working to fix this issue. Can you please install 3.9.13 and try it? It will work.
Thanks,
Jagadeesh K
  댓글 수: 6
鑫
2022년 12월 12일
I just reinstalled python, but it seems useless. And I can't check out what's wrong. It's so weirdly.
Karthik Reddy Vennapureddy
Karthik Reddy Vennapureddy 2022년 12월 12일
Hi Jestzer,
Could you please provide the command you executed to install python? Regarding the above error:
ModuleNotFoundError: no module named '_ctypes'. Looks like libff-dev is not installed in your pc. Could you install libffi-dev using this command : sudo apt-get install libffi-dev
After installing libffi-dev, try rerunning 'ros.internal.createOrGetLocalPython(true)' and see if it works fine.
Thanks,
Karthik Reddy

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

제품


릴리스

R2022b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by