Conversation
LanderU
reviewed
Apr 25, 2019
Author
|
ping |
vmayoral
approved these changes
Apr 29, 2019
|
Linking issues when reproducing this locally: Undefined symbols for architecture x86_64:
"console_bridge::log(char const*, int, console_bridge::LogLevel, char const*, ...)", referenced from:
bodies::ConvexMesh::useDimensions(shapes::Shape const*) in bodies.cpp.o
bodies::BodyVector::setPose(unsigned int, Eigen::Transform<double, 3, 1, 0> const&) in bodies.cpp.o
bodies::BodyVector::getBody(unsigned int) const in bodies.cpp.o
bodies::createBodyFromShape(shapes::Shape const*) in body_operations.cpp.o
bodies::Body* bodies::constructBodyFromMsgHelper<boost::variant<shape_msgs::msg::SolidPrimitive_<std::__1::allocator<void> >, shape_msgs::msg::Mesh_<std::__1::allocator<void> >, shape_msgs::msg::Plane_<std::__1::allocator<void> > > >(boost::variant<shape_msgs::msg::SolidPrimitive_<std::__1::allocator<void> >, shape_msgs::msg::Mesh_<std::__1::allocator<void> >, shape_msgs::msg::Plane_<std::__1::allocator<void> > > const&, geometry_msgs::msg::Pose_<std::__1::allocator<void> > const&) in body_operations.cpp.o
bodies::Body* bodies::constructBodyFromMsgHelper<shape_msgs::msg::Mesh_<std::__1::allocator<void> > >(shape_msgs::msg::Mesh_<std::__1::allocator<void> > const&, geometry_msgs::msg::Pose_<std::__1::allocator<void> > const&) in body_operations.cpp.o
bodies::Body* bodies::constructBodyFromMsgHelper<shape_msgs::msg::SolidPrimitive_<std::__1::allocator<void> > >(shape_msgs::msg::SolidPrimitive_<std::__1::allocator<void> > const&, geometry_msgs::msg::Pose_<std::__1::allocator<void> > const&) in body_operations.cpp.o
...
"Assimp::Importer::ReadFileFromMemory(void const*, unsigned long, unsigned int, char const*)", referenced from:
shapes::createMeshFromBinary(char const*, unsigned long, Eigen::Matrix<double, 3, 1, 0, 3, 1> const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in mesh_operations.cpp.o
"Assimp::Importer::SetPropertyInteger(char const*, int)", referenced from:
shapes::createMeshFromBinary(char const*, unsigned long, Eigen::Matrix<double, 3, 1, 0, 3, 1> const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in mesh_operations.cpp.o
"Assimp::Importer::ApplyPostProcessing(unsigned int)", referenced from:
shapes::createMeshFromBinary(char const*, unsigned long, Eigen::Matrix<double, 3, 1, 0, 3, 1> const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in mesh_operations.cpp.o
"Assimp::Importer::Importer()", referenced from:
shapes::createMeshFromBinary(char const*, unsigned long, Eigen::Matrix<double, 3, 1, 0, 3, 1> const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in mesh_operations.cpp.o
"Assimp::Importer::~Importer()", referenced from:
shapes::createMeshFromBinary(char const*, unsigned long, Eigen::Matrix<double, 3, 1, 0, 3, 1> const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) in mesh_operations.cpp.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [libgeometric_shapes.dylib] Error 1
make[1]: *** [CMakeFiles/geometric_shapes.dir/all] Error 2
make: *** [all] Error 2
---
Failed <<< geometric_shapes [ Exited with code 2 ] |
|
e02b97d fixes it for OS X. |
|
AcutronicRobotics/moveit2@5305591 adds the installation for OS X CI. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.