Skip to content

Commit

Permalink
start writing readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshito-okada authored Jun 8, 2018
1 parent 7e5258a commit 33fbf29
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,25 @@
eposx_hardware
============
# eposx_hardware is ...
* ROS interface for Maxon EPOS motor drivers
* forked from [RIVeR-Lab/epos_hardware](https://github.com/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
will be described soon

# Commandline tool: list_nodes
will be described soon

# Commandline tool: get_state
will be described soon

# Examples
* see [eposx_hardware/launch](eposx_hardware/launch)

0 comments on commit 33fbf29

Please sign in to comment.