Giter Site home page Giter Site logo

how to diagnose IFM about o3d3xx-ros HOT 8 OPEN

ifm avatar ifm commented on July 20, 2024
how to diagnose IFM

from o3d3xx-ros.

Comments (8)

tpanzarella avatar tpanzarella commented on July 20, 2024

What status information are you interested in? Is this to be monitored /
accumulated interactively or programmatically?

Tom Panzarella
(sent from my phone)

On Jul 28, 2016 2:43 PM, "zfxw0206" [email protected] wrote:

I checked all the ros topic for IFM, I didn't find any diagnostic topic.
If so, how could we know the status of IFM? Thank you!


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#24, or mute the thread
https://github.com/notifications/unsubscribe-auth/AAnai3IYUb5xSEyrGb_ULMAFMMSMMkhGks5qaPhugaJpZM4JXhM1
.

from o3d3xx-ros.

graugans avatar graugans commented on July 20, 2024

Maybe the temperature of the device could be used in such a status update?

from o3d3xx-ros.

zfxw0206 avatar zfxw0206 commented on July 20, 2024

Now I change my IFM to trigger mode. If something wrong with my Ethernet cable connection and I do not trigger it, how could I know if the camera is connected?

from o3d3xx-ros.

tpanzarella avatar tpanzarella commented on July 20, 2024

how could I know if the camera is connected?

You could call the /Dump service, which is synchronous and will fail if a connection to the camera cannot be established. As a subtly, this connects to the camera via its XML-RPC interface not on the PCIC socket, but it would let you know if you should still consider your Ethernet cable as suspect or not (as you ask above).

from o3d3xx-ros.

zfxw0206 avatar zfxw0206 commented on July 20, 2024

Ok, thank you. I will try.

from o3d3xx-ros.

zfxw0206 avatar zfxw0206 commented on July 20, 2024

I tried to use "/Dump" service, it works. But there is another problem, when I call that service, it will take 3-4 seconds to get the result, and during this time, I could not use software to trigger my camera.
That means, if I want to diagnose the camera continuously, I need to keep calling this service, and my software trigger won't work sometimes.

Do you have another idea about the diagnose? Thank you!

from o3d3xx-ros.

tpanzarella avatar tpanzarella commented on July 20, 2024

You could write a simple ROS node that pings the camera (literally sends out ICMP ECHO_REQUEST) to ensure connectivity exists. This again would alert you to Ethernet cable issues.

Another option, is to use your software trigger as a health check. Simply put, once you trigger the camera, a frame should be received (and data published on the associated topics) w/in your configured timeout_millis. In general, this would be a better check to see if 1) connectivity to the camera can be established and 2) data are being received.

from o3d3xx-ros.

zfxw0206 avatar zfxw0206 commented on July 20, 2024

Ok, thank you!

from o3d3xx-ros.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.