Tesseract 0.28.4
Loading...
Searching...
No Matches
srdf_model.cpp File Reference

Parse srdf xml. More...

#include <tesseract/common/macros.h>
#include <unordered_map>
#include <vector>
#include <utility>
#include <console_bridge/console.h>
#include <fstream>
#include <tinyxml2.h>
#include <boost/algorithm/string/classification.hpp>
#include <boost/algorithm/string/split.hpp>
#include <yaml-cpp/yaml.h>
#include <tesseract/srdf/groups.h>
#include <tesseract/srdf/group_states.h>
#include <tesseract/srdf/group_tool_center_points.h>
#include <tesseract/srdf/disabled_collisions.h>
#include <tesseract/srdf/collision_margins.h>
#include <tesseract/srdf/configs.h>
#include <tesseract/srdf/srdf_model.h>
#include <tesseract/srdf/utils.h>
#include <tesseract/common/utils.h>
#include <tesseract/common/yaml_utils.h>
#include <tesseract/common/yaml_extensions.h>
#include <tesseract/common/resource_locator.h>
#include <tesseract/common/collision_margin_data.h>
#include <tesseract/scene_graph/graph.h>

Namespaces

namespace  tesseract::srdf
 Main namespace.
 

Detailed Description

Parse srdf xml.

Author
Levi Armstrong, Ioan Sucan
Date
May 12, 2020
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.