-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[jsk_pr2_startup] Add pr2_png_level.yaml to set image compressedDepth…
… png_level
- Loading branch information
1 parent
9bb6122
commit 4207d74
Showing
2 changed files
with
61 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,59 @@ | ||
# Check each node png_level by the following command | ||
# for f in $(rosparam list | grep png_level); do echo "$f: $(rosparam get $f)"; done | ||
|
||
# Set png_level to 5 according to the following information | ||
# https://github.com/start-jsk/jsk_apc/pull/2706 | ||
# https://gist.github.com/iory/12dda33908024223be74cb03f19997b5 | ||
|
||
kinect_head: | ||
depth: | ||
image: | ||
disable_pub_plugins: | ||
- 'image_transport/compressed' | ||
- 'image_transport/theora' | ||
compressedDepth: | ||
png_level: 5 | ||
image_raw: | ||
disable_pub_plugins: | ||
- 'image_transport/compressed' | ||
- 'image_transport/theora' | ||
compressedDepth: | ||
png_level: 5 | ||
image_rect: | ||
disable_pub_plugins: | ||
- 'image_transport/compressed' | ||
- 'image_transport/theora' | ||
compressedDepth: | ||
png_level: 5 | ||
image_rect_raw: | ||
disable_pub_plugins: | ||
- 'image_transport/compressed' | ||
- 'image_transport/theora' | ||
compressedDepth: | ||
png_level: 5 | ||
depth_registered: | ||
hw_registered: | ||
image_rect: | ||
disable_pub_plugins: | ||
- 'image_transport/compressed' | ||
- 'image_transport/theora' | ||
compressedDepth: | ||
png_level: 5 | ||
image_rect_raw: | ||
disable_pub_plugins: | ||
- 'image_transport/compressed' | ||
- 'image_transport/theora' | ||
compressedDepth: | ||
png_level: 5 | ||
image: | ||
disable_pub_plugins: | ||
- 'image_transport/compressed' | ||
- 'image_transport/theora' | ||
compressedDepth: | ||
png_level: 5 | ||
image_raw: | ||
disable_pub_plugins: | ||
- 'image_transport/compressed' | ||
- 'image_transport/theora' | ||
compressedDepth: | ||
png_level: 5 |
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