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 ...
随机推荐
- 关于post跨域请求数据的问题-包括同源策略
在<system.webServer>配置下面加入 <httpProtocol> <customHeaders> <add name="Access ...
- Angular待办事项应用3
隔离业务逻辑 接着上一节,业务逻辑应该复古牛仔单独的service中,我们在todo文件夹中建立TodoService ng g s todo/todo 引入UUID包 todo中id要唯一,一个是采 ...
- [javaSE] 数组(获取最值)
数组的常见操作(获取最值) 1.获取最值需要进行比较,每一次比较都会有一个较大的值,因为该值不确定,通过一个变量进行存储 2.让数组中的每一个元素都和这个变量中的值进行比较,如果大于了变量中的值,就用 ...
- 零基础学C#算法(零基础学算法——C#版)
今天本人正在看算法方面的书.作为高中数学忘得差不多的渣渣,实在无力.无奈找了本书,c语言写的,哎.我就把其中代码翻译成C#版好了.此坑能否填平,看我耐性和网络支持条件吧.有生之年能看完的话我会把整个项 ...
- hdu 1885
Key Task Time Limit: 3000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Su ...
- Android下用程序的方法为ListView设置分割线Divider样式
使用XML的时候可以使用android:divider属性为ListView设置分割线的样式(颜色或者资源文件),而在Java代码中默认提供的方法 listView.setDivider() 却只支持 ...
- marquee 滚动到文字上时停止滚动,自定义停止方法
我要实现的效果如下图:当鼠标移到续费提醒文字上时,文字滚动停止,并出现后面的关闭按钮:当鼠标移出文字时,文字继续滚动,后面的关闭按钮不显示. 在网上查到的marquee停止滚动的的代码是这样的: &l ...
- 葡萄城报表介绍:Java 报表
一.Java 报表定义 Java 是一门面向对象编程语言,不仅吸收了 C++ 语言的各种优点,还摒弃了 C++ 里难以理解的多继承.指针等概念,因此 Java 语言具有功能强大和简单易用两个特征.Ja ...
- Git『Everything up-to-date』问题解决
今天提交代码的时候遇到了一个小问题,这里解决了记下小记. 提交代码遇到『Everything up-to-date』 上网查了下,发现中文大多答非所问,少数能解决的并没有阐述原理,所以我写这篇文章记录 ...
- Progress数据库配置与应用
创建database 开始->程序->OpenEdge,选择:Desktop,进行database创建. 选择创建一个空database或直接copy一个demo的database,我们选 ...