Skip to content

Commit

Permalink
roslib amrl_msgs load
Browse files Browse the repository at this point in the history
  • Loading branch information
sadanand1120 committed Oct 30, 2023
1 parent 7ef98ad commit 405c47b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/waypoint_nav.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
import time
import rospy
import argparse
from amrl_msgs.msg import NavStatusMsg, Localization2DMsg
from std_msgs.msg import Empty
import roslib
roslib.load_manifest('amrl_msgs')
from amrl_msgs.msg import NavStatusMsg, Localization2DMsg
from std_msgs.msg import Empty


class WaypointNav:
Expand Down

0 comments on commit 405c47b

Please sign in to comment.