Skip to content

Commit

Permalink
Removing useless instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
PhileasL committed Feb 26, 2021
1 parent ded9c98 commit 5456500
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/modules/localisation/localisation/localisation_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ def __init__(self):
self.allies_subscription_callback,
10,
)
self.subscription_ # prevent unused variable warning
self.tf_publisher_ = self.create_publisher(
TransformStamped, "adjust_odometry", 10
)
Expand Down
2 changes: 0 additions & 2 deletions src/navigation/teb_obstacles/teb_obstacles/teb_obstacles.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ def __init__(self):
self.enemies_subscription_callback,
10,
)
self.allies_subscription_
self.enemies_subscription_

self.obstacles_publisher_ = self.create_publisher(
ObstacleArrayMsg, "obstacles", 10
Expand Down

0 comments on commit 5456500

Please sign in to comment.