Skip to content

Instantly share code, notes, and snippets.

View bjoernveit's full-sized avatar

Björn Veit bjoernveit

View GitHub Profile
@bjoernveit
bjoernveit / GSoCFinalReport.md
Last active May 20, 2019 14:22
Google Summer of Code - Final Report

Google Summer of Code 2018 - Final Report

The work I did for GSoC 2018 is spread over multiple repositories, this gist represents a collection of all the work I have done.

What's done?

The overall goal to create an Unreal Plugin, that has the basic Marker/Trajectory visualization functions of RViz, was achieved. The functionalities can be triggered via ROS service calls, specifics can be found in the documentaion of the individual repositories. To achieve this UROSBridge was extended by an editor Plugin UROSBridgeEd. This was initially not part of the project, but will be an essential contribution to the UROSBridge repository, and the way it will connect to ROS in the future.

The reason the code is not yet merged into the official repository, is that there still is a Bug in my work and currently it’s not completely clear if the bug is part of the UROSVisPackage, or the extension made to the UROSBridge.

What’s not working?