Skip to content

Commit db1a534

Browse files
author
Joao Carlos Espiuca Monteiro
committed
forward declare fromMsg to avoid missing symbols in downstream libraries
1 parent 9e94db4 commit db1a534

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tf2/include/tf2/impl/utils.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424

2525
namespace tf2
2626
{
27+
28+
// Forward declare functions needed in this header
29+
void fromMsg(const geometry_msgs::msg::Quaternion & in, tf2::Quaternion & out);
30+
2731
namespace impl
2832
{
2933

0 commit comments

Comments
 (0)