Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
forward declare fromMsg to avoid missing symbols in downstream librar…
Browse files Browse the repository at this point in the history
…ies (ros#485)

Co-authored-by: Erwin Lejeune <[email protected]>
  • Loading branch information
jcmonteiro and guilyx authored Mar 21, 2022
1 parent 69f78ce commit 0b36486
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 0b36486

Please sign in to comment.