-
Notifications
You must be signed in to change notification settings - Fork 1
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
6a0c535
commit 9a3260f
Showing
1 changed file
with
18 additions
and
10 deletions.
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,22 +1,30 @@ | ||
# cspm | ||
This is a ros package for cspm project. | ||
# CSPM | ||
This is a ROS package for cspm project. | ||
##introduction | ||
CSPM means computer, smart phone and microcontrollers. We developed a simple robot, and put the smart phone on it.Then we read the data from the smart phone, just like ths imu data, camera, gps and geomagnitic. | ||
|
||
We use ROS to manage these messages. And this repository is the ROS package we created. At the same time, we developed several android app to controll the robot, and the apk file will be uploaded recently. | ||
|
||
##tutorials | ||
###install | ||
download this package, cd to cspm folder, then type | ||
##Tutorials | ||
###Install | ||
Download this package, cd to cspm folder, then type | ||
|
||
``` | ||
catkin_make | ||
source devel/setup.bash | ||
``` | ||
|
||
download CSPMRobot.apk,CSPMRemoter.apk and joystick.apk and install them in your smart phone. | ||
Download CSPMRobot.apk,CSPMRemoter.apk and joystick.apk and install them in your smart phone. | ||
|
||
###quick to start | ||
open CSPMRobot, then put your mobile phone in your robot. type | ||
```rosrun face_detect facedetect _param:=/camera/image``` | ||
then you will see a opencv windows which mark your face apeared. | ||
###Quick to start | ||
Open CSPMRobot, then put your mobile phone in your robot. type | ||
``` | ||
rosrun face_detect facedetect _param:=/camera/image | ||
``` | ||
Then you will see an opencv windows which mark your face apeared. | ||
|
||
Open CSPMRemoter, type | ||
``` | ||
rosrun voice_detect voice_py.py | ||
``` | ||
Talking to your mobile phone, your voice will be translated to mandrin and Pinyin.This node publish them as rostopic in your computer. |