Function visualize_markers(const rclcpp::Publisher<geometry_msgs::msg::PoseStamped>::SharedPtr&, const std_msgs::msg::Header&, float, float)

Function Documentation

void visualize_markers(const rclcpp::Publisher<geometry_msgs::msg::PoseStamped>::SharedPtr &publisher, const std_msgs::msg::Header &common_header, float point_x, float point_y)

Visualizes markers for a point in space.

*

Parameters:
  • publisher – Publisher for the visualization markers

  • common_header – Header for the visualization markers

  • point_x – X-coordinate of the point

  • point_y – Y-coordinate of the point