map generating is optional

This commit is contained in:
Lu Junjie
2024-10-22 17:56:24 +08:00
parent e9aa4e406d
commit 90f00a16ad
3 changed files with 9 additions and 1 deletions

View File

@@ -69,6 +69,8 @@ class FlightPilot {
SceneID scene_id_{UnityScene::WAREHOUSE};
bool unity_ready_{false};
bool unity_render_{false};
bool spawn_tree_{true};
bool save_pointcloud_{true};
RenderMessage_t unity_output_;
uint16_t receive_id_{0};
FrameID frameID{0};