Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

caught exceptation in launch #10

Open
98shun opened this issue Jun 7, 2023 · 2 comments
Open

caught exceptation in launch #10

98shun opened this issue Jun 7, 2023 · 2 comments

Comments

@98shun
Copy link

98shun commented Jun 7, 2023

Hello, i am facing a problem while launching the slam_gmapping, it gives me the following message:
[INFO] [launch]: All log files can be found below /home/ros/.ros/log/2023-06-07-14-13-09-710615-ros-desktop-7603
[INFO] [launch]: Default logging verbosity is set to INFO
[ERROR] [launch]: Caught exception in launch (see debug for traceback): Caught exception when trying to load file of format [py]: Node.init() missing 1 required keyword-only argument: 'executable'

i already die colcon build and source the bash and didn't change thing in the code.

@Steve-Li-1998
Copy link

Hello, do you have any solution yet?

@haopan1204
Copy link

haopan1204 commented Aug 10, 2023

In slam_gmapping/slam_gmapping/launch/slam_gmapping.launch.py
Edit this item
node_executable='slam_gmapping'
to
executable='slam_gmapping'
Then try again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants