-
Notifications
You must be signed in to change notification settings - Fork 135
Open
Labels
status: triageIssue needs to be assessedIssue needs to be assessedtype: bugSomething isn't workingSomething isn't working
Description
System Details
- Python 3.11.9
- Scenic 3.1.0a1
- Windows 11
Detailed Description
- Scenic built-in visualizer is not reflecting the mutate statement's changes to an object's position. I noticed it works as expected with Scenic 3.0.0.
- scenic test.scenic
Steps To Reproduce
- Run Scenic with the following file:
ego = new Object at (0, 0, 3), with color (1, 0, 0)
box = new Object at (0, 0, 1), with color (0, 0, 1)
mutate ego
- The position of the ego object (green cube) does not change. I just added the box object as a reference to make this easy to see.
Issue Submission Checklist
- I am reporting an issue, not asking a question
- I checked the open and closed issues, forum, etc. and have not found any solution
- I have provided all necessary code, etc. to reproduce the issue
Metadata
Metadata
Assignees
Labels
status: triageIssue needs to be assessedIssue needs to be assessedtype: bugSomething isn't workingSomething isn't working