Skip to content
Snippets Groups Projects
Commit 28e824b9 authored by armar-user's avatar armar-user
Browse files

RobotStateComponentItf: no longer used PlatformUnitListener as it only needs...

RobotStateComponentItf: no longer used PlatformUnitListener as it only needs global pose info (-> GlobalRobotPoseLocalizationListener)
parent 8374777d
No related branches found
No related tags found
1 merge request!295Simplified usage of PlatformUnit-related topics
......@@ -24,13 +24,14 @@
#pragma once
#include <ArmarXCore/interface/events/SimulatorResetEvent.ice>
#include <RobotAPI/interface/units/KinematicUnitInterface.ice>
#include <RobotAPI/interface/units/PlatformUnitInterface.ice>
#include <RobotAPI/interface/core/FramedPoseBase.ice>
#include <ArmarXCore/interface/observers/Timestamp.ice>
#include <ArmarXCore/interface/core/BasicTypes.ice>
#include <ArmarXCore/interface/serialization/Eigen.ice>
#include <RobotAPI/interface/units/KinematicUnitInterface.ice>
#include <RobotAPI/interface/core/FramedPoseBase.ice>
#include <RobotAPI/interface/core/RobotLocalization.ice>
#include <Ice/BuiltinSequences.ice>
module armarx
......@@ -188,7 +189,6 @@ module armarx
*/
interface RobotStateComponentInterface extends
KinematicUnitListener,
PlatformUnitListener,
GlobalRobotPoseLocalizationListener,
SimulatorResetEvent
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment