Unable to launch a gazebo model

asked 2023-02-26 18:10:53 -0500

kowais915 gravatar image

Hi!

I am totally newbie to the ROS world. I am working on my final year project that involves indoor mapping via quadcopter. I had a very hard time starting with ROS.

Now that I have installed ROS Noetic successfully, I am facing an issue while launching a gazebo file. I am following the instructions in this repo on GitHub: https://github.com/lemontyc/my_robot

I have cloned the repo inside the src folder, and have installed the packages, but when I run this command: roslaunch my_robot world. launch

It says: RLException: [my_robot] is neither a launch file in package [gazebo_ros] nor is [gazebo_ros] a launch file name The traceback for the exception was written to the log file

There might be a simple fix, but since I am new I know nothing. Please help!

edit retag flag offensive close merge delete

Comments

Did you source the workspace before launching the node?

Davies Ogunsina gravatar image Davies Ogunsina  ( 2023-02-27 01:39:15 -0500 )edit