trajectory_constraints_storage.h
Go to the documentation of this file.
1 /*********************************************************************
2  * Software License Agreement (BSD License)
3  *
4  * Copyright (c) 2013, Willow Garage, Inc.
5  * All rights reserved.
6  *
7  * Redistribution and use in source and binary forms, with or without
8  * modification, are permitted provided that the following conditions
9  * are met:
10  *
11  * * Redistributions of source code must retain the above copyright
12  * notice, this list of conditions and the following disclaimer.
13  * * Redistributions in binary form must reproduce the above
14  * copyright notice, this list of conditions and the following
15  * disclaimer in the documentation and/or other materials provided
16  * with the distribution.
17  * * Neither the name of Willow Garage nor the names of its
18  * contributors may be used to endorse or promote products derived
19  * from this software without specific prior written permission.
20  *
21  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
22  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
23  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
24  * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
25  * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
26  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
27  * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
28  * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
29  * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
31  * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
32  * POSSIBILITY OF SUCH DAMAGE.
33  *********************************************************************/
34 
35 /* Author: Mario Prats, Ioan Sucan */
36 
37 #pragma once
38 
41 #include <moveit_msgs/TrajectoryConstraints.h>
42 
43 namespace moveit_warehouse
44 {
48 
49 MOVEIT_CLASS_FORWARD(TrajectoryConstraintsStorage); // Defines TrajectoryConstraintsStoragePtr, ConstPtr, WeakPtr... etc
50 
51 class TrajectoryConstraintsStorage : public MoveItMessageStorage
52 {
53 public:
54  static const std::string DATABASE_NAME;
55 
56  static const std::string CONSTRAINTS_ID_NAME;
57  static const std::string CONSTRAINTS_GROUP_NAME;
58  static const std::string ROBOT_NAME;
59 
61 
62  void addTrajectoryConstraints(const moveit_msgs::TrajectoryConstraints& msg, const std::string& name,
63  const std::string& robot = "", const std::string& group = "");
64  bool hasTrajectoryConstraints(const std::string& name, const std::string& robot = "",
65  const std::string& group = "") const;
66  void getKnownTrajectoryConstraints(std::vector<std::string>& names, const std::string& robot = "",
67  const std::string& group = "") const;
68  void getKnownTrajectoryConstraints(const std::string& regex, std::vector<std::string>& names,
69  const std::string& robot = "", const std::string& group = "") const;
70 
72  bool getTrajectoryConstraints(TrajectoryConstraintsWithMetadata& msg_m, const std::string& name,
73  const std::string& robot = "", const std::string& group = "") const;
74 
75  void renameTrajectoryConstraints(const std::string& old_name, const std::string& new_name,
76  const std::string& robot = "", const std::string& group = "");
77 
78  void removeTrajectoryConstraints(const std::string& name, const std::string& robot = "",
79  const std::string& group = "");
80 
81  void reset();
82 
83 private:
84  void createCollections();
85 
87 };
88 } // namespace moveit_warehouse
moveit_message_storage.h
moveit_warehouse::TrajectoryConstraintsStorage::removeTrajectoryConstraints
void removeTrajectoryConstraints(const std::string &name, const std::string &robot="", const std::string &group="")
Definition: trajectory_constraints_storage.cpp:165
moveit_warehouse::TrajectoryConstraintsCollection
warehouse_ros::MessageCollection< moveit_msgs::TrajectoryConstraints >::Ptr TrajectoryConstraintsCollection
Definition: trajectory_constraints_storage.h:79
moveit_warehouse::TrajectoryConstraintsStorage::getKnownTrajectoryConstraints
void getKnownTrajectoryConstraints(std::vector< std::string > &names, const std::string &robot="", const std::string &group="") const
Definition: trajectory_constraints_storage.cpp:110
boost::shared_ptr
moveit_warehouse::TrajectoryConstraintsStorage::ROBOT_NAME
static const std::string ROBOT_NAME
Definition: trajectory_constraints_storage.h:90
moveit_warehouse::TrajectoryConstraintsStorage::constraints_collection_
TrajectoryConstraintsCollection constraints_collection_
Definition: trajectory_constraints_storage.h:118
moveit_warehouse::TrajectoryConstraintsStorage::getTrajectoryConstraints
bool getTrajectoryConstraints(TrajectoryConstraintsWithMetadata &msg_m, const std::string &name, const std::string &robot="", const std::string &group="") const
Get the constraints named name. Return false on failure.
Definition: trajectory_constraints_storage.cpp:127
moveit_warehouse
Definition: constraints_storage.h:43
moveit_warehouse::TrajectoryConstraintsStorage::CONSTRAINTS_ID_NAME
static const std::string CONSTRAINTS_ID_NAME
Definition: trajectory_constraints_storage.h:88
moveit_warehouse::TrajectoryConstraintsStorage::hasTrajectoryConstraints
bool hasTrajectoryConstraints(const std::string &name, const std::string &robot="", const std::string &group="") const
Definition: trajectory_constraints_storage.cpp:87
moveit_warehouse::TrajectoryConstraintsStorage::addTrajectoryConstraints
void addTrajectoryConstraints(const moveit_msgs::TrajectoryConstraints &msg, const std::string &name, const std::string &robot="", const std::string &group="")
Definition: trajectory_constraints_storage.cpp:69
moveit_warehouse::MOVEIT_CLASS_FORWARD
MOVEIT_CLASS_FORWARD(ConstraintsStorage)
moveit_warehouse::TrajectoryConstraintsStorage::createCollections
void createCollections()
Definition: trajectory_constraints_storage.cpp:56
moveit_warehouse::TrajectoryConstraintsStorage::TrajectoryConstraintsStorage
TrajectoryConstraintsStorage(warehouse_ros::DatabaseConnection::Ptr conn)
Definition: trajectory_constraints_storage.cpp:50
moveit_warehouse::TrajectoryConstraintsStorage::renameTrajectoryConstraints
void renameTrajectoryConstraints(const std::string &old_name, const std::string &new_name, const std::string &robot="", const std::string &group="")
Definition: trajectory_constraints_storage.cpp:148
moveit_warehouse::TrajectoryConstraintsStorage::reset
void reset()
Definition: trajectory_constraints_storage.cpp:62
class_forward.h
moveit_warehouse::TrajectoryConstraintsStorage::DATABASE_NAME
static const std::string DATABASE_NAME
Definition: trajectory_constraints_storage.h:86
moveit_warehouse::TrajectoryConstraintsStorage::CONSTRAINTS_GROUP_NAME
static const std::string CONSTRAINTS_GROUP_NAME
Definition: trajectory_constraints_storage.h:89
moveit_warehouse::TrajectoryConstraintsWithMetadata
warehouse_ros::MessageWithMetadata< moveit_msgs::TrajectoryConstraints >::ConstPtr TrajectoryConstraintsWithMetadata
Definition: trajectory_constraints_storage.h:78


warehouse
Author(s): Ioan Sucan
autogenerated on Thu Apr 18 2024 02:25:06