-
Notifications
You must be signed in to change notification settings - Fork 88
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
Stop the Scanner Rotation #24
Comments
There are at least two methods to stop the lidar device driver:
|
Thank you for your reply. I am actually talking about stopping the physical rotation of the scanner after your do |
I was wondering if there is even a way to stop the rotation of the scanner via command-line, other than doing this through SOPAS ET software every time which is inconvenient. Thanks in advance for any help you could provide on this. |
Thanks for reporting this issue. A driver update is available on the branch https://github.com/SICKAG/sick_scan_xd/tree/feature/lidar_stop_exit. This driver update supports a new ros service to stop the scanner at exit. Please checkout the branch and rebuild. To stop the scanner rotation and to exit the driver, you can call the new ros service
Alternatively you can use Ctrl-C, which now stops the scanner and exits the driver, too. Please leave a short message, so that we can merge the branch to the main trunk. |
Great, thank you! |
Fix issue #24 (stop scanner at exit), new ros service SickScanExit to…
I was wondering how to stop the scanner in command-line after executing, for example, the following ROS launch command?
roslaunch sick_scan sick_nav_3xx.launch hostname:=<ip-address>
Thanks.
The text was updated successfully, but these errors were encountered: