-
Notifications
You must be signed in to change notification settings - Fork 9.7k
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
Dreamview no response after clicking the button #13134
Comments
If you just restart the dreamview, it will not restart the modules. and when dreamview start again, it will sync the status of the module by websocket. So I think you should first stop the module and wait a while then start again. |
the problem is that I can't close the module, because the dreamview is stuck. when I click "Reset All" or close all modules manually, actually it doesn't work, the modules are still open. |
@daohu527 Hi! I am wondering if this issue has been investigated further. I have been running dreamview for a few hours in a loop following order: reset, start sim control, send routing, (waits for completion), stop sim control. I noticed after a while dreamview frontend's adc part completely freezes, even if I refresh the display does not change. I can still control sim control and send routing requests. This might be similar to the original poster’s problem, somehow resetting is breaking internal mechanism. How should I go about debugging this? I do not see anything useful in dreamview's info logs. |
That means dreamview backend don't send messages or lag, I'm not sure what's wrong, need more info |
@daohu527 I understand. How can I get more information? I inserted apollo/modules/dreamview/backend/simulation_world/simulation_world_updater.cc Lines 719 to 721 in 986fe47
I have added log statement for timer before and after calling
After another 2 hours of running, I noticed the last pattern ended at
which means the |
Closed due to inactivity. If the problem persists, pls feel free to reopen it or create a new one and refer to it. |
I found that sometimes Dreamview looks like it's stuck, with no response when clicking the button.
such as: when I click opening GPS, In dreamview , it looks like already opened. but actually, there is no data in the GNSS topic. the GPS module is not opened successfully.
then, if I ran the command ./script/gps.sh , it responded : gps.sh was already running.
then I run the following command:
./script/gps.sh stoped
./script/gps.sh
the GNSS topic can receive data successfully.
so using the scripts, I can successfully open the module, but with dreamview there is no response.
here is also a test:
before I restart the dreamview, the following picture is the screenshot.
after stop and start the dreamview, and refresh the webpage, and select the vehicle, the dreamview was still the following picture.
Platform: D-kit apollo 2.5 ROS.
so, anyone can help me, and give me a direction for this issue.
thank you very much!
The text was updated successfully, but these errors were encountered: