-
Notifications
You must be signed in to change notification settings - Fork 486
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
Saving world file does not include changes to Lights #346
Comments
Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters). |
Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).
I started adding some code on branch issue_346. A Light::FillSDF function needs to be written. |
Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).
after VRC |
Original comment by Nate Koenig (Bitbucket: Nathan Koenig).
|
Original comment by Nate Koenig (Bitbucket: Nathan Koenig).
|
Original report (archived issue) by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).
Saving the world file in gzclient does not currently save any changes made to lights in the client program.
To test this:
gazebo
)filename
grep '<light ' filename | wc -l
should be greater than 1 if you added any lightsxmlstarlet sel -t -c '//light[@name="sun"]/pose' filename
should output something different than<pose>0.000000 0.000000 10.000000 0.000000 0.000000 0.000000</pose>
if you moved or rotated the sun.The text was updated successfully, but these errors were encountered: