Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
  • Loading branch information
takayuki5168 committed Feb 26, 2025
1 parent c0d5512 commit 4b91b5c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ class SimplePurePursuitNode : public rclcpp::Node

private:
// subscribers
autoware_utils::InterProcessPollingSubscriber<Odometry> odom_sub_{this, "input/odometry"};
autoware_utils::InterProcessPollingSubscriber<Trajectory> traj_sub_{this, "input/odometry"};
autoware_utils::InterProcessPollingSubscriber<Odometry> odom_sub_{this, "~/input/odometry"};
autoware_utils::InterProcessPollingSubscriber<Trajectory> traj_sub_{this, "~/input/trajectory"};

// publishers
rclcpp::Publisher<autoware_control_msgs::msg::Control>::SharedPtr pub_control_command_;
Expand Down

0 comments on commit 4b91b5c

Please sign in to comment.