Skip to content

Commit a439dab

Browse files
committed
Fix controller state topic name in tests
Signed-off-by: Yadunund <[email protected]>
1 parent 00cc4e2 commit a439dab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

abb_bringup/test/test_command_topics.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ TEST_F(TaskPlanningFixture, ControllerTopicsTest)
2727
// Define a map of the topics to check and their types
2828
std::map<std::string, std::string> expected_topic_names_and_types = {
2929
{ "/joint_trajectory_controller/joint_trajectory", "trajectory_msgs/msg/JointTrajectory" },
30-
{ "/joint_trajectory_controller/state", "control_msgs/msg/JointTrajectoryControllerState" }
30+
{ "/joint_trajectory_controller/controller_state", "control_msgs/msg/JointTrajectoryControllerState" }
3131
};
3232
for (const auto& [topic_name, topic_type] : expected_topic_names_and_types)
3333
{

0 commit comments

Comments
 (0)