diff --git a/turtlebot3_example/turtlebot3_example/turtlebot3_obstacle_detection/turtlebot3_obstacle_detection.py b/turtlebot3_example/turtlebot3_example/turtlebot3_obstacle_detection/turtlebot3_obstacle_detection.py index d7fa13c4..c0b2803a 100755 --- a/turtlebot3_example/turtlebot3_example/turtlebot3_obstacle_detection/turtlebot3_obstacle_detection.py +++ b/turtlebot3_example/turtlebot3_example/turtlebot3_obstacle_detection/turtlebot3_obstacle_detection.py @@ -18,7 +18,8 @@ from geometry_msgs.msg import Twist from rclpy.node import Node -from rclpy.qos import qos_profile_sensor_data, QoSProfile +from rclpy.qos import qos_profile_sensor_data +from rclpy.qos import QoSProfile from sensor_msgs.msg import LaserScan