Skip to content

Commit

Permalink
add scritps
Browse files Browse the repository at this point in the history
  • Loading branch information
MitsuhiroYabu committed Jun 17, 2016
1 parent 5590bf7 commit 5a15f99
Show file tree
Hide file tree
Showing 7 changed files with 800 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
# plen-Firmware_ROS
plen-Firmware_ROS
================================================================================
##Copyright (c) 2016,
- [Mitsuhiro YABU](https://github.com/MitsuhiroYabu)
- [PLEN Project Company Inc.](https://plen.jp)

##Build Enviroment
- Intel Edison
- ROS indigo
- Bluez 5.35
- Python 2.7.9
- mraa
- pySerial
- python-dbus
- python-gobject

##License
- This scritps are released under the BSD License.
- "bleNode.py" is released under GNU General Public License (GPL).
7 changes: 7 additions & 0 deletions launch/plen.launch
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<launch>
<node pkg="plen" name="ControlNode" type="controlNode.py"/>
<node pkg="plen" name="gpioNode" type="gpioNode.py"/>
<node pkg="plen" name="serialNode" type="serialNode.py"/>
<node pkg="plen" name="i2cNode" type="i2cNode.py"/>
<node pkg="plen" name="bleNode" type="bleNode.py"/>
</launch>
Loading

0 comments on commit 5a15f99

Please sign in to comment.