Commit 315c2c9 PercevalSA
committed
1 parent d099bb7 commit 315c2c9 Copy full SHA for 315c2c9
File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ using namespace Mapping;
14
14
// #define Set_Timeout_PF(time) do{timeout_pf = current_time + time;}while(0)
15
15
// #define TIMEOUT_PF (current_time > timeout_pf)
16
16
17
- // Condition d'arrét anticipé du calcul de Path_Finding
17
+ // Condition d'arrét anticipé du calcul de PathFinding
18
18
// #define PATH_FINDING_STOP (TIMEOUT_PF)
19
- // Durée limite du calcul de Path_Finding en millisecond
19
+ // Durée limite du calcul de PathFinding en millisecond
20
20
// #define PATH_FINDING_TIME_LIMIT (10000)
21
21
22
22
namespace PathFinding
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ struct Circle{
161
161
typedef uint8 t_vertexID ;
162
162
163
163
/****************************************************************************************
164
- * Path_Finding
164
+ * PathFinding
165
165
****************************************************************************************/
166
166
struct t_node {
167
167
uint32 currentCost ;
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ using namespace Printer;
15
15
#include " Trajectory.h"
16
16
#include " LedRGB.h"
17
17
18
- #include " PathPlanning/Path_finding .h"
18
+ #include " PathPlanning/PathFinding .h"
19
19
20
20
#ifndef ARDUINO_USB_MODE
21
21
#warning /*error*/ This ESP32 SoC has no Native USB interface
Original file line number Diff line number Diff line change @@ -534,15 +534,15 @@ void Update_Passability_Obstacle(void)
534
534
// }
535
535
536
536
/* ***************************************************************************************
537
- * Set end vertex for Path_Finding
537
+ * Set end vertex for PathFinding
538
538
****************************************************************************************/
539
539
void Set_End_Vertex (t_vertexID id)
540
540
{
541
541
end_vertex_ID = id;
542
542
}
543
543
544
544
/* ***************************************************************************************
545
- * Get end vertex for Path_Finding
545
+ * Get end vertex for PathFinding
546
546
****************************************************************************************/
547
547
t_vertexID Get_End_Vertex (void )
548
548
{
Original file line number Diff line number Diff line change 1
1
/* ***************************************************************************************
2
2
* Includes
3
3
****************************************************************************************/
4
- #include " PathPlanning/Path_Finding .h"
4
+ #include " PathPlanning/PathFinding .h"
5
5
6
6
namespace PathFinding
7
7
{
You can’t perform that action at this time.
0 commit comments