Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 30, 2025
1 parent d9743ce commit 41aabe4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def get_parameters(self):
for param in gain_params:
self.declare_parameter(param, 1.0)
# Get the values and set them as attributes of the class
setattr(self, '_' +param, self.get_parameter(param).value)
setattr(self, '_' + param, self.get_parameter(param).value)

topic_params = ['pose', 'joy', 'wrench', 'guidance', 'killswitch', 'mode']

Expand Down

0 comments on commit 41aabe4

Please sign in to comment.