Skip to content

Commit

Permalink
add path to dir of auto sensor calib sim
Browse files Browse the repository at this point in the history
  • Loading branch information
ShisatoYano committed Dec 3, 2023
1 parent f1ad6f8 commit f791ac4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
"/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"
"/home/dev-user/workspace/src/simulations/perception/point_cloud_search",
"/home/dev-user/workspace/src/simulations/perception/sensor_auto_calibration"
]
},

Expand Down
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"C:\\Users\\shisa\\AutonomousVehicleControlBeginnersGuide\\src\\simulations\\perception\\lidar_obstacle_sensing",
"C:\\Users\\shisa\\AutonomousVehicleControlBeginnersGuide\\src\\simulations\\perception\\point_cloud_rectangle_fitting",
"C:\\Users\\shisa\\AutonomousVehicleControlBeginnersGuide\\src\\simulations\\perception\\point_cloud_search",
"C:\\Users\\shisa\\AutonomousVehicleControlBeginnersGuide\\src\\simulations\\perception\\sensor_auto_calibration",
"C:\\Users\\shisa\\AutonomousVehicleControlBeginnersGuide\\test"
]
}

0 comments on commit f791ac4

Please sign in to comment.