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

Read more robotics articles on Ubuntu Insights ›

Join the robotics trailblazers on Ubuntu

See all of our robotics partners

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?

Contact us to find out more

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.

Read more on our developer site


Want to learn more about developing with Ubuntu core?

Learn how to build or port apps for the next generation of Ubuntu.

Visit our developer site


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 Platform

Supported:

Experimental:

Or, Select your robot

Robots:

See all robots supported here: Robots

Wiki: ROS/Installation (last edited 2016-05-23 18:12:18 by jkay)

Except where otherwise noted, the ROS wiki is licensed under the
Creative Commons Attribution 3.0 | Find us on Google+

Ubuntu和ROS一起愉快玩耍的更多相关文章

  1. Ubuntu虚拟机+ROS+Android开发环境配置笔记

    Ubuntu虚拟机+ROS+Android开发环境配置笔记 虚拟机设置: 1.本地环境:Windows 7:VMWare:联网 2.虚拟环境 :Ubuntu 14.04. 比較稳定,且支持非常多ROS ...

  2. ubuntu下ROS安装时sudo rosdep init和rosdep update的解决方法

    问题: 在ubuntu上多次安装matlab选择合适的版本来调用摄像头,终于把系统搞坏了,重装系统后,ROS无法安装,每次安装到sudo rosdep init和rosdep update报错的问题, ...

  3. [转]Ubuntu下ROS开发环境搭建(QT+ros_qtc_plugin)

    ROS与C++入门教程-搭建开发环境(QT+ros_qtc_plugin) PS : 在“安装ros_qtc_plugin插件”这一步中,原文提到“ Ubuntu 14.04使用apt-get方式安装 ...

  4. Ubuntu与ROS的Docker桌面系统与ROS在线练习课程(在线Linux虚拟机)

    ROS在线练习课程正在逐步完善中,目前以ROS官网中文资料制作,可参考: https://www.shiyanlou.com/courses/854  邀请码 U23ERF8H 安装Ubuntu+RO ...

  5. Ubuntu 下 ROS Kinetic 的安装

    安装环境为 Ubuntu 16.04 配置 Ubuntu 软件仓库 打开“设置”中的“软件和更新” 把 “restricted”.“universe” 和 “multiverse” 这三项勾上 勾完后 ...

  6. ubuntu安装ros indigo

    版本是14.04.1 一.先配置 1.点击新立得软件包管理器,输入密码exbot123, 2,点击最上面一栏的设置,选择软件源,前四个打勾,后一个不打,把sevice america改成mainsev ...

  7. Ubuntu利用ROS搭建手机移动网络摄像头(Android)

    所需设备 PC -> Ubuntu 16.04 - > ROS Kinetic Android系统手机 1.Android移动端APP下载安装 配置手机端:(一般默认即可RTSP) 2.源 ...

  8. 这些孩子在 Ubuntu 的 Linux 终端下玩耍

    导读 我发现了一个孩子们在他们的计算机教室里玩得很开心的视频.我不知道他们在哪里,但我猜测是在印度尼西亚或者马来西亚.视频请自行搭梯子: https://youtu.be/z8taQPomp0Y 在L ...

  9. Ubuntu 16.04 ROS环境配置

    最近新入职一家公司,是搞智能无人驾驶的,用的操作系统是Ubuntu和ros,之前没接触过ros系统,既然公司用那就必须的学习啊,话不多说先装它一个ros玩玩... 1. Ubuntu 安装 ROS K ...

随机推荐

  1. springboot集成jpa

    spring data jpa简介 spring data jpa是spring基于hibernate及jpa规范封装出来的一套持久层框架.该框架极大的降低了开发者工作量,提升开发效率.提供的关键字可 ...

  2. myeclipse自动添加注释

    开发需要,新建类的时候,需要加自己的名字,每次都要自己写,嫌麻烦,修改一下myeclipse配置文件即可 打开window---preferences 选中 new Java files 点击edit ...

  3. drupal 8 查看数据库用户名密码

    一.查看网站数据库名.密码 在已安装网站下 例如:我安装了一个d8radix的网站,此网站/home/jx/www/d8radix/sites/default/setting.php文件里面 数据库名 ...

  4. 机器学习基石:10 Logistic Regression

    线性分类中的是非题------>概率题, 设置概率阈值后,大于等于该值的为O,小于改值的为X.------>逻辑回归. O为1,X为0: 逻辑回归假设: 逻辑函数/S型函数:光滑,单调, ...

  5. Struts2--struts.xml详解

    通常,struts.xml文件都会继承一个struts-default.xml文件通过一些基本的拦截器来提供一些基本的配置设置之类的. 配置例: <?xml version="1.0& ...

  6. 洛谷P2319 [HNOI2006]超级英雄

    一开始是用二分图匹配(网络流)+二分做的,后来发现直接用匈牙利更简单 #include<cstdio> #include<cstdlib> #include<algori ...

  7. ●UOJ 131 [NOI2015] 品酒大会

    题链: http://uoj.ac/problem/131 题解: 网上大多数的方法都是用并查集维护.这里呢,给出另一种自己YY的解法(但实际上本质差不多吧): 后缀数组,RMQ,单调栈 1).预处理 ...

  8. Codeforces Round#432 简要题解

    来自FallDream的博客,未经允许,请勿转载,谢谢. Div2A 小判断题 Div2B 小判断题,合法的条件是|AB|=|BC|且三点不共线 Div1A 类比二维.三维空间,可以猜测n太大的时候没 ...

  9. *hdu 5536(字典树的运用)

    Input The first line of input contains an integer T indicating the total number of test cases. The f ...

  10. bzoj1499[NOI2005]瑰丽华尔兹 单调队列优化dp

    1499: [NOI2005]瑰丽华尔兹 Time Limit: 3 Sec  Memory Limit: 64 MBSubmit: 1802  Solved: 1097[Submit][Status ...