You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ros2 launch rmcl_example start_robot_launch.py
[INFO] [launch]: All log files can be found below /home/iliabara/.ros/log/2024-07-07-14-12-59-307095-Brigid-Framework16-90676
[INFO] [launch]: Default logging verbosity is set to INFO
[ERROR] [launch]: Caught exception in launch (see debug for traceback): Caught multiple exceptions when trying to load file of format [py]:
- ModuleNotFoundError: No module named 'scripts'
- InvalidFrontendLaunchFileError: The launch file may have a syntax error, or its format is unknown
Interesting problem. I have tested it on several computers without having this problem. Just now I updated my ROS-humble and it still works. So I am not able to reproduce the problem. However, I have two guesses that might fix your problem:
Let me know if one of these solves your issue. Nevertheless, I don't like that there is a package-include called "scripts" in my python script anyways. So in the meantime I will try to find a workaround to avoid that.
I think I have found a workaround. It is on the "avoid-gazebo-scripts" branch. You may try this solution first before you change anything on your system.
Running the robot launch example fails with:
This seems to be related to:
https://github.com/aock/rmcl_example/blob/main/launch/start_robot_launch.py#L8
The text was updated successfully, but these errors were encountered: