Skip to content

Commit

Permalink
Merge pull request start-jsk#105 from garaemon/update-chest-camera
Browse files Browse the repository at this point in the history
[jsk_hrp2_ros_bridge/hrp2016.launch] Update hrp2016.launch to see chest camera color image
  • Loading branch information
garaemon committed Apr 8, 2015
2 parents c45c943 + be5eafe commit 20a2834
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion jsk_hrp2_ros_bridge/launch/hrp2016.launch
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,14 @@
<node pkg="jsk_calibration" type="joint_states_appender.py" name="joint_states_appender" />

<!-- For chest camera -->
<node pkg="prosilica_camera" type="prosilica_node" name="chest_camera">
<rosparam>
gain_auto_max: 12
</rosparam>
<remap from="camera" to="chest_camera" />
</node>
<group ns="chest_camera">
<node pkg="prosilica_camera" type="prosilica_node" name="prosilica_node">
<node pkg="image_proc" type="image_proc" name="chest_camera_image_proc">
</node>
</group>
</launch>

0 comments on commit 20a2834

Please sign in to comment.