ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

KoalaDangerous's profile - activity

2021-05-26 15:47:13 -0500 marked best answer Problem resource not found

Hi Every one,
I'm a newbie on ROS and Gazebo and for my student project, I'm using ROS Melodic and I'm trying to use this tutorial : ainstein_radar_gazebo I can compile with no error but when I want to launch, I have one :

Resource not found: The following package was not found in <arg name="world_name" value="$(find gazebo_radar_sensor_plugin)/worlds/test.world"/>: gazebo_radar_sensor_plugin ROS path [0]=/opt/ros/melodic/share/ros ROS path [1]=/home/thomaspc/catkin_ws/src ROS path [2]=/opt/ros/melodic/share The traceback for the exception was written to the log file

In the tutorial, they say I have to fill the bashrc with this :

export GAZEBO_MODEL_PATH=$GAZEBO_MODEL_PATH:~/.gazebo/models

and this :

export GAZEBO_PLUGIN_PATH=$GAZEBO_PLUGIN_PATH:~/catkin_ws/devel/lib

I don't understand my mistake and even after some research

Could you hepl me please
thank you

2020-09-10 03:20:36 -0500 received badge  Famous Question (source)
2020-09-10 03:20:36 -0500 received badge  Notable Question (source)
2020-09-10 03:20:36 -0500 received badge  Popular Question (source)
2020-08-25 23:49:52 -0500 received badge  Famous Question (source)
2020-08-25 23:49:52 -0500 received badge  Notable Question (source)
2020-08-25 23:49:52 -0500 received badge  Popular Question (source)
2020-06-11 02:53:15 -0500 received badge  Enthusiast
2020-05-25 03:14:05 -0500 asked a question Problem resource not found

Problem resource not found Hi Every one, I'm a newbie on ROS and Gazebo and for my student project, I'm using ROS Mel

2020-05-20 07:21:48 -0500 asked a question Resource not found

Resource not found Hi Every one, I'm a newbie on ROS and Gazebo and for my student project, I'm using ROS Melodic and