No launch file found

Hi,

it did hit me again, no launch file found when launching the robot arm

ros2 launch my_robot_arm_description

the launfile exists in

nstall/my_robot_arm_description/share/my_robot_arm_description/launch/my_robot_arm.launch.py

any idea why it was not found ?

Hi @vkuehn ,

If the launch file is missing in your package, but exists in install folder, then copy that file into your launch folder path.

If you have a launch file in your package and you get an error saying launch file does not exist, then try deleting the build, install and log folders and rebuild your packages.

I hope this helps.

Regards,
Girish

Hi @vkuehn,

are you sure you pasted the entire command?

This command here is missing the name of the launch file:

The entire command is:


ros2 launch <name_of_the_package> <name_of_the_launch_file>

Perhaps that was the problem?

Cheers,

Roberto

Hi @girishkumar.kannan @rzegers ,

thanks to you both !

Actually both was requiered (Delete build folders and add the correct launch file)

starts now thanks.

unfortunatetly can only mark one answer as solution

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.