Skip to content

Commit

Permalink
refactor: reimportadas las librerías
Browse files Browse the repository at this point in the history
  • Loading branch information
maxfloresv authored Nov 18, 2022
1 parent 5775768 commit e09b7be
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions duckiebot.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
#!/usr/bin/env python

# ROS cosas:
import rospy
# http://wiki.ros.org/std_msgs
from std_msgs.msg import String, Int32
# http://wiki.ros.org/geometry_msgs
from geometry_msgs.msg import Twist
# http://wiki.ros.org/sensor_msgs
from sensor_msgs.msg import Image, Joy
# Se pueden ver dentro del Duckiebot
from duckietown_msgs.msg import Twist2DStamped

# Procesamiento de imgs con ML:
import cv2
from cv_bridge import CvBridge

import math
Expand Down

0 comments on commit e09b7be

Please sign in to comment.