Umbrella

Results 6 issues of Umbrella

![截图 2024-05-09 19-35-31](https://github.com/Robocup-ssl-China/rocos/assets/97947896/5462d443-04e4-422b-92ef-6551e77bc3f0) 图中红点是我的目标点 ![截图 2024-05-09 19-39-32](https://github.com/Robocup-ssl-China/rocos/assets/97947896/bc4d675b-be66-4f1d-8006-0387e1442d52) 这里是出情况的代码

bug

I would like to request the addition of a feature in DearPyGui that allows the creation of a tree view inside a table. This feature is inspired by ImGui's capability...

state: pending

目前的思路是 树梅派连接雷达,通过upd转发雷达的数据到上位机同样的端口,然后在mid360config里面配置的是上位机的ip,但是上位机开启msg_MID360.launch 只会显示Init lds lidar successfully 并无数据,请问还有其他的方案吗? 或者有什么解决办法,谢谢

![image](https://github.com/user-attachments/assets/c95b6ffe-8a3d-49b0-8aea-95322ef0b6b5) # CODE import dearpygui.dearpygui as dpg import numpy as np dpg.create_context() dpg.create_viewport(title='DD', width=800, height=500) with dpg.window(label='Drag&Drop Window', width=-1, height=-1): with dpg.group(horizontal=True): with dpg.group(): dpg.add_text(default_value='sources:') dpg.add_input_int(label='freq', width=80, default_value=1, tag='freq') dpg.add_button(label='sin',...

state: pending

Is there a multi-viewport feature in Dear PyGui? I'm currently facing the issue of having too many child windows, and I hope the child windows can have independent viewports. Or...

state: pending