Skip to content

Commit

Permalink
Add unitary quaternion pose_values in test
Browse files Browse the repository at this point in the history
  • Loading branch information
saikishor authored Jan 10, 2025
1 parent 07e0047 commit 7acf875
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pose_broadcaster/test/test_pose_broadcaster.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,8 @@ class PoseBroadcasterTest : public ::testing::Test
const std::string frame_id_ = "pose_base_frame";
const std::string tf_child_frame_id_ = "pose_frame";

<<<<<<< HEAD
std::array<double, 7> pose_values_ = {1.1, 2.2, 3.3, 4.4, 5.5, 6.6, 7.7};
=======
std::array<double, 7> pose_values_ = {
{1.1, 2.2, 3.3, 0.39190382, 0.20056212, 0.53197575, 0.72331744}};
>>>>>>> 67096bd ([pose_broadcaster] Check for valid pose before attempting to publish a tf for it (#1479))

hardware_interface::StateInterface pose_position_x_{pose_name_, "position.x", &pose_values_[0]};
hardware_interface::StateInterface pose_position_y_{pose_name_, "position.x", &pose_values_[1]};
Expand Down

0 comments on commit 7acf875

Please sign in to comment.