how to run rosinit in Matlab
25 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Van Chuong Nguyen
le 28 Jan 2021
Commenté : Van Chuong Nguyen
le 31 Jan 2021
Hi,
I just installed the ROS toolbox in Matlab, and type rosinit in the command window
But it shows that:
Launching ROS Core...
Invalid Python executable: ''. Use pyenv function to set the path to the Python executable and retry the command.
Could anyone help me on figuring out this issue?
Thank you so much
0 commentaires
Réponse acceptée
Josh Chen
le 28 Jan 2021
Hello Van,
Based on the error message, it looks like MATLAB cannot find an available python executable on your computer. rosinit requires you to install and setup Python2.7. Once you installed Python2.7 and run
>> pyenv('Version','2.7')
you should now be able to do rosinit if there is no other issues.
Hope this helps.
Josh
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Call Python from MATLAB dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!