-
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
6a14ed2
commit 873639a
Showing
13 changed files
with
120 additions
and
59 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
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,2 +1,2 @@ | ||
face_detect:imu_handler:voice_detect | ||
face_detect:voice_detect | ||
-DCATKIN_DEVEL_PREFIX=/home/meng/cspm/devel -DCMAKE_INSTALL_PREFIX=/home/meng/cspm/install -G Unix Makefiles |
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
Binary file not shown.
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,10 @@ | ||
1.启动roscore | ||
roscore | ||
2.需要将视频重发布为raw格式 | ||
rosrun image_transport republish compressed in:=/camera/image raw out:=/camera/image | ||
3.需要将手柄重发布话题 | ||
rosrun topic_tools relay /virtual_joystick/cmd_vel /cmd_vel | ||
4.不要忘记修改ip地址 | ||
5.显示图像 | ||
rosrun image_view image_view image:=/camera/image _image_transport:=compressed | ||
|
Binary file not shown.
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,11 @@ | ||
<launch> | ||
|
||
<node pkg="image_view" name="image_view" type="image_view" args="image:=/camera/image _image_transport:=compressed"/> | ||
<node pkg="topic_tools" name="relay" type="relay" args="/virtual_joystick/cmd_vel /cmd_vel"/> | ||
<node pkg="image_transport" name="republish" type="republish" args="compressed in:=/camera/image raw out:=/camera/image"/> | ||
|
||
|
||
|
||
|
||
</launch> | ||
|
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,11 @@ | ||
<launch> | ||
|
||
<node pkg="image_view" name="image_view" type="image_view" args="image:=/camera/image _image_transport:=compressed"/> | ||
<node pkg="topic_tools" name="relay" type="image_view" args="/virtual_joystick/cmd_vel /cmd_vel"/> | ||
<node pkg="image_view" name="image_view" type="image_view" args="image:=/camera/image _image_transport:=compressed"/> | ||
<node pkg="image_view" name="image_view" type="image_view" args="image:=/camera/image _image_transport:=compressed"/> | ||
|
||
|
||
|
||
</launch> | ||
|
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
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
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,5 +1,5 @@ | ||
#include "stdafx.h" | ||
#include "qt4/Qt/q3accel.h" | ||
|
||
|
||
using namespace std; | ||
using namespace cv; | ||
|
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,4 +1,6 @@ | ||
#include "stdafx.h" | ||
#include "qt4/Qt/q3accel.h" | ||
|
||
using namespace std; | ||
using namespace cv; | ||
|
||
|
This file was deleted.
Oops, something went wrong.