File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ add_library(
4949 src/input /ros_data_receiver.cpp
5050 src/input /ros_input_module.cpp
5151 src/input /ros_sensors.cpp
52- src/places/astro_traversability_estimator .cpp
52+ src/places/external_traversability_estimator .cpp
5353 src/odometry/ros_pose_graph_tracker.cpp
5454 src/openset/ros_embedding_group.cpp
5555 src/utils/bow_subscriber.cpp
File renamed without changes.
Original file line number Diff line number Diff line change 3232 * Government is authorized to reproduce and distribute reprints for Government
3333 * purposes notwithstanding any copyright notation herein.
3434 * -------------------------------------------------------------------------- */
35- #include " hydra_ros/places/astro_traversability_estimator.h"
36-
3735#include < config_utilities/config.h>
3836#include < config_utilities/validation.h>
3937#include < ianvs/node_handle.h>
4038#include < spark_dsg/traversability_boundary.h>
4139
40+ #include " hydra_ros/places/external_traversability_estimator.h"
41+
4242namespace hydra ::places {
4343
4444using spark_dsg::TraversabilityState;
You can’t perform that action at this time.
0 commit comments