-
Notifications
You must be signed in to change notification settings - Fork 84
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
cant see the output data. #10
Comments
it is doing the same for me. Did you find any solution? |
Hey, yes you should use something called rosserial (or something with a similar name) |
Please......It would be a great help for me. Thank you so much. |
thank you, the same problem for me. ros-noetic |
Hi guys, is there any chance you can shed more light on how you got this package to interface with the mpu6050. When I run this node, it just hangs... no error message, no confirmation that node is running. Did you need to modify the arduino or node.cpp files in anyway to make this work? Thanks in advance! |
Hey!
I'm super sad for not having time to deal with it as much as I'd like to...
But....
My real solution for using imu with Ros is using a realsense that contains
one (built-in) (d435-i)
Whats your use of the robot?
Please inform me with more detail so I can maybe help you with a general
solution...
Please let me know!
…On Thu, 8 Sep 2022 at 19:40 Ed562 ***@***.***> wrote:
Hi guys, is there any chance you can shed more light on how you got this
package to interface with the mpu6050. When I run this node, it just
hangs... no error message, no confirmation that node is running. Did you
need to modify the arduino or node.cpp files in anyway to make this work?
Thanks in advance!
—
Reply to this email directly, view it on GitHub
<#10 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKHSW64YVGY4NBI6TH4AU3LV5IJGRANCNFSM4WCCWFQA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hey @yuval-dimri no problem! I know what it's like. That sounds like a good call. I'm trying to set up an 4 wheel differential drive agv with imu and GPS to provide a fused position estimate. My set up is rpi4b and arduino mega connected to mpu6050 hence the need to use the driver kindly provided by @fsteinhardt I'm using the arduino and ros code without any changes and I think my problem lies with the serial connection. I guess I need to run some more tests to make sure the serial connection is working properly. Frustrating though !🙆😅 |
Hey guys, I am trying this package and I still got Unable to sync with device; possible link problem or link software version mismatch such as hydro rosserial_python with groovy Arduino |
first of all, thank you for the well-documented repository.
I'm running
demo.launch file
, and I can't see any data in rviz(imu node status is - ok)and when running
$rostopic echo /imu/data
- it returns nothing....note: when running
$rostopic list
, I do see "/imu/data"The text was updated successfully, but these errors were encountered: