module not found error : No module named launch [closed]

asked 2021-10-17 02:51:40 -0500

jjb1220 gravatar image

Hello, I wanted to download an open source and run a python file for 2D mapping. But it keeps giving me an error that the module doesn't exist. I did a search on the site, but couldn't find an answer that worked for me. How do I install this module?

indicated error

image



code that wanted launch image

edit retag flag offensive reopen merge delete

Closed for the following reason Question does not follow our guidelines for questions. Please see: http://wiki.ros.org/Support for more details. by gvdhoorn
close date 2021-10-17 05:56:47.448523

Comments

It’s telling you that ‘)’ is missing. From the function generate_launch_description the return statement is not properly closed.

osilva gravatar image osilva  ( 2021-10-17 03:57:39 -0500 )edit
1

I'm sorry to have to do this for something so seemingly unimportant, but please don't post screenshots of terminal text in questions on ROS Answers. It's all text, so there is no need. Just copy-paste the text from the terminal into your question text. Do make sure to format it properly by selecting the text and pressing ctrl+k (or clicking the Preformatted Text button (the one with 101010 on it)).

You don't need to post a new question, just edit your curent one. You can use the edit button/link for this.

After you replace the screenshot with the error message itself, we can re-open your question.

gvdhoorn gravatar image gvdhoorn  ( 2021-10-17 05:57:16 -0500 )edit