Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

introduce laser range filter #743

Merged
merged 1 commit into from
Dec 20, 2017

Conversation

fmessmer
Copy link
Member

@fmessmer fmessmer commented Dec 18, 2017

fixes #732
achieves good results on cob4-7

@ipa-srd @ipa-jba FYI

@@ -5,11 +5,17 @@
<arg name="pkg_hardware_config" default="$(find cob_hardware_config)"/>
<arg name="name"/>

<!-- scan filters-->
<!-- angular bounds filter-->
<rosparam ns="$(arg name)" command="load" file="$(arg pkg_hardware_config)/robots/$(arg robot)/config/$(arg name).yaml"/>
<node ns="$(arg name)" pkg="cob_sick_s300" type="cob_scan_filter" name="scan_filter" respawn="false" output="screen">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why not using the laser_filter package here too, as suggested by @ipa-srd in #732 (comment)

Copy link
Member Author

@fmessmer fmessmer Dec 19, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

because of #732 (comment)

but we could drop-in-replace the bound_filter later...this pr is mainly for achieving the improved costmap_clearing behavior...

@floweisshardt floweisshardt merged commit 1799ce5 into ipa320:indigo_dev Dec 20, 2017
@fmessmer fmessmer deleted the laser_range_filter branch December 20, 2017 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

use laser_filter pipeline for scanner
2 participants