Resource not found The following package was not found in
Im trying to run a simulation in rviz.But it does not run it and showing this error:
Resource not found: The following package was not found in <arg name="world_name" default="$(find cart_sim)/worlds/empty.world"/>: cart_sim
ROS path [0]=/opt/ros/noetic/share/ros
ROS path [1]=/opt/ros/noetic/share
The traceback for the exception was written to the log file
Can anyone help me?Im new in ubuntu and ros.
It seems like you haven't sourced you custom ROS workspace, you can do that by running
source devel/setup.bash
in your workspace directory after you have built it.