We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf60258 commit 139e8aaCopy full SHA for 139e8aa
1 file changed
src/bitbots_motion/bitbots_rl_motion/bitbots_rl_motion/policy_nodes.py
@@ -12,7 +12,7 @@ def main():
12
13
wolfgang_config = os.path.join(get_package_share_directory("bitbots_rl_motion"), "configs", "wolfgang_config.yaml")
14
15
- walk_node = WalkNode(wolfgang_config)
+ #walk_node = WalkNode(wolfgang_config)
16
kick_node = KickNode(wolfgang_config)
17
18
executor = MultiThreadedExecutor()
@@ -22,6 +22,6 @@ def main():
22
try:
23
executor.spin()
24
finally:
25
- walk_node.destroy_node()
+ #walk_node.destroy_node()
26
kick_node.destroy_node()
27
rclpy.shutdown()
0 commit comments