From a88eaa9e8eeaddc6010e3d2ef540a1278b297c76 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 27 May 2023 11:31:14 +0000 Subject: [PATCH] Add changes for ca82a4b1dff20dba0c852f4e0ac41501cba6e9ab --- .buildinfo | 2 +- .../normal_vector_estimation.html | 3 + .../point_cloud_sampling.html | 3 + .../BSplinePath/bspline_path.html | 3 + .../CubicSpline/cubic_spline_planner.html | 3 + .../DubinsPath/dubins_path_planner.html | 3 + _modules/index.html | 3 + _modules/utils/plot.html | 3 + _static/check-solid.svg | 4 + _static/clipboard.min.js | 7 + _static/copy-button.svg | 5 + _static/copybutton.css | 94 +++++++ _static/copybutton.js | 248 ++++++++++++++++++ _static/copybutton_funcs.js | 73 ++++++ genindex.html | 3 + getting_started.html | 3 + how_to_contribute.html | 3 + index.html | 3 + .../aerial_navigation/aerial_navigation.html | 3 + .../drone_3d_trajectory_following.html | 3 + .../rocket_powered_landing.html | 3 + modules/appendix/Kalmanfilter_basics.html | 3 + modules/appendix/Kalmanfilter_basics_2.html | 3 + modules/appendix/appendix.html | 3 + modules/arm_navigation/arm_navigation.html | 3 + .../n_joint_arm_to_point_control.html | 3 + .../obstacle_avoidance_arm_navigation.html | 3 + .../arm_navigation/planar_two_link_ik.html | 3 + modules/bipedal/bipedal.html | 3 + .../bipedal_planner/bipedal_planner.html | 3 + modules/control/control.html | 3 + .../inverted_pendulum_control.html | 3 + .../move_to_a_pose_control.html | 3 + modules/introduction.html | 3 + .../ensamble_kalman_filter_localization.html | 3 + .../extended_kalman_filter_localization.html | 3 + .../histogram_filter_localization.html | 3 + modules/localization/localization.html | 3 + .../particle_filter_localization.html | 3 + .../unscented_kalman_filter_localization.html | 3 + .../circle_fitting/circle_fitting.html | 3 + .../gaussian_grid_map/gaussian_grid_map.html | 3 + .../k_means_object_clustering.html | 3 + .../lidar_to_grid_map_tutorial.html | 3 + modules/mapping/mapping.html | 3 + .../normal_vector_estimation.html | 3 + .../point_cloud_sampling.html | 3 + .../ray_casting_grid_map.html | 3 + .../rectangle_fitting/rectangle_fitting.html | 3 + .../bezier_path/bezier_path.html | 3 + .../bspline_path/bspline_path.html | 3 + .../path_planning/bugplanner/bugplanner.html | 3 + .../clothoid_path/clothoid_path.html | 3 + .../coverage_path/coverage_path.html | 3 + .../cubic_spline/cubic_spline.html | 3 + .../dubins_path/dubins_path.html | 3 + .../dynamic_window_approach.html | 3 + .../eta3_spline/eta3_spline.html | 3 + .../frenet_frame_path/frenet_frame_path.html | 3 + .../grid_base_search/grid_base_search.html | 3 + .../hybridastar/hybridastar.html | 3 + modules/path_planning/lqr_path/lqr_path.html | 3 + ...model_predictive_trajectory_generator.html | 3 + modules/path_planning/path_planning.html | 3 + .../prm_planner/prm_planner.html | 3 + .../quintic_polynomials_planner.html | 3 + .../reeds_shepp_path/reeds_shepp_path.html | 3 + modules/path_planning/rrt/rrt.html | 3 + .../state_lattice_planner.html | 3 + .../visibility_road_map_planner.html | 3 + .../vrm_planner/vrm_planner.html | 3 + .../cgmres_nmpc/cgmres_nmpc.html | 3 + .../lqr_speed_and_steering_control.html | 3 + .../lqr_steering_control.html | 3 + ...predictive_speed_and_steering_control.html | 3 + modules/path_tracking/path_tracking.html | 3 + .../pure_pursuit_tracking.html | 3 + .../rear_wheel_feedback_control.html | 3 + .../stanley_control/stanley_control.html | 3 + modules/slam/FastSLAM1/FastSLAM1.html | 3 + modules/slam/FastSLAM2/FastSLAM2.html | 3 + modules/slam/ekf_slam/ekf_slam.html | 3 + modules/slam/graph_slam/graph_slam.html | 3 + .../iterative_closest_point_matching.html | 3 + modules/slam/slam.html | 3 + modules/utils/plot/plot.html | 3 + modules/utils/utils.html | 3 + search.html | 3 + 88 files changed, 675 insertions(+), 1 deletion(-) create mode 100644 _static/check-solid.svg create mode 100644 _static/clipboard.min.js create mode 100644 _static/copy-button.svg create mode 100644 _static/copybutton.css create mode 100644 _static/copybutton.js create mode 100644 _static/copybutton_funcs.js diff --git a/.buildinfo b/.buildinfo index 62a8e587..a566571c 100644 --- a/.buildinfo +++ b/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 4f37ffca30aa3d7141050d0c7b599c4d +config: e39bc70d8dbdff6ca620cc5682fa9567 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/_modules/Mapping/normal_vector_estimation/normal_vector_estimation.html b/_modules/Mapping/normal_vector_estimation/normal_vector_estimation.html index 85ad18ab..616e695e 100644 --- a/_modules/Mapping/normal_vector_estimation/normal_vector_estimation.html +++ b/_modules/Mapping/normal_vector_estimation/normal_vector_estimation.html @@ -7,6 +7,7 @@ +