Giter VIP home page Giter VIP logo

2014-semi's Introduction

2014-semi

2014 機械工学少人数ゼミ プロジェクトページ

環境の構築

$ sudo apt-get install julius libjulius-dev
$ sudo apt-get install libzbar0 libzbar-dev
$ mkdir -p catkin_ws/semi/src
$ cd  catkin_ws/semi/src
$ wstool init
$ wstool set 2014-semi https://github.com/start-jsk/2014-semi --git
$ wstool set jsk_robot https://github.com/jsk-ros-pkg/jsk_robot --git
$ wstool set zbar_ros [email protected]:vicoslab/vicos_ros.git --git
$ wstool update
$ cd ..
$ rosdep install -y -r --from-paths .
$ catkin_make
$ source devel/setup.bash

実機を使うときの環境設定

$ source `rospack find jsk_tools`/src/bashrc.ros
$ rossetrobot baxter.jsk.imi.i.u-tokyo.ac.jp
$ rossetip
$ sudo ntpdate baxter.jsk.imi.i.u-tokyo.ac.jp

euslispからロボットを動かす

> roscd jsk_2014_picking_challenge
> roseus scripts/main.l
$ (init)
$ (test-1) ;; simple example
$ (test-2) ;; ik exmple

rvizで今の状態を表示する

$ rosrun rviz rviz

launchファイルを使う

$ roslaunch jsk_2014_picking_challenge baxter_oneclick_grasp.launch
  • baxter_oneclick_grasp.launch

rviz上で表示されているboxをクリックをすることでつかみにいきます このlaunchではbaxter_organized_multi.launchをincludeしています。

  • baxter_organized_multi.launch

平面と平面上の物体を分離し,平面とBounding Boxをpublishします。 jsk_pcl_rosのorganized_multi_planeのlaunchをincludeしています。

addを選択しRobotModelを追加, FixedFrame base に設定

2015/02/18 追記

現在,githubのbaxter_interfaceのjoint_trajectory_action_serverに対して, eusからangle-vectorを送ると,エラーで実行されません.

現状パッチを当てたもので上書いていますが、またダメになったら以下

sudo cp /home/inagaki/ros/indigo/src/RethinkRobotics/baxter_interface/src/joint_trajectory_action/joint_trajectory_action.py /opt/ros/indigo/lib/python2.7/dist-packages/joint_trajectory_action/joint_trajectory_action.py

を行ってください.

euslispからangle-vectorを送る場合にエラーが出る場合は

git checkout d2fadd7e5135f6f5060675cb7910e645a1e66739

してください.

2014-semi's People

Contributors

aginika avatar iory avatar k-okada avatar tnoriaki avatar umoji avatar wkentaro avatar

Watchers

 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.