Skip to content

Commit 65fa47d

Browse files
authored
Update ibpc_pose_estimator.py
1 parent 4680445 commit 65fa47d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ibpc_pose_estimator_py/ibpc_pose_estimator_py/ibpc_pose_estimator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ def __init__(self, msg: Union[CameraMsg, PhotoneoMsg]):
8080
class PoseEstimator(Node):
8181

8282
def __init__(self):
83-
super().__init__("ibp_pose_estimator")
84-
self.get_logger().info("Starting ibpc_pose_estimator...")
83+
super().__init__("bpc_pose_estimator")
84+
self.get_logger().info("Starting bpc_pose_estimator...")
8585
# Declare parameters
8686
self.model_dir = (
8787
self.declare_parameter("model_dir", "").get_parameter_value().string_value

0 commit comments

Comments
 (0)