Tesseract
Motion Planning Environment
Loading...
Searching...
No Matches
Namespaces | Functions
conversions.cpp File Reference

A set of conversion between Tesseract and Ignition Robotics objects. More...

#include <tesseract_common/macros.h>
#include <ignition/msgs/geometry.pb.h>
#include <ignition/msgs/material.pb.h>
#include <ignition/msgs/inertial.pb.h>
#include <ignition/msgs/collision.pb.h>
#include <ignition/msgs/visual.pb.h>
#include <ignition/msgs/link.pb.h>
#include <ignition/msgs/Utility.hh>
#include <ignition/math/eigen3/Conversions.hh>
#include <ignition/common/Console.hh>
#include <ignition/common/MeshManager.hh>
#include <console_bridge/console.h>
#include <tesseract_visualization/ignition/conversions.h>
#include <tesseract_geometry/geometries.h>
Include dependency graph for conversions.cpp:

Namespaces

namespace  tesseract_visualization
 

Functions

bool tesseract_visualization::isMeshWithColor (const std::string &file_path)
 
ignition::msgs::Material tesseract_visualization::convert (const Eigen::Vector4d &rgba)
 
bool tesseract_visualization::toMsg (ignition::msgs::Scene &scene_msg, EntityManager &entity_manager, const tesseract_scene_graph::SceneGraph &scene_graph, const tesseract_common::TransformMap &link_transforms)
 

Detailed Description

A set of conversion between Tesseract and Ignition Robotics objects.

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