RLException: [ladang_digital.launch] is neither a launch file in package [ladang_digital] nor is [ladang_digital] a launch file name The traceback for the exception was written to the log file
I'm still new with ROS and try to figure out why my launch package cannot run after I run setup.bash
symz@symz-VivoBook-S15-X530UN:~/catkinws$ catkinmake Base path: /home/symz/catkinws Source space: /home/symz/catkinws/src Build space: /home/symz/catkinws/build Devel space: /home/symz/catkinws/devel Install space: /home/symz/catkin_ws/install
Running command: "make cmakecheckbuildsystem" in "/home/symz/catkinws/build"
Running command: "make -j8 -l8" in "/home/symz/catkin_ws/build"
symz@symz-VivoBook-S15-X530UN:~/catkinws$ source devel/setup.bash symz@symz-VivoBook-S15-X530UN:~/catkinws$ roslaunch ladangdigital ladangdigital.launch RLException: [ladangdigital.launch] is neither a launch file in package [ladangdigital] nor is [ladang_digital] a launch file name The traceback for the exception was written to the log file
and here is my full code for launch file
<?xml version="1.0"?>
<!-- Launch Gazebo with the specified world -->
<!-- Add a single Moose robot -->
<!--
Asked by Sympetrumz on 2023-05-08 01:49:44 UTC
Comments