Skip to content

Commit

Permalink
merged the temporary single camera branch in
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioc76 committed Apr 11, 2024
1 parent e76320f commit 79c4c00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autonav_ws/src/autonav_filters/src/filters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,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);
RCLCPP_INFO(this->get_logger(), "position latitude: %f, longitude: %f", position.latitude, position.longitude);
positionPublisher->publish(position);
}

Expand Down
2 changes: 1 addition & 1 deletion autonav_ws/src/autonav_filters/src/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def onMotorFeedbackReceived(self, msg: MotorFeedback):

#self.get_logger().info(f"averages 0: {averages[0]}, averages 1: {averages[1]}, averages 2: {averages[2]}")
#self.get_logger().info(f"publishing position x: {position.x}, y: {position.y}, {position.theta}")
#self.get_logger().info(f"position latitude: {position.latitude}, longitude {position.longitude}")
self.get_logger().info(f"position latitude: {position.latitude}, longitude {position.longitude}")
self.positionPublisher.publish(position)


Expand Down

0 comments on commit 79c4c00

Please sign in to comment.