-
Notifications
You must be signed in to change notification settings - Fork 13.7k
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
tfmini not working on V4 hardware #8713
Comments
Which serial port is it connected to? https://github.com/PX4/Firmware/blob/master/src/drivers/distance_sensor/tfmini/tfmini.cpp#L84 |
I think it could be because of the hard coded serial port address. You may
try modifying it according to your platform.
…On Jan 17, 2018 11:09 PM, "ChristophTobler" ***@***.***> wrote:
#8548 <#8548> doesn't work for me on
a Pixracer or Intel Aero...
I have tried on a Pixhawk (v3 target) and there it worked. On Pixracer and
Intel Aero, I get
ERROR [tfmini] immediate read failed
ERROR [tfmini] Task exited with errno=11
Any Ideas @ayushgaud <https://github.com/ayushgaud>?
I was disabling mavlink on those ports https://github.com/PX4/
Firmware/blob/master/ROMFS/px4fmu_common/init.d/rcS#L545-L554
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#8713>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEsh-UEkEGJjzNJIOubeK9T4Wskh-AHfks5tLjBcgaJpZM4RhuD1>
.
|
Sorry, forget to mention that I actually did that... |
@ChristophTobler did you stop mavlink on those interfaces (or prevent it from starting)? |
@dagar I stopped the instances mentioned in the first comment. That should be enough right? |
fix in #8726. |
#8548 doesn't work for me on a Pixracer or Intel Aero...
I have tried on a Pixhawk (v3 target) and there it worked. On Pixracer and Intel Aero, I get
Any Ideas @ayushgaud?
I was disabling mavlink on those ports https://github.com/PX4/Firmware/blob/master/ROMFS/px4fmu_common/init.d/rcS#L545-L554
The text was updated successfully, but these errors were encountered: