Skip to content

Commit

Permalink
fix(PerceptionTrackingResultRos2Publisher.cs): fix topic name
Browse files Browse the repository at this point in the history
Signed-off-by: kazushi67 <[email protected]>
  • Loading branch information
kazushi67 committed Dec 23, 2024
1 parent 5d1750f commit 4b893dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class AutowarePerceptionResultRos2Publisher : MonoBehaviour
/// <summary>
/// Topic name in DetectedObject msg.
/// </summary>
public string objectTopic = "/perception/object_recognition/tracking/objects";
public string objectTopic = "/awsim/ground_truth/perception/object_recognition/tracking/objects";

/// <summary>
/// Object sensor frame id.
Expand Down

0 comments on commit 4b893dc

Please sign in to comment.