Giter Site home page Giter Site logo

gkgkgk1215 / maxon_epos_ethercat_sdk Goto Github PK

View Code? Open in Web Editor NEW

This project forked from leggedrobotics/maxon_epos_ethercat_sdk

0.0 0.0 0.0 305 KB

Implementation of an ethercat device driver for the maxon epos 4

License: BSD 3-Clause "New" or "Revised" License

CMake 2.02% C++ 97.98%

maxon_epos_ethercat_sdk's Introduction

Maxon EtherCAT SDK

Overview

This is a C++ library providing a high-level interface for controlling Maxon motor drivers of the EPOS line over EtherCAT (using the CANopen over EtherCAT CoE protocol). It is modified by Linghao Zhang based on elmo_ethercat_sdk by Jonas Junger.

The lower level EtherCAT communication is handled by the soem_interface library.

The maxon_epos_ethercat_sdk is developed on Ubuntu 20.04 LTS with ROS Noetic.

The source code is released under the BSD-3-Clause license. A copy of the license is available in the LICENSE file.

Authors: Linghao Zhang, Jonas Junger, Lennart Nachtigall

Maintainer: Linghao Zhang, [email protected]

Contributors: Fabio Dubois, Markus Staeuble, Martin Wermelinger

Installation

Dependencies

Catkin Packages

Repo url License Content
soem_interface https://github.com/leggedrobotics/soem_interface.git GPLv3 Low-level EtherCAT functionalities
ethercat_sdk_master https://github.com/leggedrobotics/ethercat_sdk_master BSD 3-Clause High-level EtherCAT functionalities
message_logger https://github.com/leggedrobotics/message_logger.git BSD 3-Clause simple log streams

System Dependencies (tested on Ubuntu 20.04 LTS)

Likely to work with ROS Meolodic and Ubuntu 18.04 LTS

Building from Source

To build the library from source, clone the latest version from this repository and from the dependencies into your catkin workspace and compile the package using

cd catkin_workspace/src
git clone https://github.com/leggedrobotics/soem_interface.git
git clone https://github.com/leggedrobotics/ethercat_sdk_master.git
git clone https://github.com/leggedrobotics/message_logger.git
git clone https://github.com/leggedrobotics/maxon_epos_ethercat_sdk.git
cd ../
catkin build maxon_epos_ethercat_sdk

Example

See ethercat_device_configurator for an minimal working example.

Usage

See Usage.md.

Contributing

See Contributing.md

maxon_epos_ethercat_sdk's People

Contributors

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