Skip to content

Commit

Permalink
[FIX] typo :(
Browse files Browse the repository at this point in the history
  • Loading branch information
hollydinkel committed Jun 24, 2024
1 parent 033664a commit 66766c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abb_control/scripts/abb_compute_reachability.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def main():
# Publish marker arrays to RViz
reachable_pub = rospy.Publisher('/abb_control/reachability', MarkerArray, queue_size=10)
while not rospy.is_shutdown():
reachable_pub.publish(marker_array_3)
reachable_pub.publish(marker_array)
rospy.sleep(1)

moveit_commander.roscpp_shutdown()
Expand Down

0 comments on commit 66766c0

Please sign in to comment.