shiner-chen

Results 8 comments of shiner-chen

@jasonbeverage how to fix this build issue, I tried some method, but still failed :(

when I build the cesium-native with command:` cmake -DCMAKE_INSTALL_PREFIX=/opt/cesium-native -DCMAKE_CXX_FLAGS="-fPIC" -DCMAKE_C_FLAGS="-fPIC" -DBUILD_SHARED_LIBS=ON -DCESIUM_TESTS_ENABLED=OFF ..`, and then compiled the osgearth, get the error as below. ``` [ 80%] Linking CXX executable...

@Rendtime How to resolve that loading 3dtiles is very slow?

@jasonbeverage How to use the osgEarthCesium? My code is below: ``` #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include //#include using namespace std;...

I try to modify the code as follows: ``` #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include //#include using namespace std; void...

> You can follow the instructions [here](https://docs.osgearth.org/en/latest/cesium_native.html) on how to build and use osgEarth. You might need to build against the v0.31.0 release of cesium native for the plugin to...

I use cesium native v0.31.0+ Master of osgearth, I also get compile error when built the osgearth. Please see the log below: ``` -- Generating done -- Build files have...

> 补充:在手动运行nv-l4t-usb-mode-start.sh时报错: ![b1a6c2f303601cbcab00116c0c1f157](https://github.com/user-attachments/assets/79652bf8-cccb-4740-a907-9d05a03703f2) > > 以下是Jetson Orin NX和大疆M300RTK之间的硬件连接,我用TypeC-OTG以及USB-USB线连接,没用采用USB-TypeC方法: 通过ls /dev/tty*可以看到两个串口ttyUSB0以及ttyACM0: ![24db155b82b6ecbac1df13ade774a47](https://github.com/user-attachments/assets/4af6b9b9-036e-4c52-8446-c10c7f5138e8) 请问你是怎么配置的,我在我的orin agx的板上,串口名称是ttyGS0和ttyUSB0,并没有ttyACM0这个串口。