Skip to content

Commit 8ee8549

Browse files
committed
Remove misleading warning
1 parent a3c7a41 commit 8ee8549

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/creo2urdf/include/creo2urdf/Utils.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ std::pair<bool, iDynTree::Transform> getTransformFromPart(pfcModel_ptr modelhdl,
437437
* @param axis_name The name of the desired axis of which to retrieve the direction
438438
* @param link_frame_name The name of the frame belonging to modelhdl
439439
* @param scale The scaling factor for the origin of the child frame
440-
* @return std::pair<bool, iDynTree::Direction> Pair containing a success/failure flag, and the axis direction
440+
* @return std::tuple<bool, iDynTree::Direction, iDynTree::Transform>> Tuple containing a success/failure flag, the axis direction, and the transform oldLink_H_newLink in order that the frame lies on the axis.
441441
*/
442442
std::tuple<bool, iDynTree::Direction, iDynTree::Transform> getAxisFromPart(pfcModel_ptr modelhdl, const std::string& axis_name, const std::string& link_frame_name, const array<double, 3>& scale);
443443

src/creo2urdf/src/ElementTreeManager.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ bool ElementTreeManager::populateJointInfoFromElementTree(pfcFeature_ptr feat, s
4343

4444

4545
if (!retrieveSolidReferences()) {
46-
printToMessageWindow("Could not retrieve solid references!", c2uLogLevel::WARN);
4746
return false;
4847
}
4948
joint.child_link_name = getChildName();

0 commit comments

Comments
 (0)