Giter Site home page Giter Site logo

techman_robot's Introduction

#techman_robot

A driver provides ROS support for techman robots. TM5_700 is available for ROS Indigo.

NOTE:
This project is in development. Currently, only TM5_700 is available, there will be TM5_900 and TM10_1300 in the future. Note that we will use "tm700" to represent TM5_700 in this package.

Overview

  • Action interface on /joint_trajectory_action for integration with MoveIt
  • Publishes robot joint state on /joint_states
  • Publishes TCP position on /tool_position
  • Publishes TCP velocity on /tool_velocity
  • Publishes TCP force on /wrench
  • Service call to set outputs on /tm_driver/set_io

Installation

First set up a catkin workspace (see this tutorials).
Then clone the repository into the src/ folder. It should look like /path/to/your/catkin_workspace/src/techman_robot.
Make sure to source the correct setup file according to your workspace hierarchy, then use catkin_make to compile.
Note that this package depends on hardware_interface, and controller_manager.

Usage with Moveit

test in simulation:

To bring up moveit environment in simulation mode, run:
roslaunch tm700_moveit_config tm700_moveit_planning_execution.launch

run with real robot:

set up networking:

  1. Click on the network settings (double-arrow in the title bar) and select Edit Connections
  2. Locate the new connection (mine was Wired Connection 1) and select Edit. Under the IPv4 tab, set:
    • address = 192.168.0.11 (or similar)
    • netmask = 255.255.255.0
  3. Connect an ethernet cable and try to ping your connected robot:
    • ping 192.168.0.10

To bring up moveit environment and connect to real robot, run:
roslaunch tm700_moveit_config tm700_moveit_planning_execution.launch sim:=False robot_ip:=192.168.0.10

Usage with Gazebo

To bring up the simulated robot in Gazebo, run:
roslaunch tm_gazebo tm700.launch

techman_robot's People

Contributors

yhtsai avatar kentsai0319 avatar howardjchen 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.