ros2: command not found Ubuntu 22.04 ros_humble [SOLVED]
In WSL2 I installed ROS2 - Humble for Ubuntu 22.04 from source.
All the packages have installed, there were some depreciated library warnings but nothing that stopped any packages installing.
So to check the installation,
. ~/ros2_humble/install/local_setup.bash
ros2 run demo_nodes_cpp talker
Which sadly returned,
ros2: command not found
Anybody any idea why?