Skip to content

All code and material supporting the paper "V-TRAD: A Visually-Augmented Testbed for Research in Autonomous Driving" submitted to the short paper track of the Mensch und Computer 2025

Barkhausen-Institut/V-TRAD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

V-TRAD: A Visually-Augmented Testbed for Research in Autonomous Driving

This repository contains all code, schematics and construction instructions for the paper "V-TRAD: A Visually-Augmented Testbed for Research in Autonomous Driving" submitted to the short paper track of "Mensch und Computer 2025".

📝 Citation

If you find our work useful, please consider citing:

@article{auerbach2025vtrad,
  title={V-TRAD: A Visually-Augmented Testbed for Research in Autonomous Driving},
  author={Auerbach, Paul and Klamka, Konstantin},
  journal={Mensch und Computer 2025 (MuC ’25)},
  year={2025}
}

🗒️ Repository structure

The repository contains three folders. The folder "construction" contains the Autodesk Inventor projects and STL files for the 3D printed mounts of the vehicles. The folder "hardware" contains the KiCAD project for the custom PCB of the vehicles. The folder "software" contains the software running on the vehicles and the software running on the host PC organizes as ROS2 workspaces.

V-TRAD\
  construction\
    # contains STL files
  hardware\
    # contains KiCAD project for PCB
  software\
    car_software\
      # contains ROS2 workspace to run on the model vehicles
    host_software\
      # contains code for the three scenarios of the paper to run on the workstation

ℹ️ Getting started

To get started with using the setup:

  1. Build as many vehicles as you need according to the Building Instructions below
  2. Attach unique configurations of OptiTrack tracking markers to each car body
  3. Follow the Installation Instructions in the software/car_software folder to setup the cars
  4. Connect the beamer setup to the workstation PC
  5. Connect the workstation PC to the same PC as the PC running the OptiTrack Software
  6. Navigate to the host_software folder and follow the Install instructions there
  7. Start one of the three scenarios in the host_software folder

🛠️ Hardware Overview

🖥️ Visualization and Tracking Setup

The tracking setup consits of multiple OptiTrack cameras mounted above the lab area. They are connected to a PC running the OptiTrack Motive Software through a PoE network switch. In the Motive software streaming output for each car needs to be enabled. The output should happen through Multicast and be configured for the same multicast address and the one in the configuration file in software/host_software/launch/mocap.yaml.

In our setup we utilize 2 OptiTrack Prime x22 cameras and 4 Prime x13 cameras.

The visualization is realized with two projectors mounted above the lab space facing downward. They are combined using an edge blending device to a single output source. To setup the projectors and the edge blender follow the instructions on the edge blenders support page

In our setup we utilize two Optoma ZU507TST projectors and a Geobox UD102 edge blending device.

To build the pointing device described in the paper one Playstation Navigation Controller and at least 4 OptiTrack markers are needed. The markers should be placed near the top of the controller for optimal tracking. After that a rigid body has to be defined in the Motive software for this marker arrangement and its coordinate system axis have to be align to the physical controller. The streaming output of this rigid body has to be enabled in Motive and the matching configuration of the streaming id has to be set in the software/host_software/launch/mocap.yaml file.

📜 Bill of Materials (BOM)

Name Price (EUR)
Model Car WlToys K989 60.00
Pi Zero 2W 16.00
Custom PCB 6.00
Encoder Disc (Pololu Magnetic Encoder Disc for 20D mm Metal Gearmotors, OD 9.7 mm, ID 2.0 mm, 12 CPR) 0.70
Hall Effect Sensor (TLE4946-2L) 0.78
DC DC Converter (Pololu S13V20F5) 9.40
Magnetic Holders 3.00

⚙️ Building Instructions for the miniature vehicles

Adding the magnetic encoder disk

  1. Remove the middle holding bracket by removing the connectors to the original electronics and these 5 screws
  2. Remove the screws holding in the motor mounting bracket
  3. Remove the steering axle by carefully prying it from the servo motor and remove the wheel attachments the same way, two on the front axle and four on the rear axle
  4. Open up the front and rear differential covers by removing the four screws around each of them
  5. Carefully remove the central drive rod and motor assembly
  6. Remove the spur gear of the drive shaft using a pinion gear pully
  7. Insert the magnetic encoder disk over the drive shaft
  8. Reinstall the spur gear
  9. Place the drive shaft and motor back in their original place
  10. Close up the differential housings with their respective screws.
  11. Secure the motor mount again with the original two screws.
  12. Reinstall the wheel attachment on the front and rear axle and attach the steering axle back onto the servo motor

Mounting the Raspberry Pi

  1. Assemble the custom PCB located in the hardware folder
  2. Print the files Raspi-Halter.stl and Hall-Sensor-Halter.stl
  3. Insert M2 heat set inserts into the Hall-Sensor-Halter
  4. Disassemble the car to remove the long mounting bracket by removing the 5 screws circled in the picture and removing the original electronics from the bracket by removing its two screws.
  5. Mount the PCB to the Raspberry Pi using M2.5 standoffs and M2.5 Screws
  6. Mount the holder to the Raspberry Pi using another set of M2.5 screws
  7. Mount the Hall Effect Sensor in the Hall-Sensor bracket.
  8. Place the Hall Sensor bracket below the long original bracket and the Raspberry Pi Holder above it and screw them loosly with M2 screws.
  9. Place the whole assembly on the vehicle and align the Hall Sensor with the magnetic encoder disk
  10. Carefully remove the assembly again and tighten the M2 screws.
  11. Mount the whole assembly again on the vehicle and screw the 5 original screws back in

Mounting the magnetic body holders

  1. Print the files Adapter_hinten.stl and Adapter_vorn.stl
  2. Place the magnetic holder in the gap of the printed piece and thread a M2 screw through them
  3. Secure the screw with a nut on the other side
  4. Repeat the same procedure for the other holder
  5. Remove the original holders by removing the two screws from each holder
  6. Insert the newly assembled holders in place of the original ones and secure them with the original screws

Mounting the car bodies

  1. Print the body located in the construction folder
  2. Glue the magnets of the magnetic holders in to body
  3. Attach the body magnetically to the car

About

All code and material supporting the paper "V-TRAD: A Visually-Augmented Testbed for Research in Autonomous Driving" submitted to the short paper track of the Mensch und Computer 2025

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published