Coder Social home page Coder Social logo

Comments (10)

porisius avatar porisius commented on August 24, 2024 1

Well, I think I found the problem. I think it might be better just to change it from an integer to a float. (mind the spaghetti)
image

from ficsitremotemonitoring.

Jonathan-Hofmann avatar Jonathan-Hofmann commented on August 24, 2024

Perfect thanks!

from ficsitremotemonitoring.

Jonathan-Hofmann avatar Jonathan-Hofmann commented on August 24, 2024

Is the FlyingSpeed working in Version 0.8.25? As I still get the same 1,000, value...

from ficsitremotemonitoring.

porisius avatar porisius commented on August 24, 2024

I just saw it, not sure why it didn't register as a static value for some reason. Probably because I looked at it before the caffeine kicked in.

from ficsitremotemonitoring.

porisius avatar porisius commented on August 24, 2024

I wonder if it is something that CSS hasn't finished, started on and stopped, or a bug. There are three flying modes, None/Docked, Flying, Traveling which are all ENums. These each have their own values (0, 1000, and 7000). Still checking, but I don't think the fault is mine now.

"FlyingSpeed":0,
"CurrentFlyingMode":"DFM_None"

"FlyingSpeed":1000,
"CurrentFlyingMode":"DFM_Flying"

"FlyingSpeed":7000,
"CurrentFlyingMode":"DFM_Travel"

from ficsitremotemonitoring.

Jonathan-Hofmann avatar Jonathan-Hofmann commented on August 24, 2024

So flyingSpeed is not like the ForwardSpeed field from f.ex. the train-json? It is more like a targeted Speed?

If so maybe it would be better leaving FlyingSpeed out of the response JSON as we cannot use the JSON with the formatting error...

from ficsitremotemonitoring.

porisius avatar porisius commented on August 24, 2024

Curious why you are still getting that... this is my 0.8.25 test
image

from ficsitremotemonitoring.

porisius avatar porisius commented on August 24, 2024

0.8.26:
image
image
I don't think you'll have that problem anymore... plus I am using the FGDrone actor's vector length to calculate a speed in knots, since that is what aircraft use anyways.

from ficsitremotemonitoring.

Jonathan-Hofmann avatar Jonathan-Hofmann commented on August 24, 2024

Nice! Works now like a charm!

from ficsitremotemonitoring.

Jonathan-Hofmann avatar Jonathan-Hofmann commented on August 24, 2024

Thank you again ;)

from ficsitremotemonitoring.

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.