This package contains configuration files and sample code to use maxon EPOS4 Positioning Controllers with ROS1 using ros_canopen.
The license used is for all the packages.
The branch master has been tested with ROS Melodic.
The corresponding ROS Wiki page can be found here.
⚠️ Important notes:This document and all provided sample code has been developed on behalf of maxon motor ag. Any installation steps and code samples are intended for testing purposes only. Please adapt the code to the needs of your concrete application. Any warranty for proper functionality is excluded and has to be ensured based on tests within the concrete system environment.
Take care of the wiring and safety instructions mentioned by the "Hardware Reference" of the corresponding controller!
Please submit a request on maxon’s Support Center (-> http://support.maxongroup.com) in case of any questions concerning the controller’s setup, wiring, or testing.
- Open a terminal to download this package (master branch by default):
$ git clone https://github.com/Roboprotos/maxon_epos4_ros1
Alternatively, you can clone a specific branch like melodic-devel (for ROS melodic), like this:
$ git clone -b melodic-devel https://github.com/Roboprotos/maxon_epos4_ros1
- Look at the PDF file located in the documentation folder for information on how to use this package. It contains a complete tutorial on how to setup both the EPOS4 controllers and ROS1 along with ros_canopen and MoveIt! packages, with practical examples using the NVIDIA Jetson TX2 and Raspberry Pi embedded computers.