Skip to content

Commit

Permalink
little fix for frameTransformGet_nwc_ros
Browse files Browse the repository at this point in the history
  • Loading branch information
elandini84 authored and randaz81 committed Jun 30, 2021
1 parent 40ae02e commit 82249af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ void FrameTransformGet_nwc_ros::receiveFrameTransforms()
yarp::rosmsg::tf2_msgs::TFMessage* rosInData_static = nullptr;
do
{
rosInData_timed = m_rosSubscriberPort_tf_static.read(false);
rosInData_static = m_rosSubscriberPort_tf_static.read(false);
if (rosInData_static != nullptr)
{
std::vector <yarp::rosmsg::geometry_msgs::TransformStamped> tfs = rosInData_static->transforms;
Expand Down

0 comments on commit 82249af

Please sign in to comment.