Skip to content

Commit df958ec

Browse files
author
Nick
committed
clean up
1 parent 3f4c79f commit df958ec

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+49
-98
lines changed

gui/__init__.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1616
#
1717
# Email [email protected] for questions, comments, or to report bugs.
18-
#
19-
# Enjoy!
18+
2019

2120

gui/color_palette.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1616
#
1717
# Email [email protected] for questions, comments, or to report bugs.
18-
#
19-
# Enjoy!
18+
2019

2120

2221

gui/frame.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1616
#
1717
# Email [email protected] for questions, comments, or to report bugs.
18-
#
19-
# Enjoy!
18+
2019

2120

2221

gui/painter.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1616
#
1717
# Email [email protected] for questions, comments, or to report bugs.
18-
#
19-
# Enjoy!
18+
2019

2120

2221

gui/viewer.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1616
#
1717
# Email [email protected] for questions, comments, or to report bugs.
18-
#
19-
# Enjoy!
18+
2019

2120

2221

models/__init__.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1616
#
1717
# Email [email protected] for questions, comments, or to report bugs.
18-
#
19-
# Enjoy!
18+
2019

2120

models/control_state.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1616
#
1717
# Email [email protected] for questions, comments, or to report bugs.
18-
#
19-
# Enjoy!
18+
2019

2120

2221

models/controllers/__init__.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1616
#
1717
# Email [email protected] for questions, comments, or to report bugs.
18-
#
19-
# Enjoy!
18+
2019

2120

models/controllers/avoid_obstacles_controller.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1616
#
1717
# Email [email protected] for questions, comments, or to report bugs.
18-
#
19-
# Enjoy!
18+
2019

2120

2221

models/controllers/follow_wall_controller.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1616
#
1717
# Email [email protected] for questions, comments, or to report bugs.
18-
#
19-
# Enjoy!
18+
2019

2120

2221

models/controllers/go_to_angle_controller.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1616
#
1717
# Email [email protected] for questions, comments, or to report bugs.
18-
#
19-
# Enjoy!
18+
2019

2120

2221

models/controllers/go_to_goal_controller.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1616
#
1717
# Email [email protected] for questions, comments, or to report bugs.
18-
#
19-
# Enjoy!
18+
2019

2120

2221

models/controllers/gtg_and_ao_controller.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1616
#
1717
# Email [email protected] for questions, comments, or to report bugs.
18-
#
19-
# Enjoy!
18+
2019

2120

2221

models/differential_drive_dynamics.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1616
#
1717
# Email [email protected] for questions, comments, or to report bugs.
18-
#
19-
# Enjoy!
18+
2019

2120

2221

models/geometry.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1616
#
1717
# Email [email protected] for questions, comments, or to report bugs.
18-
#
19-
# Enjoy!
18+
2019

2120

2221

models/line_segment.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1616
#
1717
# Email [email protected] for questions, comments, or to report bugs.
18-
#
19-
# Enjoy!
18+
2019

2120

2221

models/map_manager.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1616
#
1717
# Email [email protected] for questions, comments, or to report bugs.
18-
#
19-
# Enjoy!
18+
2019

2120

2221

models/physics.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1616
#
1717
# Email [email protected] for questions, comments, or to report bugs.
18-
#
19-
# Enjoy!
18+
2019

2120

2221

models/polygon.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1616
#
1717
# Email [email protected] for questions, comments, or to report bugs.
18-
#
19-
# Enjoy!
18+
2019

2120

2221

models/pose.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1616
#
1717
# Email [email protected] for questions, comments, or to report bugs.
18-
#
19-
# Enjoy!
18+
2019

2120

2221

models/proximity_sensor.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1616
#
1717
# Email [email protected] for questions, comments, or to report bugs.
18-
#
19-
# Enjoy!
18+
2019

2120

2221

models/rectangle_obstacle.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1616
#
1717
# Email [email protected] for questions, comments, or to report bugs.
18-
#
19-
# Enjoy!
18+
2019

2120

2221

models/robot.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1616
#
1717
# Email [email protected] for questions, comments, or to report bugs.
18-
#
19-
# Enjoy!
18+
2019

2120

2221

models/robot_supervisor_interface.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1616
#
1717
# Email [email protected] for questions, comments, or to report bugs.
18-
#
19-
# Enjoy!
18+
2019

2120

2221

models/sensor.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1616
#
1717
# Email [email protected] for questions, comments, or to report bugs.
18-
#
19-
# Enjoy!
18+
2019

2120

2221

models/supervisor.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1616
#
1717
# Email [email protected] for questions, comments, or to report bugs.
18-
#
19-
# Enjoy!
18+
2019

2120

2221

models/supervisor_controller_interface.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1616
#
1717
# Email [email protected] for questions, comments, or to report bugs.
18-
#
19-
# Enjoy!
18+
2019

2120

2221

models/supervisor_state_machine.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1616
#
1717
# Email [email protected] for questions, comments, or to report bugs.
18-
#
19-
# Enjoy!
18+
2019

2120

2221

models/wheel_encoder.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1616
#
1717
# Email [email protected] for questions, comments, or to report bugs.
18-
#
19-
# Enjoy!
18+
2019

2120

2221

models/world.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1616
#
1717
# Email [email protected] for questions, comments, or to report bugs.
18-
#
19-
# Enjoy!
18+
2019

2120

2221

rimulator.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1818
#
1919
# Email [email protected] for questions, comments, or to report bugs.
20-
#
21-
# Enjoy!
20+
2221

2322

2423

sim_exceptions/__init__.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1616
#
1717
# Email [email protected] for questions, comments, or to report bugs.
18-
#
19-
# Enjoy!
18+
2019

2120

sim_exceptions/collision_exception.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1616
#
1717
# Email [email protected] for questions, comments, or to report bugs.
18-
#
19-
# Enjoy!
18+
2019

2120

2221

sim_exceptions/goal_reached_exception.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1616
#
1717
# Email [email protected] for questions, comments, or to report bugs.
18-
#
19-
# Enjoy!
18+
2019

2120

2221

utils/__init__.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1616
#
1717
# Email [email protected] for questions, comments, or to report bugs.
18-
#
19-
# Enjoy!
18+
2019

2120

utils/geometrics_util.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1616
#
1717
# Email [email protected] for questions, comments, or to report bugs.
18-
#
19-
# Enjoy!
18+
2019

2120

2221

utils/linalg2_util.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1616
#
1717
# Email [email protected] for questions, comments, or to report bugs.
18-
#
19-
# Enjoy!
18+
2019

2120

2221

utils/math_util.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1616
#
1717
# Email [email protected] for questions, comments, or to report bugs.
18-
#
19-
# Enjoy!
18+
2019

2120

2221

views/__init__.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1616
#
1717
# Email [email protected] for questions, comments, or to report bugs.
18-
#
19-
# Enjoy!
18+
2019

2120

views/controllers/__init__.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1616
#
1717
# Email [email protected] for questions, comments, or to report bugs.
18-
#
19-
# Enjoy!
18+
2019

2120

0 commit comments

Comments
 (0)