Skip to content

Commit

Permalink
change topic
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcalderon03 committed Oct 25, 2024
1 parent 41f04a3 commit 34f6306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion urc_platform/src/imu_parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ IMUParser::IMUParser(const rclcpp::NodeOptions & options)
[this](const vectornav_msgs::msg::CommonGroup msg) {VectornavCallback(msg);});

imu_publisher = create_publisher<sensor_msgs::msg::Imu>(
"/imu", rclcpp::SystemDefaultsQoS());
"/imu/data", rclcpp::SystemDefaultsQoS());
}

void IMUParser::VectornavCallback(const vectornav_msgs::msg::CommonGroup & msg)
Expand Down

0 comments on commit 34f6306

Please sign in to comment.