-
Notifications
You must be signed in to change notification settings - Fork 241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resource not found: gazebo_worlds #90
Comments
Ok if ixed that issue by hardcoding the path to empty_world.launch. But i now run into the issue. That the package pr2_gazebo is missing. It seems like it was not released for ROS Jade so it seems like ROS Indigo is needed. |
This might help you: https://github.com/gnoliyil/pr2_kinetic_packages |
Hi Kapsl, |
Hi Robotuks, |
Hi Kapsl,
Where did you find gazebo_worlds package? Is it in the pr2_simulator
package? Or other package like ros-indigo-gazebo?
Thanks
…On Tue, Nov 7, 2017 at 11:36 AM, kapsl ***@***.***> wrote:
Hi Robotuks,
I think the issue was solved, by hardcoding the path to empty_world.launch
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#90 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AZ54EJqGf3wKFtpbdJgAbmM3BqPkTyPsks5s0IckgaJpZM4Pa_mW>
.
|
Actually I'm not completely sure anymore. I think it came with the ros gazebo package. I just searched for it in the filesystem and found it... |
Thanks. I solved it. Actually empty_world.launch locates in gazebo_ros
package. And gazebo_ros source code also has some bugs in it. Eventually I
used binary gazebo_ros package.
…On Wed, Nov 8, 2017 at 2:40 AM, kapsl ***@***.***> wrote:
Actually I'm not completely sure anymore. I think it came with the ros
gazebo package. I just searched for it in the filesystem and found it...
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#90 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AZ54EDVBADs3PRUghWKm6HH2JZUkot-jks5s0VrUgaJpZM4Pa_mW>
.
|
Hi,
I finally managed to install gps together with ROS. (I think newer versions then Jade don't work, because there some PR2_Packages missing). And Jade is not running on the newest Ubuntu Versions, so be careful.
I'm Having Ubuntu 14.04 with ROS Jade.
I'm now trying to start the simulated pr2. But I get the error. That ResourceNotFound: gazeob_worlds. I tried, like you explained to edit the pr2_gazebo_no_controller.launch and comment in this line:
<include file="$(find gazebo_ros)/launch/empty_world.launch" />
But still the same error. Any ideas?
Thanks a lot!
The text was updated successfully, but these errors were encountered: