Skip to content

Commit

Permalink
update test pose
Browse files Browse the repository at this point in the history
  • Loading branch information
abake48 committed Jul 27, 2023
1 parent c6d1c3a commit 3c21cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tutorials/quickstart_in_rviz/test/bringup_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ TEST_F(BringupTestFixture, BasicBringupTest)
trajectory_msgs::msg::JointTrajectory traj_msg;
traj_msg.joint_names = { "joint_1", "joint_2", "joint_3", "joint_4", "joint_5", "joint_6", "joint_7" };
trajectory_msgs::msg::JointTrajectoryPoint point_msg;
point_msg.positions = { 0, -0.785, 0, -2.356, 0, 1.571, 0.785 };
point_msg.positions = { 0, 0.26, 3.14, -2.27, 0, 0.96, 1.57 };
point_msg.time_from_start.sec = 1;
traj_msg.points.push_back(point_msg);
control_msgs::action::FollowJointTrajectory::Goal joint_traj_request;
Expand Down

0 comments on commit 3c21cdc

Please sign in to comment.