-
Notifications
You must be signed in to change notification settings - Fork 455
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
Over a network /scan working but hector_mapping #48
Comments
If you look at /scan topic data the message produced has frame_id: "laser" The values for base_frame and odom_frame should be 'laser' This worked for me. |
Hi did you fix the problem? recently I also got that error. I guess it is because the rplidar scan points it is not enough. When I changed rplidar scan_mode to 4k, I got the problem. But when the scan_mode is 10k or 16k I did get that error. |
In my case the issue was a time difference between two machines. |
I experienced same issue while connecting to wifi network produced by raspberry pi3b. The time on the Pi differed from the time set on the laptop. Adjusting the time and timezone using timedatectl on the Pi resolved the issue. Thanks @IrekRybark . |
thank lot |
I have correctly networked two ROS Kinetic laptops on LAN. One laptop,the MASTER, is for viewing and processing the info; the other laptop, the ROBOT CONTROLLER(RC), is on the robot. I'm using a RPLIDAR A2 on my robot. Its connected to the RC(Robot Controller), and is publishing over /scan topic. I'm able to view the data from /scan topic on my MASTER laptop, using Rviz. I'm then running the hector_mapping package on my MASTER, with the following mapping_default.launch file---
I'm getting the following error-----------------------------------------------------------------------------------------------
BUT THIS IS NOT IT!
When I'm running the same package on my RC(Robot Controller) Laptop with the RPLIDAR, I'm able to successfully publish over the LAN and view the map from my MASTER using Rviz.
Why isn't it working the other way around?
I've checked but I'm receiving the /scan data perfectly on my MASTER. I'm able to successfully run rplidar & hector_mapping together simultaneously on either MASTER or RC, but NOT when rplidar is on one laptop and hector_mapping on another.
I've searched the internet, wasn't able to find a solution.
Thanks in advance...
The text was updated successfully, but these errors were encountered: