xyz relativity
xyz relativity
  • 9
  • 4 779
KineticE Speedometer
KineticE Speedometer is a GPS speedometer app for android that will also display the specific kinetic energy associated with particular speed. The gauge nicks are also spread out based on the amount of specific energy for the indicated speed.
The app was inspired by this youtube video: th-cam.com/video/i3D7XYQExt0/w-d-xo.html
Find the app on
GitHub: github.com/xyz-relativity/KinetiE-Speedometer
Play store: play.google.com/store/apps/details?id=com.xyz.relativity.kineticespeedometer
Patreon: www.patreon.com/climb_the_world
มุมมอง: 23

วีดีโอ

Climb The World Augmented Reality (AR) routes view
มุมมอง 1412 ปีที่แล้ว
A short preview of the Climb the World Augmenter reality routes view. Support us on Patreon: www.patreon.com/climb_the_world As usual find it on google plan: play.google.com/store/apps/details... Or get it from github: github.com/.../Cli.../releases/tag/Release-2022.04-1
Do you want to clip in?
มุมมอง 132 ปีที่แล้ว
Bear: Do you want to clip in? Alex: Nah I am fine! Running wild with Bear Grylls
Time Keeper Evolution presentation video.
มุมมอง 1.8K2 ปีที่แล้ว
Time Keeper Evolution is a continuation work on the original Time Keeper plasmoid by Joker. You can find the source code here: github.com/xyz32/timekeeper-evolution
Using filters in Climb The World 2021.03
มุมมอง 1623 ปีที่แล้ว
Video demonstrating how to use the new text filters in Climb the World. Music: www.bensound.com Find the app on google play, or visit us on Patreon for download info: www.patreon.com/climb_the_world
Flight gear motion simulator prototype
มุมมอง 713 ปีที่แล้ว
Stewart platform motion simulator for FlightGear, prototype.
Freecell playthrough 1
มุมมอง 73 ปีที่แล้ว
Just a relaxing playthrough the Freecell game.
SimulIDE to Arduino UNO Example
มุมมอง 2.5K4 ปีที่แล้ว
shows how to use SimulIDE to simulate an arduino UNO project, that is then implemented into a real life Arduino circuit that moves a 3d printed turret.
Climb the World
มุมมอง 535 ปีที่แล้ว
Short presentation video for the "Climb the World" app. Music: Instrumentals - What a beautiful Sunset! (Creative Commons license)

ความคิดเห็น

  • @minionman6177
    @minionman6177 2 หลายเดือนก่อน

    thank you for the NO BS tutorial

  • @Theodor1st
    @Theodor1st 7 หลายเดือนก่อน

    Hi! Thanks for the vid. I've just ordered my first Arduino Uno R3 board. It will arrive in a couple of days. I'm so excited!

  • @khatdubell
    @khatdubell ปีที่แล้ว

    are the planetary positions accurate?

  • @yereverluvinuncleber
    @yereverluvinuncleber 2 ปีที่แล้ว

    Originally by myself I believe, Joker just forked a KDE plasmoid from my original Yahoo Widget.

  • @alejandrarios7663
    @alejandrarios7663 3 ปีที่แล้ว

    Hello! Which parameters do you read to provide motion to the stewart platform. I'm currently working with this problem, but until now I haven't done it well. In the case that you are reading the IMU data, how do you process it to control the platform?

    • @xyzrelativity6553
      @xyzrelativity6553 3 ปีที่แล้ว

      Hi, It has been 10 years since I built this, so I will try to remember as much detail as I can. I used the FightGear custom protocol functionality to extract the pilot acceleration vector. For example for the X value of the acceleration vector: <node>/accelerations/pilot/x-accel-fps_sec</node> As for controlling the platform, there is a lot of documentation out there on the mathematical model of a Stewart platform. For example: cdn.instructables.com/ORIG/FFI/8ZXW/I55MMY14/FFI8ZXWI55MMY14.pdf If I'll get some free time, I will try to look for the sourcecode and publish it somewhere. Hope this helped.

    • @alejandrarios7663
      @alejandrarios7663 3 ปีที่แล้ว

      Thank you very much! It's very interesting.