Skip to content

Commit

Permalink
fixed EmptyRequest and EmptyResponse in rktl_planner
Browse files Browse the repository at this point in the history
  • Loading branch information
T3OTWAWKI committed Mar 2, 2024
1 parent 5088eac commit 87a8e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rktl_planner/rktl_planner/nodes/path_planner.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from nav_msgs.msg import Odometry
from geometry_msgs.msg import Pose
from rktl_msgs.msg import BezierPathList, Path
from std_srvs.srv import Empty, EmptyRequest, EmptyResponse
from std_srvs.srv import Empty, Empty_Request, Empty_Response
from rktl_planner.srv import CreateBezierPath, CreateBezierPathRequest

def create_simple_path_req(car_odom, ball_odom, goal_pos):
Expand Down

0 comments on commit 87a8e0d

Please sign in to comment.