Greetings!
Environment
- OS Version: Alt Linux Education P11
- Source or binary build?
Source, release 10.1.1, last commit is 570d53e, tagged gz-sim10_10.1.1
- Not a rendering bug.
Description
- Expected behavior: Pose UI for planes is either not editable or applies edits
- Actual behavior: Pose UI for planes is editable but silently fails to apply edits
Steps to reproduce
- Open empty built-in world
- Choose ground plane
- Try to adjust it's position
Output
Comment
Seems like the edit is rejected to avoid engine crash (Physics.cc 2551). Is this an intended limitation of the engine?
I'm guessing either
- Engine is not supposed to crash in response to this request
or
- Relevant fields are not supposed to be editable
or
- The error message is supposed to be visible on the UI
Greetings!
Environment
Source, release 10.1.1, last commit is 570d53e, tagged
gz-sim10_10.1.1Description
Steps to reproduce
Output
Comment
Seems like the edit is rejected to avoid engine crash (Physics.cc 2551). Is this an intended limitation of the engine?
I'm guessing either
or
or