Skip to content

Commit

Permalink
fix topic namespace
Browse files Browse the repository at this point in the history
Signed-off-by: Masaya Kataoka <[email protected]>
  • Loading branch information
hakuturu583 committed Apr 7, 2024
1 parent b334646 commit 75d581a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vrx_bridge_component.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ VRXBridgeComponent::VRXBridgeComponent(const rclcpp::NodeOptions & options)
"/vrx/stationkeeping/goal", 1,
std::bind(&VRXBridgeComponent::Goaltopic_callback, this, std::placeholders::_1));

gps_pub_ = this->create_publisher<geographic_msgs::msg::GeoPoseStamped>("/geopose", 1);
gps_pub_ = this->create_publisher<geographic_msgs::msg::GeoPoseStamped>("/localization/geopose", 1);
imu_pub_ = this->create_publisher<sensor_msgs::msg::Imu>("/imu", 1);
goal_pub_ = this->create_publisher<geometry_msgs::msg::PoseStamped>("/move_base_simple/goal", 1);
}
Expand Down

0 comments on commit 75d581a

Please sign in to comment.