首先,你需要确认 derived_object_msgs 模块是否确实存在。这可能是一个第三方库,或者是一个自定义模块。如果是第三方库,你可以在PyPI(Python Package Index)上搜索它,看是否有这个库。如果是自定义模块,确保你已经创建了这个模块的文件。 检查Python环境路径是否包含该模块: Python解释器在导入模块时会查找特定的路
python -c 'import carla;print("Success")' ,Show success message without any error. But when I run: roslaunch carla_ros_bridge client.launch there is the following error: ImportError: No module named derived_object_msgs.msg How can I solve this problem?