NASA Astrobee Robot Software  0.19.1
Flight software for the Astrobee robots operating inside the International Space Station.
ros_graph_localizer_wrapper_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 ROS_GRAPH_LOCALIZER_ROS_GRAPH_LOCALIZER_WRAPPER_PARAMS_H_
19 #define ROS_GRAPH_LOCALIZER_ROS_GRAPH_LOCALIZER_WRAPPER_PARAMS_H_
20 
22 
23 #include <boost/serialization/serialization.hpp>
24 
25 namespace ros_graph_localizer {
31 
32  private:
33  // Serialization function
35  template <class ARCHIVE>
36  void serialize(ARCHIVE& ar, const unsigned int /*version*/) {
37  ar& BOOST_SERIALIZATION_NVP(imu_integrator);
38  ar& BOOST_SERIALIZATION_NVP(extrapolate_dock_pose_with_imu);
39  ar& BOOST_SERIALIZATION_NVP(max_relative_vio_buffer_size);
40  ar& BOOST_SERIALIZATION_NVP(max_duration_between_vl_msgs);
41  }
42 };
43 } // namespace ros_graph_localizer
44 
45 #endif // ROS_GRAPH_LOCALIZER_ROS_GRAPH_LOCALIZER_WRAPPER_PARAMS_H_
imu_integration::ImuIntegratorParams
Definition: imu_integrator_params.h:29
ros_graph_localizer::RosGraphLocalizerWrapperParams
Definition: ros_graph_localizer_wrapper_params.h:26
ros_graph_localizer::RosGraphLocalizerWrapperParams::imu_integrator
imu_integration::ImuIntegratorParams imu_integrator
Definition: ros_graph_localizer_wrapper_params.h:27
ros_graph_localizer
Definition: parameter_reader.h:27
imu_integrator_params.h
ros_graph_localizer::RosGraphLocalizerWrapperParams::max_duration_between_vl_msgs
double max_duration_between_vl_msgs
Definition: ros_graph_localizer_wrapper_params.h:30
ros_graph_localizer::RosGraphLocalizerWrapperParams::access
friend class boost::serialization::access
Definition: ros_graph_localizer_wrapper_params.h:34
ros_graph_localizer::RosGraphLocalizerWrapperParams::max_relative_vio_buffer_size
int max_relative_vio_buffer_size
Definition: ros_graph_localizer_wrapper_params.h:29
ros_graph_localizer::RosGraphLocalizerWrapperParams::extrapolate_dock_pose_with_imu
bool extrapolate_dock_pose_with_imu
Definition: ros_graph_localizer_wrapper_params.h:28