Install rapyuta client on Raspberry

Install rapyuta on client

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/rapyuta/rce
sudo chmod 777 install.sh
sudo ./install.sh
wget http://twistedmatrix.com/Releases/Twisted/13.1/Twisted-13.1.0.tar.bz2
tar xjf Twisted-13.1.0.tar.bz2
cd Twisted-13.1.0
python setup.py install
export ROS_PACKAGE_PATH=$ROS_PACKAGE_PATH:/home/pi/rce/rapyuta/rce/test
echo ‘export ROS_PACKAGE_PATH=$ROS_PACKAGE_PATH:/home/pi/rce/rapyuta/rce/test‘ >> ~/.bashrc
. ~/.bashrc
sudo mkdir ~/.rce
sudo cp config.ini creds  ~/.rce
sudo vim ~/.rce/config.ini
[machine/packages]
Test=/home/pi/rce/rapyuta/rce/test
You should rosmake the packages only in the container file system, as the specified (in config.ini) directories are mounted (using mount --bind) in the container file system. Here the rce-ros client complains that the service definition could not be found. Therefore, either the package is not discoverable by ROS or there is no python code for the service defninition, i.e. rosmake did not make the service definitions.

[1]https://groups.google.com/forum/#!msg/rapyuta/HOqCYITLkk0/2Gjfaabh27oJ

[2]https://stackoverflow.com/questions/17476761/importerror-no-module-named-twisted-internet

时间: 2024-10-13 13:07:33

Install rapyuta client on Raspberry的相关文章

Install rapyuta Robot Cloud Engine

Prepare on ubuntu12.04sudo apt-get install vim Install fuerte ROSsudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu precise main" > /etc/apt/sources.list.d/ros-latest.list'wget http://packages.ros.org/ros.key -O - | sudo apt-key add -su

使用 Raspberry Pi 上的传感器在 Node.js 中创建一个 IoT Bluemix 应用程序

先决条件 一个IBM Bluemix 帐号,一个 Raspberry Pi 2 或 3,一个 PIR 运动传感器 适用于本文的 Github 存储库 如果您是一位精明的 Bluemix 开发人员,您可能只想看看如何在 node.js 中与 IoT 建立连接,或者只想了解如何从此 github 存储库中拉取我的代码. git clone https://github.com/nicolefinnie/iot-nodejs-tutorial 以下是实现与 IBM IoT 平台连接在一起的 4 个 R

RASPBERRY PI 外设学习资源

参考: http://www.siongboon.com/projects/2013-07-08_raspberry_pi/index.html Raspberry Pi         Get started with Raspberry Pi (RPi), a step by step approach to get your Raspberry Pi with low level electronics hardware control. Make simple, step by step

cx_Oracle install

STEP 1. install Oracle Client 1.1 download: http://download.oracle.com/otn/linux/instantclient/121020/instantclient-basic-linux.x64-12.1.0.2.0.zip http://download.oracle.com/otn/linux/instantclient/121020/instantclient-sdk-linux.x64-12.1.0.2.0.zip 1.

如何导入SEPM没有的安装包 How to manually import a client packages into SEPM 12.1

OS: Windows 2008 R2 SEPM -- > 12.1 RU6 MP3 SEPM -- > 12.1 RU5 Refer article: https://support.symantec.com/en_US/article.TECH122824.html unzip the install file, there is a folder named "Packages" These files is used to be imported Click &qu

Raspberry Pi NOOBS setup

NOOBS SETUP To get started with Raspberry Pi you need an operating system. NOOBS (New Out Of the Box Software) is an easy operating system install manager for the Raspberry Pi. HOW TO GET AND INSTALL NOOBS BUY A PREINSTALLED SD CARD The easiest way t

Raspberry Pi For Windows

Raspberry Pi ------For Windows Step 1: In order to write the image for SD,we should download and install Image Writer for Windows Step 2: Download and install putty and connected to serial port Step 3: Plug in the power then start Raspberry Pi and lo

install cx_Oracle on Linux

step 1 : install oracle client library url: http://www.oracle.com/technetwork/topics/linuxsoft-082809.html or search:  instant clients download for Linux x86 download:    instantclient-basic-linux-version.zip   # choose your version !!!! instantclien

NBU Client For Linux 安装

1.1 NBU Client For Linux安装 1.  客户端添加NBU SERVER HOSTS解析 [[email protected]]# cat /etc/hosts # Do not remove the following line,  or various programs # that require network functionality  will fail. 127.0.0.1               localhost.localdomain  localh