-
Notifications
You must be signed in to change notification settings - Fork 15
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
5ae1c93
commit 5747912
Showing
5 changed files
with
28 additions
and
16 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
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,18 +1,24 @@ | ||
<launch> | ||
|
||
<!-- This is for launching Asus rgbd-camera. | ||
This is also a replacement of the following operations: | ||
<!-- This is for launching Asus rgbd-camera. | ||
This is also a replacement of the following operations: | ||
$ roslaunch openni2_launch openni2.launch | ||
$ roslaunch openni2_launch openni2.launch | ||
$ rosrun rqt_reconfigure rqt_reconfigure | ||
Select camera/driver, set "depth_registration" to true | ||
(Optional: Set "color_depth_synchronization" to true.) | ||
$ rosrun rqt_reconfigure rqt_reconfigure | ||
Select camera/driver, set "depth_registration" to true | ||
(Optional: Set "color_depth_synchronization" to true.) | ||
--> | ||
--> | ||
|
||
<include file="$(find openni2_launch)/launch/openni2.launch"> | ||
<arg name="depth_registration" default="true" /> | ||
</include> | ||
<include file="$(find openni2_launch)/launch/openni2.launch"> | ||
<arg name="depth_registration" default="true" /> | ||
</include> | ||
|
||
<!-- <node type="rviz" name="rviz_depth_image" pkg="rviz" | ||
args="-d $(find scan3d_by_baxter)/config/rviz_depth_image.rviz" | ||
/> --> | ||
<node type="rviz" name="rviz_depth_image" pkg="rviz" | ||
args="-d $(find scan3d_by_baxter)/config/rviz_depth_image_2.rviz" | ||
/> | ||
</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