Skip to content
This repository was archived by the owner on Aug 27, 2021. It is now read-only.

Latest commit

 

History

History
28 lines (18 loc) · 1.13 KB

File metadata and controls

28 lines (18 loc) · 1.13 KB

GamesOnTrack + ROS / MQTT

The code to calibrate the GameOnTrack system and sending data to ROS.

Product page:

Driver for the Master: https://www.silabs.com/products/development-tools/software/usb-to-uart-bridge-vcp-drivers

ROS .net is used in this project:

How to use

Set ROS_HOSTNAME and ROS_MASTER_URI in windows environment variables

GOTSDKSample

This project comes from the GamesOnTrack company as a sample project for C#. It is used as the calibration program for our system

ROSOnTrack

This project get the postion data from two GamesOnTrack sensors and calculate the position of the robot afterwards. The raw sensor data and the calculation are published as ROS topic

ROSOnTrack-Console

A console program version of ROSOnTrack, publishing the two GamesOnTrack sensors' data to ROS and subscribing the address topic in order to change the address of the sensor dynamically

ROSOnTrack-MQTT

A console program that publishes all GamesOnTrack sensor data through MQTT. The variables 'clientId' and 'Server' need to be changed according to the configuration.