ROS -build and configure environment

ROS 教程

http://wiki.ros.org/ROS/Tutorials

http://wiki.ros.org/ROS/Tutorials/InstallingandConfiguringROSEnvironment

Install 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://pool.sks-keyservers.net --recv-key 0xB01FA116
sudo apt-get install libgl1-mesa-dev-lts-utopic
sudo apt-get install ros-jade-desktop-full
sudo rosdep init

Managing Your Environment

export | grep ROS看看有没有设置环境变量

echo "source /opt/ros/jade/setup.bash" >> ~/.bashrc
source ~/.bashrc

Create a ROS Workspace

 mkdir -p ~/catkin_ws/src
cd ~/catkin_ws/src
catkin_init_workspace创建build he devl目录及相应的.shcd ~/catkin_ws/
catkin_make
source devel/setup.bash
echo $ROS_PACKAGE_PATH发现前面多了src的目录/home/ubuntu/catkin_ws/src:/opt/ros/jade/share:/opt/ros/jade/stacks
时间: 2024-12-18 13:52:02

ROS -build and configure environment的相关文章

SDN实战: Build a mini-lab environment and practice SDN-IP/ONOS with GNS3, Mininet and VMware

SDN IN ACTION: Build a mini-lab environment and practice SDN-IP/ONOS with GNS3, Mininet and VMware    薛国锋  [email protected] 本文主要通过简单的实验,对SDN相关概念以及ONOS开源软件等建立一个感性的印象,加深对核心概念的理解. SDN-IP is to adopt SDN/OpenFlow switches to replace the traditional IP/M

Build MySQL Cluster Environment

This post documents how build MySQL cluster environment with 4 machines. Their IP addresses and roles are listed below. Host #1: 192.168.1.100, management node Host #2: 192.168.1.101, SQL node Host #3: 192.168.1.102, data node #1 Host #4: 192.168.1.1

ROS -build environment

ROS 教程 http://wiki.ros.org/ROS/Tutorials http://wiki.ros.org/ROS/Tutorials/InstallingandConfiguringROSEnvironment Install ROS sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-late

Build MySQL Replication Environment

The post demonstrates how to build replication environment with 2 new MySQL servers which are running on 64-bit Ubuntu 14.04 LTS machines. Master: {MySQL: 5.7.5, IP Address: 192.168.0.100} Slave  : {MySQL: 5.7.5, IP Address: 192.168.0.101} Configure

[Tensorflow] Object Detection API - build your training environment

Prepare protoc Download Protocol Buffers Create folder: protoc and unzip it. [email protected]UX303UB$ ls models Others protoc train_data [email protected]-UX303UB$ ls protoc/ bin include readme.txt [email protected]-UX303UB$ ls protoc/bin/ protoc Pr

how to build a android environment in ubuntu 15.10

As we know, the android development environment need four part: JDK SDK IDE ADT. Problems: there are JDK versions from different companise. Previous, I run the command: $sudo apt-get install openjdk-7-jdk to install openjdk released by ubuntu ,and th

[Note] Build your SDL2 Environment in Visual Studio 2013 配置你的SDL2运行环境

Right key your project in "solution manager(解决方案资源管理器)", choose the "Property(属性)" option. Then select "VC++ Directionary(VC++ 目录)", and do the following things: 1.Add the path of sdl2's include folder to including directiona

Java SE series:1. environment configure and Hello world! [We use compiler and packager to create an application!]

1. cli (command line interface) and gui (graphic user interface) use javahome path, search classpath 2. java editions: j2ee(java 2 enterprise edition), j2se(java 2 standard edition), j2me(java 2 micro edition), after java5.0, rename to javaee, javase

[Blackberry]How To Setup a BlackBerry 10 Development Environment to Build Cascades Apps and Prevent IP DHCP for individual BB10 simulator setup

This is a step-by-step instructional guide on how to setup a BlackBerry 10 (BB10) development environment. This article includes instructions for downloading all the Cascades tools, installing them, and setting them up. You will learn how to get the