Tesseract
Motion Planning Environment
Loading...
Searching...
No Matches
Namespaces | Variables
contact_managers_plugin_factory.cpp File Reference

Factory for loading contact managers as plugins. More...

#include <tesseract_common/macros.h>
#include <boost/algorithm/string.hpp>
#include <tesseract_common/plugin_loader.hpp>
#include <tesseract_common/yaml_utils.h>
#include <tesseract_collision/core/contact_managers_plugin_factory.h>
Include dependency graph for contact_managers_plugin_factory.cpp:

Namespaces

namespace  tesseract_collision
 

Variables

TESSERACT_COMMON_IGNORE_WARNINGS_PUSH static TESSERACT_COMMON_IGNORE_WARNINGS_POP const std::string TESSERACT_CONTACT_MANAGERS_PLUGIN_DIRECTORIES_ENV
 
static const std::string TESSERACT_CONTACT_MANAGERS_PLUGINS_ENV = "TESSERACT_CONTACT_MANAGERS_PLUGINS"
 

Detailed Description

Factory for loading contact managers as plugins.

Author
Levi Armstrong
Date
October 25, 2021
Version
TODO
Bug:
No known bugs
License
Software License Agreement (Apache License)
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Variable Documentation

◆ TESSERACT_CONTACT_MANAGERS_PLUGIN_DIRECTORIES_ENV

TESSERACT_COMMON_IGNORE_WARNINGS_PUSH static TESSERACT_COMMON_IGNORE_WARNINGS_POP const std::string TESSERACT_CONTACT_MANAGERS_PLUGIN_DIRECTORIES_ENV
static
Initial value:
= "TESSERACT_CONTACT_MANAGERS_PLUGIN_"
"DIRECTORIES"

◆ TESSERACT_CONTACT_MANAGERS_PLUGINS_ENV

const std::string TESSERACT_CONTACT_MANAGERS_PLUGINS_ENV = "TESSERACT_CONTACT_MANAGERS_PLUGINS"
static