Skip to content

Commit 22cbee4

Browse files
authored
Standardize "Ref:" to "Reference" across files (#1210)
Updated all instances of "Ref:" to "Reference" for consistency in both code and documentation. This change improves clarity and aligns with standard terminology practices.
1 parent a2c42c3 commit 22cbee4

File tree

45 files changed

+173
-155
lines changed

Some content is hidden

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

45 files changed

+173
-155
lines changed

AerialNavigation/rocket_powered_landing/rocket_powered_landing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
author: Sven Niederberger
66
Atsushi Sakai
77
8-
Ref:
8+
Reference:
99
- Python implementation of 'Successive Convexification for 6-DoF Mars Rocket Powered Landing with Free-Final-Time' paper
1010
by Michael Szmuk and Behcet Acıkmese.
1111

ArmNavigation/two_joint_arm_to_point_control/two_joint_arm_to_point_control.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Author: Daniel Ingram (daniel-s-ingram)
66
Atsushi Sakai (@Atsushi_twi)
77
8-
Ref: P. I. Corke, "Robotics, Vision & Control", Springer 2017,
8+
Reference: P. I. Corke, "Robotics, Vision & Control", Springer 2017,
99
ISBN 978-3-319-54413-7 p102
1010
- [Robotics, Vision and Control]
1111
(https://link.springer.com/book/10.1007/978-3-642-20144-8)

Localization/ensemble_kalman_filter/ensemble_kalman_filter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
author: Ryohei Sasaki(rsasaki0109)
66
7-
Ref:
7+
Reference:
88
Ensemble Kalman filtering
99
(https://rmets.onlinelibrary.wiley.com/doi/10.1256/qj.05.135)
1010

Mapping/DistanceMap/distance_map.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
author: Wang Zheng (@Aglargil)
55
6-
Ref:
6+
Reference:
77
88
- [Distance Map]
99
(https://cs.brown.edu/people/pfelzens/papers/dt-final.pdf)

Mapping/rectangle_fitting/rectangle_fitting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
author: Atsushi Sakai (@Atsushi_twi)
66
7-
Ref:
7+
Reference:
88
- Efficient L-Shape Fitting for Vehicle Detection Using Laser Scanners -
99
The Robotics Institute Carnegie Mellon University
1010
https://www.ri.cmu.edu/publications/

MissionPlanning/BehaviorTree/behavior_tree.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
author: Wang Zheng (@Aglargil)
55
6-
Ref:
6+
Reference:
77
88
- [Behavior Tree](https://en.wikipedia.org/wiki/Behavior_tree_(artificial_intelligence,_robotics_and_control))
99
"""

MissionPlanning/StateMachine/state_machine.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
author: Wang Zheng (@Aglargil)
55
6-
Ref:
6+
Reference:
77
88
- [State Machine]
99
(https://en.wikipedia.org/wiki/Finite-state_machine)
@@ -23,7 +23,7 @@ def deflate_and_encode(plantuml_text):
2323
"""
2424
zlib compress the plantuml text and encode it for the plantuml server.
2525
26-
Ref: https://plantuml.com/en/text-encoding
26+
Reference https://plantuml.com/en/text-encoding
2727
"""
2828
plantuml_alphabet = (
2929
string.digits + string.ascii_uppercase + string.ascii_lowercase + "-_"

PathPlanning/ElasticBands/elastic_bands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
author: Wang Zheng (@Aglargil)
55
6-
Ref:
6+
Reference:
77
88
- [Elastic Bands: Connecting Path Planning and Control]
99
(http://www8.cs.umu.se/research/ifor/dl/Control/elastic%20bands.pdf)

PathPlanning/Eta3SplinePath/eta3_spline_path.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
author: Joe Dinius, Ph.D (https://jwdinius.github.io)
66
Atsushi Sakai (@Atsushi_twi)
77
8-
Ref:
8+
Reference:
99
- [eta^3-Splines for the Smooth Path Generation of Wheeled Mobile Robots]
1010
(https://ieeexplore.ieee.org/document/4339545/)
1111

PathPlanning/FrenetOptimalTrajectory/cartesian_frenet_converter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
author: Wang Zheng (@Aglargil)
66
7-
Ref:
7+
Reference:
88
99
- [Optimal Trajectory Generation for Dynamic Street Scenarios in a Frenet Frame]
1010
(https://www.researchgate.net/profile/Moritz_Werling/publication/224156269_Optimal_Trajectory_Generation_for_Dynamic_Street_Scenarios_in_a_Frenet_Frame/links/54f749df0cf210398e9277af.pdf)

0 commit comments

Comments
 (0)