replaced non-ASCII characters in python script

master
Christoph Rösmann 2020-03-03 11:06:24 +01:00
parent b2ab168330
commit 3a0d35dde8
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
# #
# Software License Agreement # Software License Agreement
# #
# Copyright (c) 2020, Christoph Rösmann, All rights reserved. # Copyright (c) 2020, Christoph Roesmann, All rights reserved.
# #
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
@ -18,7 +18,7 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>. # along with this program. If not, see <https://www.gnu.org/licenses/>.
# #
# Authors: Christoph Rösmann # Authors: Christoph Roesmann
import rospy, math import rospy, math
from mpc_local_planner_msgs.msg import OptimalControlResult from mpc_local_planner_msgs.msg import OptimalControlResult