-
Notifications
You must be signed in to change notification settings - Fork 20
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
5d389ce
commit 512d69b
Showing
5 changed files
with
62 additions
and
7 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,45 @@ | ||
<?xml version="1.0"?> | ||
<launch> | ||
<arg name="namespace" default="rfans"/> | ||
<arg name="output" default="screen"/> | ||
<arg name="respawn" default="true"/> | ||
<arg name="revise_angle_128" value="0.027721,0.002361,-0.043092,-0.023711,0.003442,-0.046271,-0.018255,0.036872,-0.048702,-0.025516,0.002106,-0.040973,-0.019308,0.001663,-0.045102,-0.015489,0.001148,-0.047884,-0.018850,0.016742,-0.044528,-0.033280,0.001597,-0.039345,1,1.8,1,1.8,0.15,0.15,"/> | ||
<arg name="revise_angle_32" value="0, 0, 0, 0, 0, 0, 0, 0, 0,0, 0, 0,0, 0, 0,0, 0, 0,0, 0, 0,0, 0, 0,45,0,0,0,0.1,0,"/> | ||
<arg name="read_fast" default="false"/> | ||
<arg name="read_once" default="false"/> | ||
<arg name="repeat_delay" default="0.0"/> | ||
<arg name="frame_id" default="surestar"/> | ||
<group ns="$(arg namespace)" clear_params="true"> | ||
<param name="model" value="R-Fans-16"/> | ||
<node pkg="rfans_driver" type="driver_node" name="rfans_driver" output="screen"> | ||
<param name="advertise_name" value="surestar_packets"/> | ||
<param name="control_name" value="surestar_control"/> | ||
<param name="device_ip" value="192.168.0.3"/> | ||
<param name="device_port" value="2014"/> | ||
<param name="rps" value="10"/> | ||
<param name="pcap" value=""/> | ||
<param name="data_level" value="3"/> | ||
<param name="use_double_echo" value="false"/> | ||
<param name="read_fast" value="$(arg read_fast)"/> | ||
<param name="read_once" value="$(arg read_once)"/> | ||
<param name="repeat_delay" value="$(arg repeat_delay)"/> | ||
</node> | ||
<node pkg="rfans_driver" type="calculation_node" name="calculation_node"> | ||
<param name="advertise_name" value="surestar_points"/> | ||
<param name="subscribe_name" value="surestar_packets"/> | ||
<param name="frame_id" value="$(arg frame_id)"/> | ||
<param name="use_gps" value="false"/> | ||
<param name="revise_angle_128" value="$(arg revise_angle_128)"/> | ||
<param name="revise_angle_32" value="$(arg revise_angle_32)"/> | ||
</node> | ||
<node pkg="pointcloud_to_laserscan" type="pointcloud_to_laserscan_node" name="pointcloud_to_laserscan"> | ||
<param name="max_height" value="0.2"/> | ||
<param name="min_height" value="-0.2"/> | ||
<param name="range_max" value="100.0"/> | ||
<param name="range_min" value="0.0"/> | ||
<param name="angle_increment" value="0.0035"/> | ||
<remap from="cloud_in" to="rfans_driver/surestar_points"/> | ||
<remap from="/rfans/scan" to="/scan"/> | ||
</node> | ||
</group> | ||
</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
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