Skip to content

Commit 1bcea1a

Browse files
Minor typos
1 parent 818d614 commit 1bcea1a

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

mm_control/src/mm_control/MPCCostFunctions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ def __init__(self, robot_mdl: MobileManipulator3D, name: str = "Manipulability")
559559
nu = ss_mdl["nu"]
560560
super().__init__(nx, nu, name)
561561

562-
self.p_dict = {"w": cs.Mx.sym("w", 1)}
562+
self.p_dict = {"w": cs.MX.sym("w", 1)}
563563
self.p_struct = casadi_sym_struct(self.p_dict)
564564
self.p_sym = self.p_struct.cat
565565

mm_utils/src/mm_utils/logging.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,8 @@ class DataLogger:
3737
def __init__(self, config, name="data"):
3838
"""Initialize the data logger.
3939
40-
Args:
41-
config: Configuration dictionary with logging settings
42-
name: Subdirectory name for this logger (e.g., 'sim' or 'control')
40+
:param config: Configuration dictionary with logging settings
41+
:param name: Subdirectory name for this logger (e.g., 'sim' or 'control')
4342
"""
4443
log_dir = config["logging"]["log_dir"]
4544

0 commit comments

Comments
 (0)