Skip to content

Commit cefbc76

Browse files
Final minor improvements, moved the demo to 'experimental' directory
Signed-off-by: JesusSilvaUtrera <jesus.silva@ekumenlabs.com>
1 parent ef2299d commit cefbc76

17 files changed

Lines changed: 18 additions & 39 deletions
File renamed without changes.

localization/beluga_demo_mh_amcl/config/mh_amcl_params.yaml renamed to experimental/beluga_demo_mh_amcl/config/mh_amcl_params.yaml

File renamed without changes.

localization/beluga_demo_mh_amcl/include/beluga_demo_mh_amcl/map_matcher.hpp renamed to experimental/beluga_demo_mh_amcl/include/beluga_demo_mh_amcl/map_matcher.hpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,6 @@ namespace mh_amcl
9292
std::vector<std::shared_ptr<beluga_ros::OccupancyGrid>> costmaps_;
9393
};
9494

95-
/**
96-
* @brief wrapper to transform the costmap to ROS Occupancy grid message
97-
*/
98-
nav_msgs::msg::OccupancyGrid
99-
toMsg(std::shared_ptr<beluga_ros::OccupancyGrid> costmap);
100-
10195
} // namespace mh_amcl
10296

10397
#endif // MH_AMCL__MAPMATCHER_HPP_

localization/beluga_demo_mh_amcl/include/beluga_demo_mh_amcl/mh_amcl.hpp renamed to experimental/beluga_demo_mh_amcl/include/beluga_demo_mh_amcl/mh_amcl.hpp

File renamed without changes.

localization/beluga_demo_mh_amcl/include/beluga_demo_mh_amcl/particles_distribution.hpp renamed to experimental/beluga_demo_mh_amcl/include/beluga_demo_mh_amcl/particles_distribution.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ namespace mh_amcl
7676
* the particles. It's only done if laser data and costmap information are
7777
* present.
7878
*/
79-
void correct_once(const sensor_msgs::msg::LaserScan &scan);
79+
void correct(const sensor_msgs::msg::LaserScan &scan);
8080

8181
/**
8282
* @brief Particles are ordered by probability, winners and losers are

localization/beluga_demo_mh_amcl/include/beluga_demo_mh_amcl/reweight_and_update_hits_action.hpp renamed to experimental/beluga_demo_mh_amcl/include/beluga_demo_mh_amcl/reweight_and_update_hits_action.hpp

File renamed without changes.

localization/beluga_demo_mh_amcl/include/beluga_demo_mh_amcl/utils.hpp renamed to experimental/beluga_demo_mh_amcl/include/beluga_demo_mh_amcl/utils.hpp

File renamed without changes.

localization/beluga_demo_mh_amcl/launch/bringup.launch.py renamed to experimental/beluga_demo_mh_amcl/launch/bringup.launch.py

File renamed without changes.

localization/beluga_demo_mh_amcl/maps/hq4_office/hq4_office.pgm renamed to experimental/beluga_demo_mh_amcl/maps/hq4_office/hq4_office.pgm

File renamed without changes.

localization/beluga_demo_mh_amcl/maps/hq4_office/map.yaml renamed to experimental/beluga_demo_mh_amcl/maps/hq4_office/map.yaml

File renamed without changes.

0 commit comments

Comments
 (0)