Scan message publish rate of the Turtlebot3 LIDAR
See original GitHub issueHi,
I have a Turtlebot3 waffle, which equipped with a LDS-01 LIDAR. I use the standard launch file to start the LIDAR.
roslaunch turtlebot3_bringup turtlebot3_lidar.launch
However, my measuring of the /scan message publish rate is about 5Hz, and my application needs higher rate. I wonder if there is any way to increase the /scan message publish rate?
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
How to read LaserScan data (ROS python) - The Construct
In this tutorial, we're going to see How to read LaserScan data in ROS python. How to know the exact frame rate and...
Read more >360 Laser Distance Sensor LDS-01 - TurtleBot3
Distance Precision(500mm ~ 3,500mm), ±3.5% ; Scan Rate, 300±10 rpm ; Angular Range, 360° ; Angular Resolution, 1° ...
Read more >Costmap2D: Observation layer's laser scan callback is never ...
My first guess was that the laser scanner messages are not published at the right rate or Gazebo can't keep up with the...
Read more >ROS TUTORIAL 3
Powerful 3D visualization tool for ROS. • It allows the user to view the simulated robot model, log sensor information from the robot's...
Read more >[ROS Q&A] 051 - Turtlebot 3 Laser Scan subscription - YouTube
More ROS Learning Resources: https://goo.gl/DuTPtKQ: Subscribe to a Gazebo topic and publish in a ROS nodeA: If you are working with that ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks PR https://github.com/ROBOTIS-GIT/turtlebot3/pull/258, I would greatly appreciate it. I’m going to close this issue. Please feel free to reopen this thread if there’s any opinion to throw. Once again, thank you for your help and supports. 😃
Hi, I met a problem when I install the Lidar on the turtlebot 3, when I try to run
$ sudo chmod a+rw /dev/ttyUSB0
It just said cannot access dev/ttyUSB0: no such file or directory. Did you encounter this problem?