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

No output /base_scan or /scan_filtered in LaserScanAngularBoundsFilter #187

Open
gokcesena opened this issue Oct 30, 2023 · 0 comments
Open

Comments

@gokcesena
Copy link

gokcesena commented Oct 30, 2023

Hello, I am using the Noetic version and I have a rplidar a2m12 lidar. I want to use LaserScanAngularBoundsFilter, the launch and yaml file for this is as follows:
launch:
<launch> <node pkg="laser_filters" type="scan_to_scan_filter_chain" output="screen" name="laser_filter"> <remap from="scan" to="base_scan" /> <rosparam command="load" file="$(find laser_filters)/examples/angle_filter_example.yaml" /> </node> </launch>

yaml:
`scan_filter_chain:

  • name: angle
    type: laser_filters/LaserScanAngularBoundsFilter
    params:
    lower_angle: 0.003228
    upper_angle: 1.469089`

When I type "roslaunch laser_filters angle_filter_example.launch" into the terminal and call rostopic list, I get the following

output:
`/base_scan
/rosout
/rosout_agg
/scan
/scan_filtered'
When I run rostopic echo /base_scan or rostopic echo /scan_filtered, no output appears in the terminal. Can you help me?

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

No branches or pull requests

1 participant