gazebo-yarp-plugins
Gazebo Plugins exposing YARP interfaces.
|
#include "gazebo/gazebo.hh"
#include <gazebo/physics/Model.hh>
#include <gazebo/physics/World.hh>
#include <gazebo/physics/Joint.hh>
#include <gazebo/physics/Link.hh>
#include <gazebo/physics/PhysicsEngine.hh>
#include <gazebo/common/Events.hh>
#include <yarp/os/Network.h>
#include <yarp/os/RpcServer.h>
#include <yarp/os/Property.h>
#include <yarp/os/Log.h>
#include <yarp/os/LogStream.h>
#include <GazeboYarpPlugins/common.h>
#include <GazeboYarpPlugins/ConfHelpers.hh>
#include <GazeboYarpPlugins/LinkAttacherServer.h>
Classes | |
class | LinkAttacherServerImpl |
Variables | |
const std::string | LogPrefix = "LinkAttacher:" |
const std::vector< std::string > | jointTypes |
const std::string LogPrefix = "LinkAttacher:" |
const std::vector<std::string> jointTypes |