axial_symmetric_pt.h
Go to the documentation of this file.
00001 /*
00002  * Software License Agreement (Apache License)
00003  *
00004  * Copyright (c) 2015, Southwest Research Institute
00005  *
00006  * Licensed under the Apache License, Version 2.0 (the "License");
00007  * you may not use this file except in compliance with the License.
00008  * You may obtain a copy of the License at
00009  *
00010  * http://www.apache.org/licenses/LICENSE-2.0
00011  *
00012  * Unless required by applicable law or agreed to in writing, software
00013  * distributed under the License is distributed on an "AS IS" BASIS,
00014  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
00015  * See the License for the specific language governing permissions and
00016  * limitations under the License.
00017  */
00018 
00019 #ifndef AXIAL_SYMMETRIC_PT_H
00020 #define AXIAL_SYMMETRIC_PT_H
00021 
00022 #include <descartes_trajectory/cart_trajectory_pt.h>
00023 
00024 namespace descartes_trajectory
00025 {
00031 class AxialSymmetricPt : public descartes_trajectory::CartTrajectoryPt
00032 {
00033 public:
00037   enum FreeAxis
00038   {
00039     X_AXIS,
00040     Y_AXIS,
00041     Z_AXIS
00042   };
00043 
00048   AxialSymmetricPt(const descartes_core::TimingConstraint& timing = descartes_core::TimingConstraint());
00049 
00065   AxialSymmetricPt(double x, double y, double z, double rx, double ry, double rz, double orient_increment,
00066                    FreeAxis axis, const descartes_core::TimingConstraint& timing = descartes_core::TimingConstraint());
00067 
00072   AxialSymmetricPt(const Eigen::Affine3d& pose, double orient_increment, FreeAxis axis,
00073                    const descartes_core::TimingConstraint& timing = descartes_core::TimingConstraint());
00074 
00075   virtual descartes_core::TrajectoryPtPtr copy() const
00076   {
00077     return descartes_core::TrajectoryPtPtr(new AxialSymmetricPt(*this));
00078   }
00079 };
00080 
00081 }  // descartes trajectory
00082 
00083 #endif  // AXIAL_SYMMETRIC_PT_H


descartes_trajectory
Author(s): Jorge Nicho
autogenerated on Thu Jun 6 2019 21:36:04