项目作者: NXT-ROS

项目描述 :
Keyboard interface for NXT ROS
高级语言: C++
项目地址: git://github.com/NXT-ROS/nxt_teleop.git
创建时间: 2017-10-01T19:24:38Z
项目社区:https://github.com/NXT-ROS/nxt_teleop

开源协议:

下载








NXT ROS - Teleop


This repository contains a keyboard interface to use with NXT ROS.

Installation

The repository is expected to be placed inside the source folder of a working catkin environnement.

  1. mkdir nxt_teleop
  2. cd nxt_teleop
  3. mkdir src
  4. cd src
  5. git clone https://github.com/NXT-ROS/nxt_teleop.git
  6. cd ..
  7. catkin init
  8. catkin build

You now have a working package with the nxt_teleop package in it.

Using NXT Teleop

The teleop package needs the core NXT ROS package to be properly loaded in order to work, more information on this here.

As for any catkin package, you first need to add its folders to your environnement (make sure to select the correct file for your system).

  1. cd nxt_teleop
  2. source devel/setup.(bash|sh|zsh)

You can then start ros with the provided launch file:

  1. roslaunch nxt_teleop teleop_keyboard.launch

Credits

Original maintainer of the project is Wim Meeussen.