Skip to content

Commit

Permalink
add module path of ekf, gnss and rectangle fitting
Browse files Browse the repository at this point in the history
  • Loading branch information
ShisatoYano committed Nov 30, 2023
1 parent aa01e38 commit f0dab93
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,20 @@
"/home/dev-user/workspace/src/components/array",
"/home/dev-user/workspace/src/components/control/pure_pursuit",
"/home/dev-user/workspace/src/components/course/sin_curve_course",
"/home/dev-user/workspace/src/components/detection/l_shape_fitting",
"/home/dev-user/workspace/src/components/localization/kalman_filter",
"/home/dev-user/workspace/src/components/obstacle",
"/home/dev-user/workspace/src/components/search/kd_tree",
"/home/dev-user/workspace/src/components/sensors/",
"/home/dev-user/workspace/src/components/sensors/lidar",
"/home/dev-user/workspace/src/components/sensors/gnss",
"/home/dev-user/workspace/src/components/state",
"/home/dev-user/workspace/src/components/vehicle",
"/home/dev-user/workspace/src/components/visualization",
"/home/dev-user/workspace/src/simulations/localization/extended_kalman_filter_localization",
"/home/dev-user/workspace/src/simulations/path_tracking/pure_pursuit_path_tracking",
"/home/dev-user/workspace/src/simulations/perception/lidar_obstacle_sensing",
"/home/dev-user/workspace/src/simulations/perception/point_cloud_rectangle_fitting",
"/home/dev-user/workspace/src/simulations/perception/point_cloud_search"
]
},
Expand Down

0 comments on commit f0dab93

Please sign in to comment.