From 3a0d35dde8a522b405cd318d5fccf9038cdeb70d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20R=C3=B6smann?= Date: Tue, 3 Mar 2020 11:06:24 +0100 Subject: [PATCH] replaced non-ASCII characters in python script --- mpc_local_planner/scripts/plot_optimal_control_results.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mpc_local_planner/scripts/plot_optimal_control_results.py b/mpc_local_planner/scripts/plot_optimal_control_results.py index 3b55ff2..1d1f5f2 100755 --- a/mpc_local_planner/scripts/plot_optimal_control_results.py +++ b/mpc_local_planner/scripts/plot_optimal_control_results.py @@ -3,7 +3,7 @@ # # 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 # 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 # along with this program. If not, see . # -# Authors: Christoph Rösmann +# Authors: Christoph Roesmann import rospy, math from mpc_local_planner_msgs.msg import OptimalControlResult