-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5590bf7
commit 5a15f99
Showing
7 changed files
with
800 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Oops, something went wrong.