Skip to content

Commit

Permalink
lets hope dylan put log in public
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioc76 committed Apr 18, 2024
1 parent 939a146 commit 46a9e5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autonav_ws/src/autonav_filters/src/filters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ void FiltersNode::on_MotorFeedback_received(const autonav_msgs::msg::MotorFeedba
//RCLCPP_INFO(this->get_logger(), "average 0: %f, average 1: %f, average 2: %f", averages[0], averages[1], averages[2]);
//RCLCPP_INFO(this->get_logger(), "publishing position x: %f, y: %f, theta: %f", position.x, position.y, position.theta);
RCLCPP_INFO(this->get_logger(), "position latitude: %f, longitude: %f", position.latitude, position.longitude);

positionPublisher->publish(position);
}

Expand Down

0 comments on commit 46a9e5d

Please sign in to comment.