You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(probabilistic_occupancy_grid_map)!: fix namespace and directory structure (autowarefoundation#7872)
* refactor: update include paths for probabilistic occupancy grid map
Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
* refactor: update include paths for probabilistic occupancy grid map
Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
* refactor: update namespace for nodes
Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
* refactor: update namespace for lib
Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
* refactor: remove unused dependency
Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
* refactor: use const pointer for occupancy grid map data
Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
---------
Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
Signed-off-by: palas21 <palas21@itu.edu.tr>
Copy file name to clipboardexpand all lines: perception/probabilistic_occupancy_grid_map/include/autoware/probabilistic_occupancy_grid_map/cost_value/cost_value.hpp
Copy file name to clipboardexpand all lines: perception/probabilistic_occupancy_grid_map/include/autoware/probabilistic_occupancy_grid_map/costmap_2d/occupancy_grid_map.hpp
Copy file name to clipboardexpand all lines: perception/probabilistic_occupancy_grid_map/include/autoware/probabilistic_occupancy_grid_map/costmap_2d/occupancy_grid_map_base.hpp
Copy file name to clipboardexpand all lines: perception/probabilistic_occupancy_grid_map/include/autoware/probabilistic_occupancy_grid_map/costmap_2d/occupancy_grid_map_fixed.hpp
+7-4
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,13 @@
12
12
// See the License for the specific language governing permissions and
Copy file name to clipboardexpand all lines: perception/probabilistic_occupancy_grid_map/include/autoware/probabilistic_occupancy_grid_map/costmap_2d/occupancy_grid_map_projective.hpp
+7-4
Original file line number
Diff line number
Diff line change
@@ -12,15 +12,17 @@
12
12
// See the License for the specific language governing permissions and
Copy file name to clipboardexpand all lines: perception/probabilistic_occupancy_grid_map/include/autoware/probabilistic_occupancy_grid_map/fusion_policy/fusion_policy.hpp
+8-4
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,10 @@
12
12
// See the License for the specific language governing permissions and
Copy file name to clipboardexpand all lines: perception/probabilistic_occupancy_grid_map/include/autoware/probabilistic_occupancy_grid_map/updater/binary_bayes_filter_updater.hpp
+7-4
Original file line number
Diff line number
Diff line change
@@ -12,14 +12,16 @@
12
12
// See the License for the specific language governing permissions and
Copy file name to clipboardexpand all lines: perception/probabilistic_occupancy_grid_map/include/autoware/probabilistic_occupancy_grid_map/updater/log_odds_bayes_filter_updater.hpp
+9-6
Original file line number
Diff line number
Diff line change
@@ -12,19 +12,21 @@
12
12
// See the License for the specific language governing permissions and
Copy file name to clipboardexpand all lines: perception/probabilistic_occupancy_grid_map/include/autoware/probabilistic_occupancy_grid_map/updater/ogm_updater_interface.hpp
+8-6
Original file line number
Diff line number
Diff line change
@@ -12,23 +12,24 @@
12
12
// See the License for the specific language governing permissions and
Copy file name to clipboardexpand all lines: perception/probabilistic_occupancy_grid_map/include/autoware/probabilistic_occupancy_grid_map/utils/utils.hpp
+8-4
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,10 @@
12
12
// See the License for the specific language governing permissions and
0 commit comments