Skip to content

A simple visualization pipeline for the robot: read data from the robot, store it for view/replay, and display it

Notifications You must be signed in to change notification settings

Team488/SimpleVisualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

eb0f8f9 · Mar 1, 2020
Sep 29, 2018
Mar 1, 2020
Sep 30, 2018
Feb 22, 2020
Nov 10, 2019
Sep 29, 2018
Nov 23, 2019
Feb 22, 2020
Nov 16, 2019
Nov 3, 2018
Oct 27, 2018

Repository files navigation

Robot Visualizer

Build Status

Installing the basic services on the drive laptop

Download pre-reqs:

[meta]
    dir = "C:\\influxdb\\meta"

[data]
    dir = "C:\\influxdb\\data"
    dir = "C:\\influxdb\\wal"

[http]
    enabled = true

Use nssm to create services to automatically start with Windows

  • influxdb
  • java -jar RobotReader-1.0.jar (need fat jar)