Skip to content

Commit

Permalink
ardupilot_ros: cartographer working with ros 2 setup
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-fuoco committed Jun 27, 2023
1 parent ea83530 commit faac4f9
Show file tree
Hide file tree
Showing 34 changed files with 300 additions and 2,840 deletions.
206 changes: 0 additions & 206 deletions CMakeLists.txt

This file was deleted.

74 changes: 0 additions & 74 deletions README.md

This file was deleted.

Empty file added ardupilot_ros/__init__.py
Empty file.
6 changes: 3 additions & 3 deletions configuration_files/cartographer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ options = {
map_builder = MAP_BUILDER,
trajectory_builder = TRAJECTORY_BUILDER,
map_frame = "map",
tracking_frame = "base_link",
published_frame = "base_link",
tracking_frame = "iris",
published_frame = "iris",
odom_frame = "odom",
provide_odom_frame = true,
publish_frame_projected_to_2d = false,
Expand Down Expand Up @@ -52,4 +52,4 @@ POSE_GRAPH.constraint_builder.global_localization_min_score = 0.65
POSE_GRAPH.optimization_problem.huber_scale = 1e2
POSE_GRAPH.optimize_every_n_nodes = 30

return options
return options
12 changes: 0 additions & 12 deletions launch/ap_nav.launch

This file was deleted.

27 changes: 0 additions & 27 deletions launch/apm.launch

This file was deleted.

Loading

0 comments on commit faac4f9

Please sign in to comment.