Skip to content

Commit

Permalink
Set pose frame id in test
Browse files Browse the repository at this point in the history
Signed-off-by: redvinaa <[email protected]>
  • Loading branch information
redvinaa committed Jan 9, 2025
1 parent b9c3055 commit 3f676d8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ TEST(ControllerStateTransitionTest, ControllerNotFail)

// evalControl args
auto pose = getDummyPointStamped(node, start_pose);
pose.header.frame_id = costmap_ros->getGlobalFrameID();
auto velocity = getDummyTwist();
auto path = getIncrementalDummyPath(node, path_settings);

Expand Down

0 comments on commit 3f676d8

Please sign in to comment.