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:

ROSberryPi

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的更多相关文章

  1. October 3rd 2016 Week 41st Monday

    Better to light one candle than to curse the darkness. 与其诅咒黑暗,不如燃起蜡烛. Sitting in the darkness and wa ...

  2. October 30th, 2017 Week 44th Monday

    When you're eighteen your emotions are violent, but they're not durable. 年轻的时候我们总是激情有余但耐心不足. I reall ...

  3. October 23rd, 2017 Week 43rd Monday

    Champions have the courage to keep turning the pages because they know a better chapter lies ahead. ...

  4. 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 ...

  5. 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 ...

  6. October 13th 2017 Week 41st Friday

    The shortest distance between two people is a smile. 人与人之间最短的距离是微笑. I find a smiling face can bring ...

  7. October 12th 2017 Week 41st Thursday

    Be happy for this moment. This moment is your life. 为这一刻感到高兴,这一刻是你的人生. Yesterday Tencent became Asia ...

  8. October 11th 2017 Week 41st Wednesday

    If you don't know where you are going, you might not get there. 如果你不知道自己要去哪里,你可能永远到不了那里. The reward ...

  9. October 10th 2017 Week 41st Tuesday

    If you focus on what you left behind you will never see what lies ahead. 如果你只顾回头看,那么你永远也看不见前方有什么. Ye ...

随机推荐

  1. rails跳过回调的方法

    rails中的回调可跳过,使用下列方法即可: decrement decrement_counter delete delete_all increment increment_counter tog ...

  2. 任务四十一:UI组件之日历组件(二)

    任务四十一:UI组件之日历组件(二) 面向人群: 有一定基础的同学 难度: 中 重要说明 百度前端技术学院的课程任务是由百度前端工程师专为对前端不同掌握程度的同学设计.我们尽力保证课程内容的质量以及学 ...

  3. EMC,EMI,EMS,ESD分别是什么?有什么区别和联系?

    一.EMC EMI EMS定义: EMC(ElectromagneticCompatibility) 电磁兼容,是指设备或系统在电磁环境中性能不降级的状态.电磁兼容,一方面要求系统内没有严重的干扰源, ...

  4. Hive可视化工具

    目前市面上的Hive可视化客户端工具,大都是C/S模式的,安装使用都不是太方便,目前有一款基于WEB的可视化工具TreeSoft,通过浏览器就可以访问使用了,并且可以同时管理.维护.监控MySQL,O ...

  5. Mac Supervisor 管理进程

    无论是在日常工作中还是平时玩代码中,我总是离不开 Supervisor,其实很久之前我就写过一篇文章:supervisord 部署 Flask,在里面,我仔细讲解了如何在 Linux 环境下安装并且配 ...

  6. 关于YII中layout中的布局和view中数据的关系

    1. view中解释php脚本后显示出的内容会在layout中以<?php echo $content?>输出. 2. view是对应的controller的实例,所以可以通过$this- ...

  7. js获取url中参数名也参数值

    要撮利用js获取url中参数名也参数值这个不多见了,但我今天需要这样操作,下面我来给大家介绍一下具体的实例方法.   在已知参数名的情况下,获取参数值,使用正则表达式能很容易做到. js的实现方法如下 ...

  8. 关于java.lang.NoClassDefFoundError: org/apache/commons/collections/FastHashMap的错误解决办法

    在JavaEE开发中,在把配置文件中的数据或用户表单提交上来的数据,封装在相应JavaBean的对象的对应属性中时:在实际开发中,使用第三方法工具包BeanUtils(commons-beanutil ...

  9. Android分享---调用系统自带的分享功能

    以前我们总想到友盟等平台分享功能的集成,集成这玩意还得下载对应的jar包.当然,用这些平台的分享并不是说什么好处都没有,至少人家的统计功能还是很实用的.不过有的时候我们是不需要多余功能的,只需要能分享 ...

  10. Flutter TabBar

    先看一下Tab的构造方法: TabBar({ Key key, @required this.tabs, this.controller, this.isScrollable: false, this ...