Skip to content

Commit

Permalink
Fix topic (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich authored Mar 5, 2024
1 parent 03b853b commit e402031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gazebo_ros2_control_demos/examples/example_diff_drive.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ int main(int argc, char * argv[])
std::make_shared<rclcpp::Node>("diff_drive_test_node");

auto publisher = node->create_publisher<geometry_msgs::msg::TwistStamped>(
"/tricycle_controller/cmd_vel", 10);
"/diff_drive_base_controller/cmd_vel", 10);

RCLCPP_INFO(node->get_logger(), "node created");

Expand Down

0 comments on commit e402031

Please sign in to comment.