forked from start-jsk/rtmros_tutorials
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request start-jsk#69 from garaemon/add-hrp2007-auditor
Add launch file for hrp2007 auditor
- Loading branch information
Showing
1 changed file
with
26 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,26 @@ | ||
<launch> | ||
<remap from="/multisense/joint_states" to="/joint_states" /> | ||
<include file="$(find jsk_footstep_controller)/launch/hrp2jsknt_real.launch" if="false"/> | ||
<include file="$(find jsk_hrp2_ros_bridge)/torque_talker/hrp-talk-torque.launch"/> | ||
<include file="$(find jsk_tilt_laser)/launch/multisense.launch" > | ||
<arg name="ip_address" value="192.168.96.229"/> | ||
<arg name="mtu" value="1500" /> | ||
<arg name="use_robot_description" value="false"/> | ||
<arg name="not_use_sensor_tf_prefix" value="true"/> | ||
<arg name="not_use_robot_state_publisher" value="true" /> | ||
</include> | ||
|
||
<!-- setup default settings --> | ||
<node pkg="dynamic_reconfigure" type="dynparam" name="set_multisense_resolution" | ||
args="set multisense resolution 1024x544x256" /> | ||
<node pkg="dynamic_reconfigure" type="dynparam" name="set_multisense_auto_exposure" | ||
args="set multisense auto_exposure false" /> | ||
<node pkg="dynamic_reconfigure" type="dynparam" name="set_multisense_exposure_time" | ||
args="set multisense exposure_time 0.1" /> | ||
<node pkg="dynamic_reconfigure" type="dynparam" name="set_multisense_lighting" | ||
args="set multisense lighting true" /> | ||
<node pkg="dynamic_reconfigure" type="dynparam" name="set_multisense_led_duty" | ||
args="set multisense led_duty_cycle 0.15" /> | ||
|
||
<node pkg="sound_play" type="soundplay_node.py" name="robotsound" /> | ||
</launch> |