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

How to change the scanning angle of the laser? #1

Open
luo-pan opened this issue Dec 29, 2017 · 1 comment
Open

How to change the scanning angle of the laser? #1

luo-pan opened this issue Dec 29, 2017 · 1 comment

Comments

@luo-pan
Copy link

luo-pan commented Dec 29, 2017

Excuse me sir, in order to change the scanning angle of the laser, I changed the values of "active_sector_start_angle" and "active_sector_stop_angle" in the program "sicknav350_node.cpp", nothing has changed.But I don't know why. Can you help me? Thank you!

@aeksiri
Copy link

aeksiri commented Mar 8, 2019

<launch> <node pkg="sicknav350" type="sicknav350_node" name="sicknav350" output="screen" > <param name="scan" value="scan" /> <param name="publish_tf" value="true" /> <param name="publish_odom_" value="true" /> <param name="publish_scan" value="true" /> <param name="port" value="2111" /> <param name="ipaddress" value="192.168.0.10" /> <param name="inverted" value="false" /> <param name="fram_id" value="front_laser" /> <param name="fixed_frame_id" value="front_mount" /> <param name="laser_frame_id" value="map" /> <param name="laser_child_frame_id" value="reflector" /> <param name="resolution" value="1.0" /> <param name="start_angle" value="0.0" /> <param name="stop_angle" value="360.0" /> <param name="scan_rate" value="5.0" /> </node> </launch>

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