# -Rapyuta-installation-in-Ubuntu14.04-LTS-Trusty-
This gzip folder is a tested version which can install rapyuta in ubuntu14.04(trusty) and run Test demo successfully.
The version of rapyuta is only different from official version in rce/setup/provision file.

Prepare

sudo apt-get install vim

Install indigo ROS

sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list'
sudo apt-key adv --keyserver hkp://ha.pool.sks-keyservers.net:80 --recv-key 421C365BD9FF1F717815A3895523BAEEB01FA116
sudo apt-get update
sudo apt-get install ros-indigo-ros-base
sudo rosdep init
rosdep update
echo "source /opt/ros/indigo/setup.bash" >> ~/.bashrc
source ~/.bashrc
sudo apt-get install python-rosinstall

Install rapyuta

sudo apt-get install python-setuptools python-dev git-core
sudo git clone -b master https://github.com/cnsdytzy/-Rapyuta-installation-in-Ubuntu14.04-LTS-Trusty-.git rce
cd ~/rce/rapyuta/python-iptables
sudo python setup.py build
sudo python setup.py install cd ~/rce
sudo chmod 777 ~/rce/install.sh
sudo ./install.sh
sudo apt-get install python-pip
sudo pip uninstall twisted==17.5.0
sudo pip install twisted==13.1.0
sudo apt-get update
sudo apt-get install python-twisted-conch

If Success Then Test:

export ROS_PACKAGE_PATH=$ROS_PACKAGE_PATH:/home/rapyuta/rce/rapyuta/rce/test
echo 'export ROS_PACKAGE_PATH=$ROS_PACKAGE_PATH:/home/rapyuta/rce/rapyuta/rce/test' >> ~/.bashrc
. ~/.bashrc sudo chmod 777 -R Test
rosmake Test
 

最新文章

  1. 微信公众平台"微信连Wi-Fi"功能来了 线下微信增粉利器
  2. Java被忽略的基本知识(二)
  3. JMeter - 参数化
  4. 系统安装之:虚拟机VMware V12.0.1 专业版 + 永久密钥
  5. 使用花生壳6.5客户端FTP设置
  6. codevs 1197 Vigenère密码
  7. Git CMD - checkout: Switch branches or restore working tree files
  8. flash player 版本对照
  9. Managing Group Policy with PowerShell
  10. 异常-----freemarker.template.TemplateException: The only legal comparisons are between two numbers, two strings, or two dates
  11. springMVC源码分析--HandlerAdapter(一)
  12. WPF保存包含Winform控件的XAML页面问题
  13. mysql三级连查,左连
  14. 闹钟AlarmAndMusic 和支持播放音乐效果《IT蓝豹》
  15. kosaraju算法
  16. 13 python 常用的内置方法介绍
  17. Linux找不到动态库
  18. [.net]基元线程同步构造
  19. OpenMediaVault的OwnCloud扩展不支持NTFS格式硬盘
  20. TypeScript学习笔记(三) - 方法

热门文章

  1. 【转】C# 串口操作系列(1) -- 入门篇,一个标准的,简陋的串口例子。
  2. 编程菜鸟的日记-初学尝试编程-C++ Primer Plus 第6章编程练习3
  3. IE下CSS3伪类的支持
  4. nginx + rtmp 搭建流媒体服务器
  5. python全栈开发 * 继承性 层叠性 盒模型 标准文档流 * 180809
  6. DocX Xceed.Words.NET操作Word,插入特殊符号
  7. request之LIstener监听器
  8. transform:translate(-50%,-50%)实现水平垂直居中
  9. init();
  10. jpython basic