Main Page
Namespaces
Classes
Files
File List
File Members
cartographer_ros
trajectory_options.h
Go to the documentation of this file.
1
/*
2
* Copyright 2016 The Cartographer Authors
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
6
* You may obtain a copy of the License at
7
*
8
* http://www.apache.org/licenses/LICENSE-2.0
9
*
10
* Unless required by applicable law or agreed to in writing, software
11
* distributed under the License is distributed on an "AS IS" BASIS,
12
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
* See the License for the specific language governing permissions and
14
* limitations under the License.
15
*/
16
17
#ifndef CARTOGRAPHER_ROS_TRAJECTORY_OPTIONS_H_
18
#define CARTOGRAPHER_ROS_TRAJECTORY_OPTIONS_H_
19
20
#include <string>
21
22
#include "
cartographer/common/lua_parameter_dictionary.h
"
23
#include "
cartographer/common/port.h
"
24
#include "
cartographer_ros/sensor_bridge.h
"
25
26
namespace
cartographer_ros
{
27
28
struct
TrajectoryOptions
{
29
::cartographer::mapping::proto::TrajectoryBuilderOptions
30
trajectory_builder_options
;
31
string
tracking_frame
;
32
string
published_frame
;
33
string
odom_frame
;
34
bool
provide_odom_frame
;
35
bool
use_odometry
;
36
bool
use_laser_scan
;
37
bool
use_multi_echo_laser_scan
;
38
int
num_point_clouds
;
39
};
40
41
TrajectoryOptions
CreateTrajectoryOptions
(
42
::
cartographer::common::LuaParameterDictionary
* lua_parameter_dictionary);
43
44
}
// namespace cartographer_ros
45
46
#endif // CARTOGRAPHER_ROS_TRAJECTORY_OPTIONS_H_
cartographer_ros::TrajectoryOptions::use_laser_scan
bool use_laser_scan
Definition:
trajectory_options.h:36
cartographer_ros::TrajectoryOptions::odom_frame
string odom_frame
Definition:
trajectory_options.h:33
cartographer_ros::TrajectoryOptions::use_odometry
bool use_odometry
Definition:
trajectory_options.h:35
cartographer_ros::TrajectoryOptions::tracking_frame
string tracking_frame
Definition:
trajectory_options.h:31
lua_parameter_dictionary.h
cartographer_ros::TrajectoryOptions::use_multi_echo_laser_scan
bool use_multi_echo_laser_scan
Definition:
trajectory_options.h:37
sensor_bridge.h
cartographer_ros::TrajectoryOptions::trajectory_builder_options
::cartographer::mapping::proto::TrajectoryBuilderOptions trajectory_builder_options
Definition:
trajectory_options.h:30
cartographer_ros::TrajectoryOptions::published_frame
string published_frame
Definition:
trajectory_options.h:32
cartographer_ros::TrajectoryOptions
Definition:
trajectory_options.h:28
cartographer_ros::CreateTrajectoryOptions
TrajectoryOptions CreateTrajectoryOptions(::cartographer::common::LuaParameterDictionary *const lua_parameter_dictionary)
Definition:
trajectory_options.cc:23
cartographer::common::LuaParameterDictionary
port.h
cartographer_ros::TrajectoryOptions::num_point_clouds
int num_point_clouds
Definition:
trajectory_options.h:38
cartographer_ros
Definition:
assets_writer.cc:32
cartographer_ros::TrajectoryOptions::provide_odom_frame
bool provide_odom_frame
Definition:
trajectory_options.h:34
cartographer_ros
Author(s):
autogenerated on Mon Jun 10 2019 12:59:40