package com.loaderman.androiddemo; import android.content.Context; import android.hardware.Sensor; import android.hardware.SensorEvent; import android... ...
分类:
移动开发 时间:
2019-01-31 17:39:08
阅读次数:
190
inxi infomation x i (信息每个人都爱) Inxi 最初是为控制台和 IRC(网络中继聊天)开发的一个强大且优秀的命令行系统信息脚本。可以使用它获取用户的硬件和系统信息,它也用于调试或者社区技术支持工具。 使用 Inxi 可以很容易的获取所有的你想要的信息: 1. 硬件信息:硬盘、 ...
分类:
系统相关 时间:
2019-01-24 01:16:14
阅读次数:
253
ardupilot_gazebo仿真(二) 标签(空格分隔): 未分类 在模型中添加sensor [gezebo官网 sensor部分教程][1] [gezebo官网 基础部分教程][2] 以camera为例 其中pose是3个position$(x,y,z)$和1个旋转矢量$(\theta,\ph ...
分类:
其他好文 时间:
2018-12-09 10:42:23
阅读次数:
342
Given a robot cleaner in a room modeled as a grid. Each cell in the grid can be empty or blocked. The robot cleaner with 4 given APIs can move forward ...
分类:
其他好文 时间:
2018-12-07 11:54:09
阅读次数:
147
使用的sensor是海思列表没有支持的SC2235,主要需要了解到这个sensor的配置已经地址(需要向sensor原厂要驱动sc2235_cmos.c sc2235_sensor_ctl.c sc2235_1080p_line.ini vpss_attr_2235.c)编译为.so .a以供测试代 ...
分类:
其他好文 时间:
2018-11-28 15:36:22
阅读次数:
782
``` #include "mbed.h" #include "MCP23017.h" #include "WattBob_TextLCD.h" #include "TCS3472_I2C.h" #include "stdint.h" #include "VL6180.h" #include "rt... ...
分类:
其他好文 时间:
2018-11-25 17:43:04
阅读次数:
129
设置sourcelist.txt # 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ xenial main restricted universe multiverse# ...
分类:
系统相关 时间:
2018-11-08 16:32:27
阅读次数:
213
1、event camera:http://rpg.ifi.uzh.ch/research_dvs.html 2、SCAMP Vision Sensor:https://personalpages.manchester.ac.uk/staff/p.dudek/scamp/ 每个像素后面都集成了一个S ...
分类:
其他好文 时间:
2018-10-31 15:41:53
阅读次数:
216
building a semantic map requires advanced object recognition techniques which go beyond our scope. But we are most interested in the range sensor it h ...
分类:
移动开发 时间:
2018-10-29 10:25:46
阅读次数:
391
SCP 协处理器是一种芯片,用于减轻系统微处理器的特定处理任务 IPI: Inter-Processor Interrupt(处理器之间的中断) IPI(inter-processorinterrupt)是一种特别的中断。在对称多处理器 (SMP)环境下,它可以被任意一个处理器用来对另一个处理器产生 ...
分类:
其他好文 时间:
2018-10-26 22:24:34
阅读次数:
629