Browse Source

Added comments.

main
Alan G. Sanchez 2 years ago
parent
commit
8355522123
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      src/navigation.py

+ 2
- 3
src/navigation.py View File

@ -1,7 +1,9 @@
#!/usr/bin/env python
# Import modules
import rospy
import actionlib
import sys
# We need the MoveBaseAction and MoveBaseGoal from the move_base_msgs package.
from move_base_msgs.msg import MoveBaseAction, MoveBaseGoal
@ -12,9 +14,6 @@ from geometry_msgs.msg import Quaternion
# tf includes a handy set of transformations to move between Euler angles and quaternions (and back).
from tf import transformations
import sys
class StretchNavigation:
"""
A simple encapsulation of the navigation stack for a Stretch robot.

Loading…
Cancel
Save