-
Notifications
You must be signed in to change notification settings - Fork 165
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
Map continuously rotating with RPLidar A1 #113
Comments
Did you solve the issue? |
does your build have a lot of vibration (for instance due to rotating lidar)? This might be due to noisy IMU. |
Yes, it has IMU6050 and RP liadar. And how can i solve this problem? |
how to solve this then? how to solve IMU noise issue? |
Someone suggested to use GY-85 BMP085 Sensor Modules 9 Axis Sensor Module ITG3205 + ADXL345 + HMC5883L, since it worked fine with him, However i did not test. |
I'm experiencing the same issue when using SLAM. Also, the entire rviz2 display 'jiggles'. Using IMU6050. |
Please let me know in case you solve it . It's been so many days I have been searching for solution |
I noticed one thing I did wrong. I ran the following commands one after
the other:
…-ros2 launch linorobot2_navigation slam.launch.py
-ros2 launch linorobot2_navigation slam.launch.py rviz:=true sim:=true
The above resulted in RVIZ displaying two maps. It also caused what appeared to be 'jiggling', but really it was two maps quickly displayed one after the other.
To resolve both issues, I ran the second command on its own.
I now need to fix my mapping, which is still a mess, but much better than
before.
UDPDATE: Mapping improved bigtime when my YDLIDAR X4 was turned 180 degrees and had no obstructions (wires, etc) from the robot's case. I now need to discover how to make the map forget objects that are no longer in the room...any help would be most appreciated.
|
Real robot running on an i3 laptop.
…On Tue, Apr 23, 2024 at 12:16 PM aimethierry ***@***.***> wrote:
I noticed one thing I did wrong. I ran the following commands one after
the other:
… <#m_-5338430963541506691_>
-ros2 launch linorobot2_navigation slam.launch.py -ros2 launch
linorobot2_navigation slam.launch.py rviz:=true sim:=true The above
resulted in RVIZ displaying two maps. It also caused what appeared to be
'jiggling', but really it was two maps quickly displayed one after the
other. To resolve both issues, I ran the second command on its own. I now
need to fix my mapping, which is still a mess, but much better than before.
UDPDATE: Mapping improved bigtime when my YDLIDAR X4 was turned 180 degrees
and had no obstructions (wires, etc) from the robot's case. I now need to
discover how to make the map forget objects that are no longer in the
room...any help would be most appreciated.
Are you running it on real robot, or simulation?
—
Reply to this email directly, view it on GitHub
<#113 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AN3ONSSYNE3VDKXIQ7UCZ5LY62CPDAVCNFSM6AAAAABEDZHN2GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANZSHA2DSMRZHA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
frames_2024-04-24_19.06.49.pdf Here's what I get when I run "ros2 topic echo /tf": transforms:
Any advice on how I can troubleshoot this issue would be most appreciated. BTW, I am using an ESP32 Wroom. |
I'm searching for ros2 driver of this IMU since I'm connecting this IMU directly with Jetson nano via I2C . Please suggest a suitable ros2 driver for this to work. |
Whenever I'm trying to make a indoor area map using SLAM maps seems like rotating continuously. Which giving me pretty bad map output. what to do. I'm sure a lot of people already faced the same issue.
My system architecture is Jetson nano with RPlidar and IMU6050. I'm not using any camera .
The text was updated successfully, but these errors were encountered: