Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding a readme #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#setup

- connect ethercat module using ethernet cable (outport of the module block)
- set on your pc a (random) fixed IP to the port where you connected the cable
- test your connection with the slave info script with the ethernet port number you use, eg.:
- ```sudo ./soem_core/bin/slaveinfo eth1``` or ```sudo /opt/ros/indigo/bin/slaveinfo eth1``` if installed from ros-indigo-soem-master
- in case the latter fails because the executable does not find libsoem.so
- ```sudo su```
- ```export LD_LIBRARY_PATH=/opt/ros/indigo/lib```
- ```/opt/ros/indigo/bin/slaveinfo eth1```
- set permissions for the executables that will use soem: ```./setcaps.sh``` or ```./opt/ros/indigo/lib/soem_master/setcap.sh``` if installed from ros-indigo-soem-master
- deploy a soem master component
- set the component ifname property to the correct eth number, eg. eth1
- configure and start the component