You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
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?
The text was updated successfully, but these errors were encountered:
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:
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?
The text was updated successfully, but these errors were encountered: