26 #ifndef TESSERACT_ENVIRONMENT_FWD_H
27 #define TESSERACT_ENVIRONMENT_FWD_H
32 class EnvironmentCache;
33 class EnvironmentMonitorInterface;
34 class EnvironmentMonitor;
39 class MoveLinkCommand;
40 class MoveJointCommand;
41 class RemoveLinkCommand;
42 class RemoveJointCommand;
43 class ReplaceJointCommand;
44 class ChangeLinkOriginCommand;
45 class ChangeJointOriginCommand;
46 class ChangeLinkCollisionEnabledCommand;
47 class ChangeLinkVisibilityCommand;
49 class ModifyAllowedCollisionsCommand;
50 class RemoveAllowedCollisionLinkCommand;
51 class AddSceneGraphCommand;
52 class ChangeJointPositionLimitsCommand;
53 class ChangeJointVelocityLimitsCommand;
54 class ChangeJointAccelerationLimitsCommand;
55 class AddKinematicsInformationCommand;
56 class ChangeCollisionMarginsCommand;
57 class AddContactManagersPluginInfoCommand;
58 class SetActiveContinuousContactManagerCommand;
59 class SetActiveDiscreteContactManagerCommand;
60 class AddTrajectoryLinkCommand;
63 #endif // TESSERACT_ENVIRONMENT_FWD_H