Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
  • Loading branch information
isamu-takagi committed Aug 2, 2022
1 parent 048d95b commit 0beac8d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ class PubSubNode : public rclcpp::Node
pub_ackermann_command_ =
create_publisher<AckermannControlCommand>("input/ackermann_control_command", rclcpp::QoS{1});
pub_initialpose_ =
create_publisher<PoseWithCovarianceStamped>("/initialpose3d", rclcpp::QoS{1});
pub_gear_cmd_ = create_publisher<GearCommand>("/input/gear_command", rclcpp::QoS{1});
create_publisher<PoseWithCovarianceStamped>("input/initialpose", rclcpp::QoS{1});
pub_gear_cmd_ = create_publisher<GearCommand>("input/gear_command", rclcpp::QoS{1});
}

rclcpp::Subscription<Odometry>::SharedPtr current_odom_sub_;
Expand Down

0 comments on commit 0beac8d

Please sign in to comment.