NASA Astrobee Robot Software  0.19.1
Flight software for the Astrobee robots operating inside the International Space Station.
live_measurement_simulator_params.h
Go to the documentation of this file.
1 /* Copyright (c) 2017, United States Government, as represented by the
2  * Administrator of the National Aeronautics and Space Administration.
3  *
4  * All rights reserved.
5  *
6  * The Astrobee platform is licensed under the Apache License, Version 2.0
7  * (the "License"); you may not use this file except in compliance with the
8  * License. You may obtain a copy of the License at
9  *
10  * http://www.apache.org/licenses/LICENSE-2.0
11  *
12  * Unless required by applicable law or agreed to in writing, software
13  * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
14  * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
15  * License for the specific language governing permissions and limitations
16  * under the License.
17  */
18 #ifndef LOCALIZATION_ANALYSIS_LIVE_MEASUREMENT_SIMULATOR_PARAMS_H_
19 #define LOCALIZATION_ANALYSIS_LIVE_MEASUREMENT_SIMULATOR_PARAMS_H_
20 
22 
23 #include <string>
24 
25 namespace localization_analysis {
37  std::string bag_name;
38  std::string map_file;
39  std::string image_topic;
43 };
44 } // namespace localization_analysis
45 
46 #endif // LOCALIZATION_ANALYSIS_LIVE_MEASUREMENT_SIMULATOR_PARAMS_H_
localization_analysis::LiveMeasurementSimulatorParams::use_bag_depth_odom_msgs
bool use_bag_depth_odom_msgs
Definition: live_measurement_simulator_params.h:41
localization_analysis::LiveMeasurementSimulatorParams::map_file
std::string map_file
Definition: live_measurement_simulator_params.h:38
localization_analysis::LiveMeasurementSimulatorParams::save_optical_flow_images
bool save_optical_flow_images
Definition: live_measurement_simulator_params.h:42
localization_analysis::LiveMeasurementSimulatorParams::imu
MessageBufferParams imu
Definition: live_measurement_simulator_params.h:27
localization_analysis::LiveMeasurementSimulatorParams::image_topic
std::string image_topic
Definition: live_measurement_simulator_params.h:39
localization_analysis::LiveMeasurementSimulatorParams::depth_image
MessageBufferParams depth_image
Definition: live_measurement_simulator_params.h:30
localization_analysis
Definition: ar_tag_pose_adder.h:29
localization_analysis::LiveMeasurementSimulatorParams::vio
MessageBufferParams vio
Definition: live_measurement_simulator_params.h:36
localization_analysis::LiveMeasurementSimulatorParams::depth_odometry
MessageBufferParams depth_odometry
Definition: live_measurement_simulator_params.h:29
localization_analysis::LiveMeasurementSimulatorParams
Definition: live_measurement_simulator_params.h:26
localization_analysis::MessageBufferParams
Definition: message_buffer_params.h:22
message_buffer_params.h
localization_analysis::LiveMeasurementSimulatorParams::bag_name
std::string bag_name
Definition: live_measurement_simulator_params.h:37
localization_analysis::LiveMeasurementSimulatorParams::flight_mode
MessageBufferParams flight_mode
Definition: live_measurement_simulator_params.h:28
localization_analysis::LiveMeasurementSimulatorParams::use_bag_image_feature_msgs
bool use_bag_image_feature_msgs
Definition: live_measurement_simulator_params.h:40
localization_analysis::LiveMeasurementSimulatorParams::of
MessageBufferParams of
Definition: live_measurement_simulator_params.h:32
localization_analysis::LiveMeasurementSimulatorParams::img
MessageBufferParams img
Definition: live_measurement_simulator_params.h:35
localization_analysis::LiveMeasurementSimulatorParams::depth_cloud
MessageBufferParams depth_cloud
Definition: live_measurement_simulator_params.h:31
localization_analysis::LiveMeasurementSimulatorParams::vl
MessageBufferParams vl
Definition: live_measurement_simulator_params.h:33
localization_analysis::LiveMeasurementSimulatorParams::ar
MessageBufferParams ar
Definition: live_measurement_simulator_params.h:34