Skip to content

Commit

Permalink
[planning] update the threshold to activate the YawRotation traj in t…
Browse files Browse the repository at this point in the history
…he real world
  • Loading branch information
Li-Jinjie committed Jan 22, 2025
1 parent d025ee0 commit f7b8b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aerial_robot_planning/scripts/pub_mpc_joint_traj.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ class MPCSinglePtPub(MPCPubJointTraj):
"""

def __init__(self, robot_name: str, target_pose: Pose,
pos_tol=0.1, ang_tol=0.1, vel_tol=0.1, rate_tol=0.1):
pos_tol=0.2, ang_tol=0.3, vel_tol=0.1, rate_tol=0.1):
super().__init__(robot_name=robot_name, node_name="mpc_single_pt_pub")
self.target_pose = target_pose

Expand Down

0 comments on commit f7b8b8a

Please sign in to comment.