No module named 'launch_ros.action
Creating Launch file for turtlesim using ros2
First i am create a directory called launch and the file name is turtlesimmimiclaunch.py.
In terminal using this commands ros2 launch turtlesimmimiclaunch.py getting Error
[ERROR] [launch]: Caught exception in launch (see debug for traceback): Caught exception when trying to load file of format [py]: No module named 'launch_ros.action'
Asked by Raiz Ahmed on 2020-08-13 09:38:47 UTC
Answers
python module to import is 'launch_ros.actions'
Asked by rogdodg on 2023-06-10 07:33:54 UTC
Comments