Xiao Liu

Results 5 comments of Xiao Liu

Hi, I solve this problem by check my rotation matrix between camera and IMU. Please read the example 2 and 3 in [extrinsic_parameter_example.pdf](https://github.com/HKUST-Aerial-Robotics/VINS-Mono/blob/master/config/extrinsic_parameter_example.pdf). Make sure you give the VINS the...

* Thank you for your response! I’m excited to dive deeper into the framework over the next few days and look forward to contributing some code to the community in...

我不是很懂前端,目前的解决方法就是直接在自己的仓库中更改public/bg_image.jpg 或者是在notion config中设置HOME_BANNER_IMAGE

尝试定位一下问题,打印从notion中抓取的数据发现没有cover字段,其他都是正常的。 目前的解决方法应该是在notion config中设置HOME_BANNER_IMAGE ``` async function convertNotionToSiteData(pageId, from, pageRecordMap) { if (!pageRecordMap) { console.error('can`t get Notion Data ; Which id is: ', pageId) return {} } pageId = idToUuid(pageId) let...