aurora-opensource / streetscape.gl

Visualization framework for autonomy and robotics data encoded in XVIZ
http://www.streetscape.gl
MIT License
914 stars 222 forks source link

When I switch from the DRIVER visual angle to the PERSPECTIVE/TOPDOWN visual angle, the screen will have problems #560

Open heyu3913 opened 1 year ago

heyu3913 commented 1 year ago

PERSPECTIVE visual angle

image

TOP DOWN visual angle

image

Nothing changed

twojtasz commented 1 year ago

What problems? I see the bottom of the polygons in perspective, and don't in top down orthogonal which is correct.

What is the driver part of this?

On Mon, Oct 31, 2022, 20:42 heyu3913 @.***> wrote:

PERSPECTIVE visual angle [image: image] https://user-images.githubusercontent.com/72067297/199153581-8e4a3f31-f9e7-4c9b-a3ca-4516ce6cb0c4.png TOP DOWN visual angle [image: image] https://user-images.githubusercontent.com/72067297/199153667-b8ceb581-b302-4d98-8275-9b119a2ee674.png

Nothing changed

— Reply to this email directly, view it on GitHub https://github.com/aurora-opensource/streetscape.gl/issues/560, or unsubscribe https://github.com/notifications/unsubscribe-auth/AALUBXFRHHXZZGXTMMBAQULWGCGQ7ANCNFSM6AAAAAARTVXDOU . You are receiving this because you are subscribed to this thread.Message ID: @.***>

heyu3913 commented 1 year ago

Thank you so much for your reply. Here are my operation steps:

Step1. The default click to open the page is PERSPECTIVE MODE, the page is shown as below:

image

Step2. When I switch to TOP-DOWN MODE, the page is shown as below:

image

Step3. When I switch to DRIVE MODE, the page is shown as below:

image

Step4. When I switch to PERSPECTIVE -> TOP-DOWN MODE again, the page is shown as below:

image

My questions as below:

  1. Why the page was different from step2 when i did the step4 switching back to TOP-DOWN MODE?
  2. How can i return to the page of step1 when i am in step3?
  3. I could change the angle of view by my mouse and keyboard when i was in step1 and step2, but I couldn’t do in step3 or step4.

Looking forward to your advice.

twojtasz commented 1 year ago

Did you find the fix?

On Thu, Nov 3, 2022, 19:52 heyu3913 @.***> wrote:

Closed #560 https://github.com/aurora-opensource/streetscape.gl/issues/560 as completed.

— Reply to this email directly, view it on GitHub https://github.com/aurora-opensource/streetscape.gl/issues/560#event-7737162884, or unsubscribe https://github.com/notifications/unsubscribe-auth/AALUBXE67MGBF6QUJ43QZTLWGR26XANCNFSM6AAAAAARTVXDOU . You are receiving this because you commented.Message ID: @.*** com>

twojtasz commented 1 year ago

Seems like transition in step 2 is wrong, but in First person mode controls are limited, same with top down. Just rotation in those modes

On Thu, Nov 3, 2022, 20:29 Timothy Wojtaszek @.***> wrote:

Did you find the fix?

On Thu, Nov 3, 2022, 19:52 heyu3913 @.***> wrote:

Closed #560 https://github.com/aurora-opensource/streetscape.gl/issues/560 as completed.

— Reply to this email directly, view it on GitHub https://github.com/aurora-opensource/streetscape.gl/issues/560#event-7737162884, or unsubscribe https://github.com/notifications/unsubscribe-auth/AALUBXE67MGBF6QUJ43QZTLWGR26XANCNFSM6AAAAAARTVXDOU . You are receiving this because you commented.Message ID: @.*** .com>

heyu3913 commented 1 year ago

I didn't fix it