Skip to content

Commit 65d64db

Browse files
committed
publish error?
1 parent 5829e6d commit 65d64db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bitbots_behavior/bitbots_blackboard/bitbots_blackboard/capsules/world_model_capsule.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def __init__(self, node, blackboard):
5959

6060
# Ball state
6161
self._ball: PointStamped = PointStamped(
62-
header=Header(stamp=Time(clock_type=ClockType.ROS_TIME), frame_id=self.map_frame)
62+
header=Header(stamp=Time(clock_type=ClockType.ROS_TIME).to_msg(), frame_id=self.map_frame)
6363
) # The ball in the map frame (default to the center of the field if ball is not seen yet)
6464
self._ball_covariance: np.ndarray = np.zeros((2, 2)) # Covariance of the ball
6565

0 commit comments

Comments
 (0)