October 09th 2017 Week 41st Monday
My motto is: Contended with little, yet wishing for more.
我的座右铭是:为一点点感到满足,但希望获得更多。
If you can live your life in this way, you will feel much happier about your life and you will always be optimistic about your future.
Actually, most of our unpleasant memories and depressing experience stem from our endless lust and unmatching efforts.
Be dynamic and energetic, with vigorous drive from internal and outernal, there is no difficulty that we can't overcome.
If a writer wrote merely for his time, I would have to break my pen and throw it away.
如果一位作家只为自己所处的时代而写作,那我只得把自己的笔掰断了再扔掉。
From Victor Hugo.
If you can depict your time vividly with your pen, you will surely be considered as a great writer.
I wish I can be a great coder whose program can work well on those machines.
And it would be much better if I can contribute a little to the open-source community at the same time.
Today I wish I can finish the goal of setting up the ros environments for my RaspberryPi-3B with the Raspbian operating system.
There are two ways provided by the ROS to install ros-kinetic on Raspberry.
One is using Ubuntu-Mate/16.04 Xenial of armhf, and we can install the ros-kinetic in the same way as on our pc, it is easier and faster.
The other is to install the ros from the source, it assumes that Raspbian is being used as the operating system on the Raspberry-Pi.
Currently, the two most used ros versions are ros-kinetic and ros-indigo, corresponding to ubuntu 16.04 xenial and ubuntu 14.04 trusty, for the Raspbian, they are Raspbian-Stretch and Raspbin-Jessie.
We should combine the two tutorials together to complete the installation of ros-kinetic on raspbian-stretch, otherwise it won't work.
The links about how to install ros on Raspberry-Pi are as follows:
Installing ROS Kinetic on the Raspberry Pi
Installing ROS Indigo on the Raspberry PI
Enjoy the process of installation and try to build up your own auto-driving sytem based on ros.
October 09th 2017 Week 41st Monday的更多相关文章
- October 3rd 2016 Week 41st Monday
Better to light one candle than to curse the darkness. 与其诅咒黑暗,不如燃起蜡烛. Sitting in the darkness and wa ...
- October 30th, 2017 Week 44th Monday
When you're eighteen your emotions are violent, but they're not durable. 年轻的时候我们总是激情有余但耐心不足. I reall ...
- October 23rd, 2017 Week 43rd Monday
Champions have the courage to keep turning the pages because they know a better chapter lies ahead. ...
- October 16th 2017 Week 42nd Monday
The more decisions that you are forced to make alone, the more you are aware of your freedom to choo ...
- October 14th 2017 Week 41st Saturday
I was well beaten myself, and I am beffer for it. 我自己也被打败过,但我因此变得更好. For most of us, the life road c ...
- October 13th 2017 Week 41st Friday
The shortest distance between two people is a smile. 人与人之间最短的距离是微笑. I find a smiling face can bring ...
- October 12th 2017 Week 41st Thursday
Be happy for this moment. This moment is your life. 为这一刻感到高兴,这一刻是你的人生. Yesterday Tencent became Asia ...
- October 11th 2017 Week 41st Wednesday
If you don't know where you are going, you might not get there. 如果你不知道自己要去哪里,你可能永远到不了那里. The reward ...
- October 10th 2017 Week 41st Tuesday
If you focus on what you left behind you will never see what lies ahead. 如果你只顾回头看,那么你永远也看不见前方有什么. Ye ...
随机推荐
- C语言----<另类>神奇的"Hello World!"
先上代码 #include <iostream> using namespace std; void a() { printf("Hello World!"); } v ...
- ActiveMQ专题1: 入门实例
序 好久没有写博客了,最近真的是可以说是忙成狗了.项目的事和自己的终身大事忙得焦头烂额,好在是一切都是越来越好了...... 趁着项目今天唯一的一点喘息时间,加上项目开始接触到的mq,开始写一篇amq ...
- 虚拟机安装Linux中常见异常及解决办法
如果接着下去的提示按Test 的话 会出现Unable to read the disc checksum from the primary volume descriptor. This proba ...
- 微软正式开源Blazor,将.NET带回到浏览器
微软 ASP.NET 团队近日正式开源了Blazor,这是一个Web UI框架,可通过WebAssembly在任意浏览器中运行 .Net. Blazor旨在简化快速的单页面 .Net 浏览器应用的构建 ...
- Java8简明学习之Optional
Java在8的版本,新增了Optional和lambda表达式,使得日常开发中对于NullPointException的判断变的优雅. 现在来个例子看看在Optional之前对空的判断. @Test ...
- sql SUM求和
- 小tip: base64:URL背景图片与web页面性能优化——张鑫旭
一.base64百科 Base64是网络上最常见的用于传输8Bit字节代码的编码方式之一,可用于在HTTP环境下传递较长的标识信息. 某人: 唉,我彻底废柴了,为何上面明明是中文,洒家却看不懂嘞,为什 ...
- Spring Boot—20Zookeeper
https://docs.spring.io/spring-boot/docs/2.0.1.RELEASE/reference/htmlsingle/ pom.xml <dependency&g ...
- 【Android】RxJava的使用(三)转换——map、flatMap
前两篇Android RxJava的使用(一)基本用法.Android RxJava的使用(二)Action介绍了RxJava的基本用法,对Rxjava还不了解的请先看以上两篇.这篇为大家讲解RxJa ...
- logminer系列文章一(logminer的使用)
转自 http://blog.itpub.net/26613085/viewspace-1064008/ 1.安装logminer以及生成logminer数据字典所需要的包(需使用sys用户) [or ...