Giter Site home page Giter Site logo

move's Introduction

move

Overview

PID制御でkobukiを制御するためのパッケージです。
速度指定はVelocityノードにtopic通信で、距離&角度指定はAmountノードでactionを利用します。

setup

git clone https://github.com/rionehome/move.git 
catkin_make

Usage

速度指定

rosrun move velocity

距離&角度指定

rosrun move velocity
rosrun move amount

Message

name Velocity.msg

float64 linear_rate #最大速度0.7m/sを1とした直進速度の比率
float64 angular_rate #最大速度110度/sを1とした回転速度の比率

name Amount.msg

float64 distance #現在の位置から進む距離
float64 angle #現在の位置から回転する角度

name Amount.action

Amount amount #目標距離&角度
Velocity velocity #目標速度
---
bool finished #到着の成功(True)/失敗(False)
---
move/Amount current_amount #現在の状態

Node

name velocity

Subscribe Topic

  • /move/velocity 速度指定( move/Velocity )

name amount

Subscribe Topic

  • /move/amount 距離&角度指定( move/Amount )

move's People

Contributors

hirorittsu avatar nakano16180 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.