iwata-lab / maxon_epos_ros

ROS package for MAXON motor and EPOS driver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maxon EPOS Package

This is a ROS package for Maxon motor & EPOS driver.

Support Status

This package is WIP now.
v1.0.0 supports multiple EPOS device.

How to use

Install Maxon Linux driver

Firstly you must install maxon official linux driver.
For detail, please look at this official pdf

How to build

Then you have to download this package into your ROS workspace.

$ cd ~/catkin_ws/src
$ git clone https://github.com/iwata-lab/maxon_epos_ros.git
$ cd ~/catkin_ws
$ catkin_make
$ source ~/catkin_ws/devel/setup.bash

How to use nodes

Run node

You can run nodes by console.
maxon_bringup node reads params from ROS parameter server.

$ rosrun maxon_epos_driver maxon_bringup

Otherwise, you can refer maxon_epos_example package's launch file.

Topics

Params

see maxon_epos_example/config/example.yaml

Example

see maxon_epos_example/launch/example_maxon_epos.launch

About

ROS package for MAXON motor and EPOS driver

License:MIT License


Languages

Language:C 41.7%Language:C++ 33.1%Language:CMake 24.8%Language:Python 0.3%