diff --git a/src/tf/ROS2TFClient.js b/src/tf/ROS2TFClient.js index 451870e07..dbb78d379 100644 --- a/src/tf/ROS2TFClient.js +++ b/src/tf/ROS2TFClient.js @@ -48,7 +48,7 @@ export default class ROS2TFClient extends EventEmitter { this.actionClient = new Action({ ros: options.ros, name: this.serverName, - actionType: 'tf2_web_republisher_msgs/TFSubscription', + actionType: 'tf2_web_republisher_interfaces/TFSubscription', }); }