Skip to content

Commit

Permalink
Added cartographer submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
ckurtz22 committed May 21, 2019
1 parent b578485 commit 89ae1b5
Show file tree
Hide file tree
Showing 221 changed files with 22 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,10 @@
*.exe
*.out
*.app

# Catkin directories
.catkin_tools/
build/
devel/
logs/

9 changes: 9 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[submodule "src/cartographer"]
path = src/cartographer
url = https://github.com/googlecartographer/cartographer.git
[submodule "src/cartographer_ros"]
path = src/cartographer_ros
url = https://github.com/googlecartographer/cartographer_ros.git
[submodule "src/ceres-solver"]
path = src/ceres-solver
url = https://ceres-solver.googlesource.com/ceres-solver.git
1 change: 1 addition & 0 deletions src/cartographer
Submodule cartographer added at 680368
1 change: 1 addition & 0 deletions src/cartographer_ros
Submodule cartographer_ros added at 3cb7ef
1 change: 1 addition & 0 deletions src/ceres-solver
Submodule ceres-solver added at 19333b
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/f110_cartographer/launch/f110_2d.launch
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<node name="cartographer_node" pkg="cartographer_ros"
type="cartographer_node" args="
-configuration_directory /home/nvidia/cartographer_ws/src/cartographer_ros/cartographer_ros/configuration_files
-configuration_directory $(find f110_cartographer)/configuration_files
-configuration_basename f110_2d.lua">
<remap from="odom" to="/vesc/odom" />
<remap from="imu" to="/imu/data" />
Expand Down
4 changes: 2 additions & 2 deletions src/f110_cartographer/launch/f110_2d_viz.launch
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<node name="cartographer_node" pkg="cartographer_ros"
type="cartographer_node" args="
-configuration_directory /home/nvidia/cartographer_ws/src/cartographer_ros/cartographer_ros/configuration_files
-configuration_directory $(find f110_cartographer)/configuration_files
-configuration_basename f110_2d.lua">
<remap from="odom" to="/vesc/odom" />
<remap from="imu" to="/imu/data" />
Expand All @@ -15,7 +15,7 @@
type="cartographer_occupancy_grid_node" args="-resolution 0.05" />

<node name="rviz" pkg="rviz" type="rviz" required="true"
args="-d /home/nvidia/cartographer_ws/src/cartographer_ros/cartographer_ros/configuration_files/demo_2d.rviz" />
args="-d $(find cartographer_ros)/configuration_files/demo_2d.rviz" />


</launch>

0 comments on commit 89ae1b5

Please sign in to comment.