Giter Site home page Giter Site logo

kazuki-shin / thormang-kitchen Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 0.0 63.32 MB

ECE 598JK Final Project: Vision-Based Pick-n-Place using THORMANG Whole-Body Manipulation

Dockerfile 0.17% Shell 1.31% CMake 3.63% MATLAB 0.59% Python 1.01% Jupyter Notebook 88.47% C++ 4.81%
bipedal-robots humanoid ros-kinetic gazebo

thormang-kitchen's Introduction

THORMANG Kitchen

Setup work enviornment on new machine

We use a ROS1 build environment. This project can easily be made to interface with ROS1 for visualization or for running on a real or simulated robot.

cd && mkdir -p catkin_ws/src && cd catkin_ws/src
git clone https://github.com/kazuki-shin/thormang-kitchen.git \
 && git clone https://github.com/ROBOTIS-GIT/DynamixelSDK.git \
 && git clone https://github.com/ROBOTIS-GIT/ROBOTIS-Math.git \
 && git clone https://github.com/ROBOTIS-GIT/ROBOTIS-Utility.git \
 && git clone https://github.com/ROBOTIS-GIT/ROBOTIS-Framework.git \
 && git clone https://github.com/ROBOTIS-GIT/ROBOTIS-Framework-msgs.git \
 && git clone https://github.com/ROBOTIS-GIT/ROBOTIS-THORMANG-Tools.git \
 && git clone https://github.com/ROBOTIS-GIT/ROBOTIS-THORMANG-msgs.git \
 && git clone https://github.com/ROBOTIS-GIT/ROBOTIS-THORMANG-Common.git \
 && git clone https://github.com/ROBOTIS-GIT/ROBOTIS-THORMANG-MPC.git \
 && git clone https://github.com/ROBOTIS-GIT/ROBOTIS-THORMANG-MPC-SENSORs.git \
 && git clone https://github.com/ROBOTIS-GIT/ROBOTIS-THORMANG-PPC.git \
 && git clone https://github.com/ROBOTIS-GIT/ROBOTIS-THORMANG-OPC.git \
 && git clone https://github.com/ROBOTIS-GIT/humanoid_navigation.git 
sudo apt update && sudo apt-get install -y \
    ros-kinetic-qt-build \
    ros-kinetic-map-server \
    ros-kinetic-nav-msgs \
    ros-kinetic-humanoid-nav-msgs \
    ros-kinetic-octomap \
    ros-kinetic-octomap-msgs \
    ros-kinetic-octomap-ros \
    ros-kinetic-octomap-server \
    ros-kinetic-qt-ros \
    ros-kinetic-sbpl \
    ros-kinetic-urg-node \
    libv4l-dev \
    ros-kinetic-uvc-camera \
    madplay mpg321 \
    libncurses5-dev \
    && sudo apt-get clean
cd ~/catkin_ws && catkin_make && source devel/setup.bash 

Running instructions (node launch order matters!)

set static ip

ip info

power on router client and connect to thormang wifi

1. Perception PC

ssh [email protected]
pass: 111111
roscore
thormang sensor node

2. Motion PC

ssh [email protected]
pass: 111111
thormang manager

3. Operating PC

Vision node
command node

clock synchronization add to bashrc

export ROS_MASTER_URI=http://10.17.3.35:11311
export ROS_HOSTNAME=<your IP>

Notes

Change line 23 in humanoid_navigation/humanoid_localization/src/HumanoidLocalization.cpp from include <pcl/filters/uniform_sampling.h> to include <pcl/keypoints/uniform_sampling.h>

Useful tools

  • rqt_graph
  • rqt_plot

thormang-kitchen's People

Contributors

ali-7800 avatar kazuki-shin avatar qingxuanguo avatar wilson41103 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  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.