Skip to content

Commit

Permalink
update doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
zzx9636 committed Mar 19, 2023
1 parent 1b2bf28 commit c0d1a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ROS_Core/src/Labs/Lab2/scripts/dyn_obstacle_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def __init__(self):
# <ROS_Core/src/Utility/Custom_Msgs/msg/OdometryArray.msg>
###############################################
# Class variable to store the most recent dynamic obstacle's poses
self.dyn_obstacles = None
self.dyn_obstacles = []

###############################################
############## TODO ###########################
Expand Down

0 comments on commit c0d1a4e

Please sign in to comment.