sudo apt updatepip install numpypip3 install opencv-pythonpip3 install opencv-contrib-pythonpip install mediapipepip3 install dlibIf there is an error indicating that the module cannot be found in Python, you can use this command to install the corresponding third-party module
xxxxxxxxxxpip3 install third-party module
If the package for ROS2 cannot be found, you can use this command to install the corresponding package
xxxxxxxxxxsudo apt install ros-humble-Package
Kind reminder: If you don't understand how to operate, copying Google incorrectly will solve the problem.

xxxxxxxxxxuzip yahboom_esp32_mediapipe.zipcd ../yahboomcar_ws #Enter this foldercolcon buildOnce the compilation is successful, the mediatipe feature package is successfully loaded into the ROS2 environment, as shown in the figure

xxxxxxxxxxmkdir -p ~/yahboomcar_ws/srcecho "source ~/yahboomcar_ws/install/setup.bash " >> ~/.bashrcsource ~/.bashrcThen go back to the first step of operation
The yahboom_esp32_camera in the picture is built in the 2. ROS2 View Camera tutorial, and this feature pack and the mediape feature pack do not affect each other.