[ROS] ImportError: no module name yaml

Yoons·2024년 2월 3일
0
post-thumbnail

Situation

I install ROS1, tello driver for Ubuntu 20.04 LTS. When I connected my tello drone and command below.

roslaunch tello_driver tello_node.launch

ans I received this..


Reason and Resolve

  1. Reason
    There is not install yaml package at proper python version. In my situation, I use command python, but yaml package is installed at python3

  2. Resolve

sudo apt-get install python-yaml
(not python3-yaml)
source ~/catkin_ws/devel/setup.bash

References

profile
모든 글은 저의 눈물을 머금으며 작성한 글이니..재밌게 봐주세요 :) 깃헙 맞팔@

0개의 댓글