Skip to content

Commit

Permalink
forward declare fromMsg to avoid missing symbols in downstream libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
Joao Carlos Espiuca Monteiro committed Dec 10, 2021
1 parent eaea7a8 commit 3b3ed88
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tf2/include/tf2/impl/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@

namespace tf2
{

// Forward declare functions needed in this header
void fromMsg(const geometry_msgs::msg::Quaternion & in, tf2::Quaternion & out);

namespace impl
{

Expand Down

0 comments on commit 3b3ed88

Please sign in to comment.