TrajectoryOptions.msg 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  1. # Copyright 2016 The Cartographer Authors
  2. #
  3. # Licensed under the Apache License, Version 2.0 (the "License");
  4. # you may not use this file except in compliance with the License.
  5. # You may obtain a copy of the License at
  6. #
  7. # http://www.apache.org/licenses/LICENSE-2.0
  8. #
  9. # Unless required by applicable law or agreed to in writing, software
  10. # distributed under the License is distributed on an "AS IS" BASIS,
  11. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. # See the License for the specific language governing permissions and
  13. # limitations under the License.
  14. string tracking_frame
  15. string published_frame
  16. string odom_frame
  17. bool provide_odom_frame
  18. bool use_odometry
  19. bool use_nav_sat
  20. bool use_landmarks
  21. bool publish_frame_projected_to_2d
  22. int32 num_laser_scans
  23. int32 num_multi_echo_laser_scans
  24. int32 num_subdivisions_per_laser_scan
  25. int32 num_point_clouds
  26. float64 rangefinder_sampling_ratio
  27. float64 odometry_sampling_ratio
  28. float64 fixed_frame_pose_sampling_ratio
  29. float64 imu_sampling_ratio
  30. float64 landmarks_sampling_ratio
  31. # This is a binary-encoded
  32. # 'cartographer.mapping.proto.TrajectoryBuilderOptions' proto.
  33. string trajectory_builder_options_proto