Skip to content

Commit 4717ecc

Browse files
author
Nicolas Torres
committed
Merge branch 'develop' into 75-integrate-tracing
2 parents 69fe516 + fc73f49 commit 4717ecc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dynamic_state_router/dynamic_state_router/dynamic_state_router.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,6 @@ def on_dynamic_joint_commands(self, command: DynamicJointState):
213213
)
214214
continue
215215
self.requested_commands.commands[name][k] = v
216-
217216
self.requested_commands.timestamp = time.time_ns()
218217
self.joint_command_request_pub.set()
219218
self.on_dynamic_joint_commands_counter -= 1

0 commit comments

Comments
 (0)