FIX: update is_info_ready function

jira: [STUDIO-10608]
Change-Id: I068969223e54b1fa2056a0acc80bef87d167942c
(cherry picked from commit 44e068e705742b37513d2ce65c18a41007d4b7d8)
This commit is contained in:
xin.zhang
2025-03-07 15:04:34 +08:00
committed by Noisyfox
parent 95d7da6972
commit 581af2c433
3 changed files with 5 additions and 1 deletions

View File

@@ -894,6 +894,7 @@ public:
std::vector<int> stage_list_info;
int stage_curr = 0;
int m_push_count = 0;
int m_full_msg_count = 0; /*the full message count, there are full or diff messages from network*/
bool calibration_done { false };
bool is_axis_at_home(std::string axis);