All Projects → BrainGardenAI → TrackViz

BrainGardenAI / TrackViz

Licence: MIT License
Recorded tracks visualization plugin built on Unreal Engine. Airsim compatible.

Programming Languages

C++
36643 projects - #6 most used programming language
C#
18002 projects

Projects that are alternatives of or similar to TrackViz

Airsim
Open source simulator for autonomous vehicles built on Unreal Engine / Unity, from Microsoft AI & Research
Stars: ✭ 12,528 (+65836.84%)
Mutual labels:  unreal-engine, airsim
Unreal-Development-Guides-and-Tips
High-level concept explanations, detailed tutorials, performance considerations, shortcuts and other useful content that aims to improve your Unreal Engine 4 development journey.
Stars: ✭ 118 (+521.05%)
Mutual labels:  unreal-engine
UnrealEngine
UnrealEngine 1998
Stars: ✭ 65 (+242.11%)
Mutual labels:  unreal-engine
VRMocap
A SteamVR powered mocap solution for Unreal Engine
Stars: ✭ 88 (+363.16%)
Mutual labels:  unreal-engine
Forms
Forms is a GUI framework for the Unreal Development Kit. Programmed in UnrealScript independent of Scaleforms and UIScene. Inspired by OOP and subobjects semantics of the Unreal Engine 2 GUI's framework.
Stars: ✭ 22 (+15.79%)
Mutual labels:  unreal-engine
gamedevguide
Game Development & Unreal Engine Programming Guide
Stars: ✭ 314 (+1552.63%)
Mutual labels:  unreal-engine
ServerAndLobbySystem
Server and Lobby System WIP test in Unreal Engine 4 C++ and UMG using the OnlineSubsystem
Stars: ✭ 92 (+384.21%)
Mutual labels:  unreal-engine
DarkestHour
Darkest Hour: Europe '44-'45
Stars: ✭ 49 (+157.89%)
Mutual labels:  unreal-engine
cellrouter
Reconstruction of complex single-cell trajectories using CellRouter
Stars: ✭ 38 (+100%)
Mutual labels:  trajectory-analysis
CrashBandicoot-Timetwister
Crash Bandicoot: Timetwister is a remaked version of Crash Bandicoot 3: Warped's Tomb Wader level on Unreal Engine 4.26
Stars: ✭ 26 (+36.84%)
Mutual labels:  unreal-engine
pytraj
Python interface of cpptraj
Stars: ✭ 106 (+457.89%)
Mutual labels:  trajectory-analysis
PrFirebase
Firebase SDK integration for Unreal Engine 4
Stars: ✭ 25 (+31.58%)
Mutual labels:  unreal-engine
my-awesome-projects
Learn by doing projects
Stars: ✭ 48 (+152.63%)
Mutual labels:  unreal-engine
UEShaderScript
UEShaderScript is a free Blender Plugin that allows for saving and dynamically loading shader maps and textures. It is built for all 3d assets exported from Unreal Engine.
Stars: ✭ 26 (+36.84%)
Mutual labels:  unreal-engine
global-event-system-ue4
Loosely coupled internal event system plugin for the Unreal Engine.
Stars: ✭ 122 (+542.11%)
Mutual labels:  unreal-engine
TinyGrapeKit
A bunch of state estimation algorithms
Stars: ✭ 184 (+868.42%)
Mutual labels:  odometry
ProceduralDungeon
This is an Unreal Engine 4/5 plugin to generate procedural dungeon.
Stars: ✭ 95 (+400%)
Mutual labels:  unreal-engine
awesome-arcore
⚡️ A curated list of awesome ARCore projects and resources. Feel free to contribute!
Stars: ✭ 16 (-15.79%)
Mutual labels:  unreal-engine
airsim ros
AirSim ROS packages: modified ros wrapper for airsim, and some vslam related tools. (Mainly focused on Car SimMode)
Stars: ✭ 28 (+47.37%)
Mutual labels:  airsim
ResScannerUE
ResScannerUE is an Unreal Engine asset scan plugin.
Stars: ✭ 32 (+68.42%)
Mutual labels:  unreal-engine

TrackViz

A simple UE4 plugin to visualize AirSim track records. Just clone this repo into Plugins\TrackViz directory in your UE4 project and load the level you want to visualize tracks in.

default

Key Features

  • Airsim recorded tracks visualization
  • Camera view for the selected point of the track
  • Showing orientation vector
  • Connecting corresponding points of the track s

How to Start It

Use TrackVizGameMode as a default game mode to use this plugin. Track records are searched by default in FPaths::ProjectDir() + TEXT("tracks"). FPaths::ProjectDir() is a root directory in the case of UE4 project and <project name> directory in the case of packaged project (right next to Binaries, Content and Saved directories). This directory is searched for .txt files with CSV layout. POS_X, POS_Y and POS_Z fields are used as data for track visualization. PlayerStart actor is used as a starting point for all tracks. Track colors can be specified right in the name of the .txt file (make sure they are either in the beginning or the end of the file name, not counting the extension). Available colors can be found in UE4 documentation on the FColor class in the "Constants" section. If colors are not specified, they will be assigned automatically. The legend is displayed in the app.

Track directory path and start tracks position is customizable by modifying TrackVizGameMode class or by subclassing it with a Blueprint game mode and changing startPosition, tracksDir and isRelativePath properties in the UE4 editor.

How to Use It

Use WSAD + mouse to navigate through the scene. Left-click on the cone to put the camera to the point position. Right-click to show the point orientation vector and connection with the corresponding points of the other tracks (if available).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].