Giter Site home page Giter Site logo

gouki510 / robot-programming Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jsk-enshu/robot-programming

0.0 0.0 0.0 18.21 MB

This is exercise for robot-programming.

Makefile 0.01% TeX 0.02% Shell 0.02% Python 0.09% CMake 0.02% Common Lisp 99.77% C++ 0.06%

robot-programming's Introduction

robot-programming Build Status Join the chat at https://gitter.im/jsk-enshu/robot-programming

This is exercise for robot-programming.

Setup

$ source /opt/ros/melodic/setup.bash
$ mkdir -p ~/catkin_ws/src
$ cd ~/catkin_ws/src
$ git clone https://github.com/jsk-enshu/robot-programming
$ wstool init .
$ wstool merge robot-programming/.rosinstall.${ROS_DISTRO}
$ wstool update
$ rosdep update
$ cd ..
$ rosdep install --from-paths src --ignore-src -y -r
$ catkin build
# $ echo 'source ~/catkin_ws/devel/setup.bash' >> ~/.bashrc ## > と >> の違いが理解できていればbashrcに追加してもよい

Start simulator

$ source ~/catkin_ws/devel/setup.bash
$ roslaunch dxl_armed_turtlebot dxl_armed_turtlebot_gazebo.launch

Start RQT GUI

$ roscd dxl_armed_turtbot/launch
$ rqt --perspective-file enshu.perspective

Start Color Tracking node

$ roslaunch opencv_apps camshift.launch image:=/camera/rgb/image_raw
$ rosrun image_view2 image_view2 image:=/camera/rgb/image_raw ~image_transport:=compressed

Start Checkerboard Tracking Tracking node

$ roslaunch checkerboard-detector.launch rect0_size_x:=0.02 rect0_size_y:=0.02
      grid0_size_x:=7 grid0_size_y:=4 translation0:="0 0 0"
      image:=image_raw  group:=/camera/rgb frame_id:=camera_rgb_optical_frame
$ ROS_NAMESPACE=/camera/rgb rosrun checkerard_detector objectdetection_tf_publisher.py
       _use_simple_tf:=true

Documentations

See online manual for Euslisp models and interfaces.

PDF files are also available from here

robot-programming's People

Contributors

708yamaguchi avatar affonso-gui avatar gitter-badger avatar ishigurojsk avatar k-okada avatar knorth55 avatar kochigami avatar mmurooka avatar shihonshugi avatar snozawa avatar tongtybj avatar yuki-asano 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.