What is this? "Roomblock" is a robot platform consists of a Roomba, a Raspberry Pi 2, a laser sensor(RPLIDAR) and a mobile battery. The mounting frame can be made by 3D printers. ROS navigation system enable to make a map of rooms and use it t
Improved the ultra_simple program to visualize the samples with GLUT on Linux, tested with Slamtec RPLIDAR A2. Check out this branch https://github.com/zhoub/rplidar_sdk/tree/v1.11.0-gl
最近在网上听到好多童鞋都在问如何用LR做手机性能测试,恰好自己对这方面也挺感兴趣,经过查阅很多资料,形成此文档以做备注~!如果有感觉我写的不对的地方,敬请指正,谢谢~! 其实自从LR12出来之后,大家已经可以借助android HP LoadRunner Mobile Recorder在手机上录制脚本并上传到LR12解析手机脚本(具体过程不多说,感兴趣的童鞋可自行百度),但是这种方法的缺点就是LR12不支持破解!!! 废话不多说,切入正题! 一.前提: 本次记录的前提是要
public class Test { public static void main(String[] args) { System.out.println(recursive(30)); } public static int recursive(int i){ // int a0=1; // int a1=1; // int a2=a1+a0; // int a3=a2+a1; if (i==0||i==1) return 1; return recursive(--i)+recursiv