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

Limiting RPLidar S2 Scan Angle #20

Open
AlfonGio opened this issue Mar 21, 2023 · 1 comment
Open

Limiting RPLidar S2 Scan Angle #20

AlfonGio opened this issue Mar 21, 2023 · 1 comment

Comments

@AlfonGio
Copy link

Thank you for the brief guide to integrate the hardware with ROS2.
I am just wondering how can I limit the scan angle_min and angle_max, I tried to add the parameters section but I think it still behave the same.

My launch code snippet:
Node(
package='sllidar_ros2',
executable='sllidar_node',
name='sllidar_node',
parameters=[{'serial_port': serial_port,
'serial_baudrate': serial_baudrate,
'frame_id': frame_id,
'inverted': inverted,
'angle_compensate': angle_compensate,
'angle_min': angle_min,
'angle_max': angle_max,
'scan_mode': scan_mode}],
output='screen'),

I am running Ubuntu 20.04 and ROS 2 Foxy Fitzroy on RPLidar S2

@luvwinnie
Copy link

Is it can limit the angle?

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

2 participants