该文被密码保护。 阅读全文
摘要:
https://item.taobao.com/item.htm?spm=a230r.1.14.37.18fc571duVy4WM&id=677030943784&ns=1&abbucket=6#detail 另一种参数 #include <WiFi.h> #include "DHT.h" #inc 阅读全文
摘要:
https://item.taobao.com/item.htm?spm=a1z09.2.0.0.18d92e8dUPCAIr&id=577428231876&_u=91qf7bf55821 https://www.107000.com/T-Hex/ #include <SoftwareSerial 阅读全文
摘要:
https://www.youtube.com/watch?v=ImctYI8hgq4 不收串口干扰 串口接收数据显示 1-2-5; #include <Arduino.h> #include <U8g2lib.h> #ifdef U8X8_HAVE_HW_SPI #include <SPI.h> 阅读全文
该文被密码保护。 阅读全文
摘要:
from functools import reduce def str2float(s): s = s.split('.') a = s[0] b = s[1] if a[0] == '-': a = a[1:] front = reduce(lambda x,y:y+x*10,map(int,a 阅读全文
摘要:
1 网页官网搜索歌曲 网易云音乐在线网站:https://music.163.com 浏览器打开网易云音乐官网、点开自己喜欢听的歌直接把浏览器地址栏的链接复制下来、或者找到自己喜欢听的歌、选择分享、在选择复制地址 点击歌曲进入单独页面开始播放 https://music.163.com/#/song 阅读全文
摘要:
1 查询期刊属于什么水平 中科院 https://www.letpub.com.cn/index.php?page=journalapp&view=search remote sensing IEEE sensor journal IEEE Access 神仙档,Science Robotics & 阅读全文
摘要:
vision背景边框线问题 pdf导入latex边框问题 结果 阅读全文
该文被密码保护。 阅读全文
摘要:
read and save #include "util/image_util.h" #ifdef USE_PANGOLIN_VIEWER #include "pangolin_viewer/viewer.h" #elif USE_SOCKET_PUBLISHER #include "socket_ 阅读全文
摘要:
stringstream ss; ss << setfill('0') << setw(10) << i; vstrImageFilenames[i] = strPrefixLeft + ss.str() + ".png"; 阅读全文
摘要:
import numpy as np ''' #T_cam_imu body_T_cam0: !!opencv-matrix rows: 4 cols: 4 dt: d data: [0.003489987080434578, -0.9999876012230461, 0.0035520966143 阅读全文
摘要:
#include <iostream> #include <stdio.h> #include <fstream> #include <queue> #include <mutex> std::string gpssavename="/home/dongdong/v2_Project/v3_SLAM 阅读全文
摘要:
0查看当前版本安装 opencv_version 已经装了3.49 再装个4.4共存 1安装依赖库 sudo add-apt-repository "deb http://security.ubuntu.com/ubuntu xenial-security main" sudo apt update 阅读全文
摘要:
https://github.com/HKUST-Aerial-Robotics/VINS-Fusion https://blog.csdn.net/haner27/article/details/104004745 0环境 opencv3.4.9 ubuntu20 1.ROS安装 我自己的是ubu 阅读全文
摘要:
#!/usr/bin/python # -*- coding: UTF-8 -*- from xml.dom.minidom import parse import xml.dom.minidom """ 数据输入 xmlname 文件名字 nodename 要获取的路径 输入格式 <?xml ve 阅读全文