Giter VIP home page Giter VIP logo

robotis_tools's Introduction

ROBOTIS Tools

Install ROS kinetic on PC (Desktop or Laptop PC)

  • First, install Linux (Ubuntu or Linux Mint) on your PC.
  • Next, in order to develop source code from the remote PC, refer to the commands below.
  • Tip: The terminal application can be found with the Ubuntu search icon on the top left corner of the screen. Shortcut key for terminal is Ctrl-Alt-T.
$ sudo apt-get update
$ sudo apt-get upgrade
$ wget https://raw.githubusercontent.com/ROBOTIS-GIT/robotis_tools/master/install_ros_kinetic.sh && chmod 755 ./install_ros_kinetic.sh && bash ./install_ros_kinetic.sh

Install ROS kinetic on Raspberry Pi

  • First, install Linux (Ubuntu MATE) on your Raspberry Pi. Please following the link below.
  • Install Ubuntu MATE on Raspberry Pi
  • Next, in order to develop source code from the remote PC, refer to the commands below.
$ sudo apt-get update
$ sudo apt-get upgrade
$ wget https://raw.githubusercontent.com/ROBOTIS-GIT/robotis_tools/master/install_ros_kinetic_rp3.sh && chmod 755 ./install_ros_kinetic_rp3.sh && bash ./install_ros_kinetic_rp3.sh

Install ROS packages for ROBOTs powered by DYNAMIXEL

(Move to your catkin workspace)
$ cd ~/catkin_ws/src/
$ rm .rosinstall
$ wstool init

(Select the robot you want to use)
$ wstool merge https://raw.githubusercontent.com/ROBOTIS-GIT/robotis_tools/master/.all.rosinstall (for all)
$ wstool merge https://raw.githubusercontent.com/ROBOTIS-GIT/robotis_tools/master/.dynamixel.rosinstall (for Dynamixel SDK and Dynamixel Workbench)
$ wstool merge https://raw.githubusercontent.com/ROBOTIS-GIT/robotis_tools/master/.turtlebot3.rosinstall (for TurtleBot3)
$ wstool merge https://raw.githubusercontent.com/ROBOTIS-GIT/robotis_tools/master/.openmanipulator.rosinstall (for OpenManipulator)
$ wstool merge https://raw.githubusercontent.com/ROBOTIS-GIT/robotis_tools/master/.op3.rosinstall (for ROBOTIS OP3)
$ wstool merge https://raw.githubusercontent.com/ROBOTIS-GIT/robotis_tools/master/.thormang3.rosinstall (for Thormang3)
$ wstool merge https://raw.githubusercontent.com/ROBOTIS-GIT/robotis_tools/master/.manipulator_h.rosinstall (for Manipulator-H)
$ wstool merge https://raw.githubusercontent.com/ROBOTIS-GIT/robotis_tools/master/.rh_p12_rn.rosinstall (for RH-P12-RN)

(run git clone the selected ROS packages)
$ wstool update -j4

(Install ROS packages that depend on the package you selected)
$ rosdep install --from-paths ~/catkin_ws/src --ignore-src -r -y
or
$ rosdep install --from-paths ~/catkin_ws/src --ignore-src -r -y --os=ubuntu:xenial (if use the Linux Mint)

robotis_tools's People

Contributors

piroro-hs avatar robotpilot 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.