-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUpdate_notes.txt
52 lines (46 loc) · 2.31 KB
/
Update_notes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
01/21/25
***Modeling***
Added new functionality to provide curvature limits
***Minor bug fixes and improvements ***
01/20/25
***Modeling***
Added new functionality to provide curvature limits
***Minor bug fixes and improvements ***
***Project Vaurna 1.2.1 binary***
12/20/24
***Deploy***
Added dedicated dev mode for rapid debugging and feature updates
***Minor bug fixes and improvements ***
***Project Varuna 1.2 binary***
12/10/24
***Modeling,Planning,Deploy***
Removed the print statements kept for debugging
***Minor bug fixes and improvements ***
*** Passed the curvature limit in polar_representation_2_state.py in the process for curvature limits
<-Project Varuna binary updates: Soon to release in v1.3->
*** Changed the curvature processing util to fit a quadratic spline across the segment and get curvature of the spline (Experimental --works)
*** Made changes in the controls scripts to reflect the additional parameter for curvture calculation
12/02/24
***Modeling,Planning,Deploy***
Removed the print statements kept for debugging
***Deploy***
Added function to update the summary everytime page is called, triggered by planners control page
Made changes to the modeling and planning summary frame to display the dict and values as a summary
Made the text box formatting adjust to theme and appear uniform and readable
***Modeling***:
Deleted data entry keys from custom platform select if either F1Tenth or Hunter is selected
***Motion Planning***:
Added refresh function for deploy page summary in next page function
11/27/2024
***Modeling***:
Fixed the validate num models condition so float input is not passed on
Renamed update platform and moved to GUI functions category
Created a new function for custom platform
In this new GUI function, users can add name, velocity and control input for platform --yet to integrated with binaries
Adding checks for name and control limits for platform
11/15/2024ss
***Planning/Controls***
Fixed bugs causing the pose topic to not be selected and resort to the first available topic.
Split the pose type and pose topic selection functions that were causing the selection issues.
For instance if pose topic was selected prior to topic type then it was fine, the other way round wont change the topic as per later selection.
Tested the codebase and GUI for static onroad and static + adaptive offroad models