Giter Site home page Giter Site logo

eposx_hardware's Introduction

eposx_hardware

eposx_hardware is ...

  • ROS interface for Maxon EPOS motor drivers
  • forked from RIVeR-Lab/epos_hardware, with a lot of enhancements and refactors
  • difference from the original package
    • supports all EPOS drivers (EPOS/EPOS2/EPOS4)
    • supports all phisycal interface to EPOS (USB/RS232/CANOpen)
    • supports online switching of EPOS control modes
    • supports reading status of EPOS's power supply
    • supports joint limit interface
    • uses the latest offical command library from Maxon in backend (as of Jun. 2018)
    • refactored codes including an useful C++ wrapper of backend C library

Node: epos_hardware_node

Usage

rosrun eposx_hardware epos_hardware_node [motor_name...]

Parameters

  • all parameters below are motor-specific and must be in the namespace ~motor_name

device (string, default: "EPOS4")

  • type of device like "EPOS", "EPOS2", or "EPOS4"

protocol_stack (string, default: "MAXON SERIAL V2")

  • type of protocol stack like "MAXON SERIAL V2", or "MAXON RS232"

interface (string, default: "USB")

  • type of physical interface like "USB", "RS232", or "CANOpen"

port (string, default: "")

  • path to physical port like "/dev/ttyUSB0"
  • if empty string, all possible port will be scanned

node_id (int, default: 0)

  • EPOS's node id
  • if 0, all possible node indices will be tried

serial_number (string, default: "")

  • EPOS's serial number in hex without "0x"
  • if empty string, port and/or node_id will be used to search the device

baudrate (int, default: 0)

  • baudrate of communication via physical interface
  • if 0, keep current baudrate
  • ignored if another device belonging to the interface is already initialized

timeout (int, default: 0)

  • timeout of communication via physical interface in ms
  • if 0, keep current timeout
  • ignored if another device belonging to the interface is already initialized

clear_faults (bool, default: false)

  • clear faults recorded in the device on startup

rw_ros_units (bool, default: false)

  • use ROS standard units (rad, rad/s, Nm) in hardware interfaces or EPOS standard units (quad count of encoder pulse(qc), rpm, mNm)

detailed_diagnostic (bool, default: false)

  • additionally read actual operation mode, device status, and fault info

remaining parameters wiil be described soon

Commandline tool: list_nodes

will be described soon

Commandline tool: get_state

will be described soon

Examples

eposx_hardware's People

Contributors

yoshito-okada avatar velinddimitrov avatar jimmydasilva 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.