Skip to content

Commit

Permalink
Update smoothing par
Browse files Browse the repository at this point in the history
  • Loading branch information
hbuurmei committed Oct 29, 2024
1 parent 68ce68e commit a7a8295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stack/main/src/controller/controller/ik_solver_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def __init__(self):
# Initializations
self.u_opt_previous = np.array([0., 0., 0., 0., 0., 0.]) # initially no control input
self.smooth_stat = self.u_opt_previous # expontential smoothing
self.alpha = 0.5
self.alpha = 0.25

# Get inverse kinematics mappings
data_dir = os.getenv('TRUNK_DATA', '/home/trunk/Documents/trunk-stack/stack/main/data')
Expand Down

0 comments on commit a7a8295

Please sign in to comment.