|
@ -4,6 +4,7 @@ |
|
|
import rospy |
|
|
import rospy |
|
|
from numpy import linspace, inf |
|
|
from numpy import linspace, inf |
|
|
from math import sin |
|
|
from math import sin |
|
|
|
|
|
|
|
|
# We're going to subscribe to a LaserScan message |
|
|
# We're going to subscribe to a LaserScan message |
|
|
from sensor_msgs.msg import LaserScan |
|
|
from sensor_msgs.msg import LaserScan |
|
|
|
|
|
|
|
|