-
Notifications
You must be signed in to change notification settings - Fork 480
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
calling Projector::Load method when spawning robot from urdf #1807
Comments
Original comment by Yuki Furuta (Bitbucket: furushchev).
|
Original comment by Yuki Furuta (Bitbucket: furushchev). related issues: |
Original comment by Yuki Furuta (Bitbucket: furushchev).
|
Original comment by Yuki Furuta (Bitbucket: furushchev). ping |
1 similar comment
Original comment by Yuki Furuta (Bitbucket: furushchev). ping |
Original comment by Nate Koenig (Bitbucket: Nathan Koenig). What version of gazebo are you using, and how are you running gazebo? |
Original comment by Yuki Furuta (Bitbucket: furushchev). I use gazebo 2.2.3 with ROS Indigo, but I checked that this problem is also reproduced on 1.9.6 (with ROS hydro) and 6 (latest). (for using pr2 with gazebo 6, I needed to fix a bit of compilation flags. see PR2/pr2_simulator#116 ) The picture attached is another launch file, but in order to reproduce this problem, just roslaunch-ing file installed by apt-get:
This run gazebo, and insert pr2 into world by using |
Original comment by Yuki Furuta (Bitbucket: furushchev). ping |
4 similar comments
Original comment by Yuki Furuta (Bitbucket: furushchev). ping |
Original comment by Yuki Furuta (Bitbucket: furushchev). ping |
Original comment by Yuki Furuta (Bitbucket: furushchev). ping |
Original comment by Yuki Furuta (Bitbucket: furushchev). ping |
Original report (archived issue) by Yuki Furuta (Bitbucket: furushchev).
The original report had attachments: Screenshot from 2015-12-10 15:27:14.png
Hi, I am new to gazebo, and I have a question.
I'm using the PR2 that has projector at the head.
Projector itself seems to have parameters that are configurable:
https://github.com/osrf/gazebo/blob/2de40d75074bb573bddc8f902f2b78c543237b2d/gazebo/rendering/Projector.cc#L109:126
When spawning a robot that has a projector from urdf, children tags of seems to be ignored.
How can we set the parameter when
spawning the robot from urdf?
The text was updated successfully, but these errors were encountered: