#include <string>
#include <vector>
#include <gazebo/common/Events.hh>
#include <gazebo/physics/Model.hh>
#include <gazebo/physics/World.hh>
#include <ignition/math/Pose3.hh>
#include <sdf/sdf.hh>
#include "vrx_gazebo/scoring_plugin.hh"
Go to the source code of this file.
Classes | |
class | NavigationScoringPlugin::Gate |
A gate that is part of the navigation challenge. More... | |
class | NavigationScoringPlugin |
A plugin for computing the score of the navigation task. This plugin derives from the generic ScoringPlugin class. Check out that plugin for other required SDF elements. This plugin requires the following SDF parameters: More... | |