-
Notifications
You must be signed in to change notification settings - Fork 362
ResourceNotFound: uuv_simulation_wrapper #376
Comments
Same error with uuv_simulator installed from binaries for melodic Resource not found: uuv_simulation_wrapper |
I have solved this problem.Thank you! @rooshm |
How exactly? Any details would be helpful! |
I have not put the package "uuv_simulation_evaluation" in the workspace before.So,this error "Resource not found: uuv_simulation_wrapper" occured. @rooshm |
Hey, I have the same error. How can I add uuv_simulation_evaluation to the workspace? |
Just open terminal and enter your workspace,then "git clone https://github.com/uuvsimulator/uuv_simulation_evaluation.git".The error mentioned above will disappear.But when i run the catkin_make in the workspace,i met a new trouble:
Add the installation prefix of "uuv_simulation_evaluation" to -- Configuring incomplete, errors occurred! |
Ok, I solved the problem, too. I added the uuv_simulation_evaluation to my workspace as described above but i used catkin build (comes with catkin tools) instead of catkin_make (you eventually have to run catkin clean before using catkin build). |
I am sorry that the reply is late.I solved the problem with your method.And,can you run the "roslaunch uuv_tutorial_rov_modle upload_rov_example.launch" successfully? I have encountered the following problem: [upload_rov_example.launch] is neither a launch file in package [uuv_tutorial_rov_modle] nor is [uuv_tutorial_rov_modle] a launch file name other packages can run successfully.I don't know why! @max0619 |
@ccs-ros I got the same error, too, but rerunning |
In case someone can't run catkin_build because their workspace has other components that need catkin_make, the following pull request uuvsimulator/rexrov2#32 should work on non lunar workspaces |
When I run Resource not found: uuv_simulation_wrapper To solve this problem, I am doing; CMake Error at /opt/ros/melodic/share/catkin/cmake/catkinConfig.cmake:83 (find_package): What should I do now? |
You can try out the fix from this pull request: https://github.com/uuvsimulator/uuv_simulation_evaluation/pull/54/files |
hi,when i run the command "roslaunch rexrov2_gazebo start_demo_pid_controller.launch teleop_on:=true joy_id:=0",the following erroe occurred!
ResourceNotFound: uuv_simulation_wrapper
ROS path [0]=/opt/ros/kinetic/share/ros
ROS path [1]=/home/ccs/catkin_uuv/src
ROS path [2]=/home/ccs/cartographer_ws/catkin_ws/src
ROS path [3]=/home/ccs/catkin_robot/src
ROS path [4]=/home/ccs/catkin_bluerov/src
ROS path [5]=/opt/ros/kinetic/share
what should i do to solve this problem? thank you!
The text was updated successfully, but these errors were encountered: