Failure with ros2 launch turtlebot3_manipulation_bringup hardware.launch.py
UniBot50 opened this issue · 2 comments
UniBot50 commented
wecacuee commented
hardware.launch.py includes base.launch.py which needs FindExecutable(name='xacro')
.
Make sure ros-foxy-xacro is installed
sudo apt install ros-foxy-xacro
UniBot50 commented
This was it, thank you very much!