ROVIO detailed installation steps from scrach

ROVIO detailed installation steps from scrach



1. Installed Ubuntu 14.04


2. System update:

sudo apt-get update

sudo apt-get install build-essential


2. Prerequisite
    sudo apt-get install git-core
    sudo apt-get -y install python-pip

2. Installed ROS indigo

    http://wiki.ros.org/indigo/Installation/Ubuntu


3. Installed kindr(https://github.com/ethz-asl/kindr)


sudo add-apt-repository ppa:ethz-asl/common
sudo apt-get update
sudo apt-get install ros-indigo-kindr-*



4. Installed catkin-tools


http://catkin-tools.readthedocs.io/en/latest/installing.html



5. python-rosinstall

sudo apt-get update
sudo apt-get install python-rosinstall-generator

6. Init workspace

export ROS_DISTRO=indigo                                 # Set ROS distribution
mkdir -p ~/ros_tutorials_ws/src                       # Create workspace
cd ~/ros_tutorials_ws/src                             # Navigate to source space
rosinstall_generator --deps ros_tutorials > .rosinstall  # Get list of pakcages
wstool update                                            # Checkout all packages
cd ~/ros_tutorials_ws                                 # Navigate to ros workspace root
catkin init                                              # Initialize workspace



"wstool update" is very slow, takes hours.

5. Download source code to the src folder from git.
    src->git clone https://github.com/ethz-asl/rovio.git
    src->cd rovio
    rovio->git submodule update --init --recursive

6. Open GL
    sudo apt-get install freeglut3-dev
    sudo apt-get install libglew-dev

7. Install with opengl scene
    workspace->catkin build rovio --cmake-args -DCMAKE_BUILD_TYPE=Release -DMAKE_SCENE=ON

8. How to run
    every time , run "source roviows/devel/setup.bash".
    after that, open three terminals and run the following commmands in each of the three windows.
    roscore
    rosrun rovio rovio_node
    rosbag play path/abc.bag
   

  • 1
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

织网者Eric

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值