Skip to content

Commit

Permalink
Move sensor_reader.py to yarp-devices repo
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBowman committed Mar 23, 2018
1 parent 2c0e5af commit 45b16d5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 70 deletions.
3 changes: 1 addition & 2 deletions share/amorTools/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
set(scripts scripts/amorTools.xml
scripts/sensors.xml
scripts/sensor_reader.py)
scripts/sensors.xml)

yarp_install(FILES ${scripts}
DESTINATION ${AMOR_APPLICATIONS_INSTALL_DIR})
66 changes: 0 additions & 66 deletions share/amorTools/scripts/sensor_reader.py

This file was deleted.

3 changes: 1 addition & 2 deletions share/amorTools/scripts/sensors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@

<module>
<name>python</name>
<parameters>sensor_reader.py</parameters>
<parameters>sensorReader.py</parameters>
<node>localhost</node>
<workdir>/usr/local/share/amor/applications</workdir>
<prefix>/amor</prefix>
</module>

Expand Down

0 comments on commit 45b16d5

Please sign in to comment.