Ubuntu和ROS一起愉快玩耍
Ubuntu和ROS重要的两个中文网址:
Ubuntu:http://cn.ubuntu.com/
ROS:http://wiki.ros.org/cn
Robots and drones on Ubuntu(ROS)
1 https://www.ubuntu.com/internet-of-things/robotics
2 http://wiki.ros.org/ROS/Installation
Latest news
Tunnel Drones — Aerolion and Ubuntu make anything possible.
Introducing S.L.A.M.dunk, the new drone development kit from Parrot.
ROScon — the robotics conference for developers.
Robots that can see, hear and think
ROS (Robotic Operating System) is built on Ubuntu. With powerful computer vision and AI libraries and a wide choice of supported sensors, it’s the most popular robotic development environment for everything from autonomous drones to self-driving cars.
A path to production
Commercialise your robotics projects with Ubuntu Core. Leverage a large community and standard, open source solutions for a faster route to market. Continuously improve your robots and drones wherever they are in the field, with a fail-safe remote upgrade system.
Built-in security
Ubuntu Core delivers application containment, restricted file accessibility and read-only files, to ensure the integrity of the software running on your robots. The result is guaranteed security, from the drivers to the apps that run on your robots.
New software revenues
Offer an appstore for your drones and robots and you can generate revenue from updates, add-on functionality, support services or complete reconfigurations.
Will your next robot run on Ubuntu?
Ubuntu loves robotics
The most widely adopted platform for ROS, Ubuntu ran on an estimated 80% of robots at the last DARPA Robotics Challenge. In fact, it offers a wealth of libraries and hardware options, from smart IoT and robotics to AI development.
Learn more about developing robotics projects with Ubuntu — and deploying them with Ubuntu Core.
Want to learn more about developing with Ubuntu core?
Learn how to build or port apps for the next generation of Ubuntu.
![]() |
About | Support | Status | answers.ros.org![]() |
Search:
|
ROS Kinetic installation instructions
These instructions will install the ROS Kinetic Kame distribution, which is available for Ubuntu Wily (15.10) and Ubuntu Xenial (16.04 LTS), among other platform options.
To install our previous release, ROS Jade Turtle, please see the Jade installation instructions.
The previous long-term support release, ROS Indigo Igloo, is available for Ubuntu Trusty (14.04 LTS) and many other platforms. Please refer to the Indigo installation instructions if you need to use this version due to robot or platform compatibility reasons.
The links below contain instructions for installing ROS Kinetic Kame on various operating systems. You may also wish to look at robot-specific installation options instead.
Select Your PlatformSupported: Experimental: |
Wiki: ROS/Installation (last edited 2016-05-23 18:12:18 by jkay)
Creative Commons Attribution 3.0 | Find us on Google+
Ubuntu和ROS一起愉快玩耍的更多相关文章
- Ubuntu虚拟机+ROS+Android开发环境配置笔记
Ubuntu虚拟机+ROS+Android开发环境配置笔记 虚拟机设置: 1.本地环境:Windows 7:VMWare:联网 2.虚拟环境 :Ubuntu 14.04. 比較稳定,且支持非常多ROS ...
- ubuntu下ROS安装时sudo rosdep init和rosdep update的解决方法
问题: 在ubuntu上多次安装matlab选择合适的版本来调用摄像头,终于把系统搞坏了,重装系统后,ROS无法安装,每次安装到sudo rosdep init和rosdep update报错的问题, ...
- [转]Ubuntu下ROS开发环境搭建(QT+ros_qtc_plugin)
ROS与C++入门教程-搭建开发环境(QT+ros_qtc_plugin) PS : 在“安装ros_qtc_plugin插件”这一步中,原文提到“ Ubuntu 14.04使用apt-get方式安装 ...
- Ubuntu与ROS的Docker桌面系统与ROS在线练习课程(在线Linux虚拟机)
ROS在线练习课程正在逐步完善中,目前以ROS官网中文资料制作,可参考: https://www.shiyanlou.com/courses/854 邀请码 U23ERF8H 安装Ubuntu+RO ...
- Ubuntu 下 ROS Kinetic 的安装
安装环境为 Ubuntu 16.04 配置 Ubuntu 软件仓库 打开“设置”中的“软件和更新” 把 “restricted”.“universe” 和 “multiverse” 这三项勾上 勾完后 ...
- ubuntu安装ros indigo
版本是14.04.1 一.先配置 1.点击新立得软件包管理器,输入密码exbot123, 2,点击最上面一栏的设置,选择软件源,前四个打勾,后一个不打,把sevice america改成mainsev ...
- Ubuntu利用ROS搭建手机移动网络摄像头(Android)
所需设备 PC -> Ubuntu 16.04 - > ROS Kinetic Android系统手机 1.Android移动端APP下载安装 配置手机端:(一般默认即可RTSP) 2.源 ...
- 这些孩子在 Ubuntu 的 Linux 终端下玩耍
导读 我发现了一个孩子们在他们的计算机教室里玩得很开心的视频.我不知道他们在哪里,但我猜测是在印度尼西亚或者马来西亚.视频请自行搭梯子: https://youtu.be/z8taQPomp0Y 在L ...
- Ubuntu 16.04 ROS环境配置
最近新入职一家公司,是搞智能无人驾驶的,用的操作系统是Ubuntu和ros,之前没接触过ros系统,既然公司用那就必须的学习啊,话不多说先装它一个ros玩玩... 1. Ubuntu 安装 ROS K ...
随机推荐
- mysql用limit时offset越大时间越长
首先说明一下MySQL的版本:mysql> select version();+-----------+| version() |+-----------+| 5.7.17 |+----- ...
- [LeetCode] Split Array with Equal Sum 分割数组成和相同的子数组
Given an array with n integers, you need to find if there are triplets (i, j, k) which satisfies fol ...
- java处理大文本方案
转载自:http://langgufu.iteye.com/blog/2107023 java处理大文件,一般用BufferedReader,BufferedInputStream这类带缓冲的Io类, ...
- 机器学习技法:14 Radial Basis Function Network
Roadmap RBF Network Hypothesis RBF Network Learning k-Means Algorithm k-Means and RBF Network in Act ...
- ●POJ 1269 Intersecting Lines
题链: http://poj.org/problem?id=1269 题解: 计算几何,直线交点 模板题,试了一下直线的向量参数方程求交点的方法. (方法详见<算法竞赛入门经典——训练指南> ...
- ●BZOJ 2209 [Jsoi2011]括号序列
题链: http://www.lydsy.com/JudgeOnline/problem.php?id=2209 题解: Splay 很好的题,但是把智障的我给恶心到了... 首先不难发现,最后没 ...
- 【USACO12JAN】视频游戏的连击Video Game Combos
题目描述 Bessie is playing a video game! In the game, the three letters 'A', 'B', and 'C' are the only v ...
- [BZOJ]1047 理想的正方形(HAOI2007)
真·水题.小C本来是不想贴出来的,但是有一股来自东方的神秘力量催促小C发出来. Description 有一个a*b的整数组成的矩阵,现请你从中找出一个n*n的正方形区域,使得该区域所有数中的最大值和 ...
- if(/专线$/.test(name))讲解
如图: 这条语句的意思是:匹配以"专线"结尾的name字符串,满足条件的返回true,否则返回false
- const的一些用法和理解
首先先说一下const常量的用处,我们知道宏定义#define是没有数据类型的,编译器在编译的时候,不会对宏常量进行类型检查,只进行简单的字符串替换,字符串替换时极易产生意想不到的错误,所以这个时候, ...












