ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

LaserScanAngularBoundsFilter not work

asked 2015-10-29 22:57:40 -0600

kevin.kuei.0321@gmail.com gravatar image

updated 2015-10-29 22:58:11 -0600

Hi all,

I tried to bound the angle of LaserScan output from -1.57~+1.57 to -0.5~+0.5. But it just not work.. Here is my yaml.

    $ cat my_laser_config.yaml 
    scan_filter_chain:
    - name: angular_bounds
      type: LaserScanAngularBoundsFilter
      params:
        lower_angle: -0.5
        upper_angle: 0.5

The output topic "/scan_filtered" is still the same messages with input topic.. Any suggestion??

Kevin Kuei

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2015-11-01 20:26:46 -0600

kevin.kuei.0321@gmail.com gravatar image

That project seems to be out of maintained. I just wrote my custom angular bound filter, and it works fine

https://github.com/wennycooper/learni...

edit flag offensive delete link more

Comments

Hi Mr. Kuei. Could you please looking at your e mail?

Mekateng gravatar image Mekateng  ( 2018-03-06 15:16:50 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2015-10-29 22:57:40 -0600

Seen: 784 times

Last updated: Nov 01 '15