Skip to content

Commit

Permalink
Merge pull request #3 from cpc-pk/master
Browse files Browse the repository at this point in the history
parameter changes for updated cob_scan_filter
  • Loading branch information
Alexander Bubeck committed Dec 7, 2011
2 parents 16b5da5 + d4ec4e6 commit 20c6539
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
6 changes: 3 additions & 3 deletions cob_bringup/components/laser_front.launch
Expand Up @@ -8,9 +8,9 @@
</node>

<!-- laser filter -->
<node name="laser_front_filter" pkg="cob_sick_s300" type="cob_scan_filter" respawn="false" output="screen" >
<remap from="laser_front_filter/scan" to="/scan_front_raw"/>
<remap from="laser_front_filter/scan_filtered" to="/scan_front"/>
<node name="laser_front_filter" pkg="cob_sick_s300" type="cob_scan_filter" respawn="false" output="screen" ns="laser_front" >
<remap from="/laser_front/scan" to="/scan_front_raw"/>
<remap from="/laser_front/scan_filtered" to="/scan_front"/>
</node>

</launch>
6 changes: 3 additions & 3 deletions cob_bringup/components/laser_rear.launch
Expand Up @@ -8,9 +8,9 @@
</node>

<!-- laser filter -->
<node name="laser_rear_filter" pkg="cob_sick_s300" type="cob_scan_filter" respawn="false" output="screen" >
<remap from="laser_rear_filter/scan" to="/scan_rear_raw"/>
<remap from="laser_rear_filter/scan_filtered" to="/scan_rear"/>
<node name="laser_rear_filter" pkg="cob_sick_s300" type="cob_scan_filter" respawn="false" output="screen" ns="laser_rear" >
<remap from="/laser_rear/scan" to="/scan_rear_raw"/>
<remap from="/laser_rear/scan_filtered" to="/scan_rear"/>
</node>

</launch>
5 changes: 3 additions & 2 deletions cob_hardware_config/cob3-3/config/laser_front.yaml
@@ -1,7 +1,8 @@
port: /dev/ttyScan1
baud: 500000
scan_duration: 0.025 #no info about that in SICK-docu, but 0.025 is believable and looks good in rviz
scan_cycle_time: 0.040 #SICK-docu says S300 scans every 40ms
inverted: true
scan_id: 7
frame_id: /base_laser_front_link
start_scan: 115
stop_scan: 426
scan_intervals: [[-1.3526, 1.361357]] #[rad] these intervals are included to the scan
5 changes: 3 additions & 2 deletions cob_hardware_config/cob3-3/config/laser_rear.yaml
@@ -1,7 +1,8 @@
port: /dev/ttyScan0
baud: 500000
scan_duration: 0.025 #no info about that in SICK-docu, but 0.025 is believable and looks good in rviz
scan_cycle_time: 0.040 #SICK-docu says S300 scans every 40ms
inverted: true
scan_id: 8
frame_id: /base_laser_rear_link
start_scan: 115
stop_scan: 426
scan_intervals: [[-1.3526, 1.361357]] #[rad from -PI to PI] these intervals are included to the scan

0 comments on commit 20c6539

Please sign in to comment.