Skip to content

Commit

Permalink
Checkout nav2 and install deps for nav2_map_saver
Browse files Browse the repository at this point in the history
  • Loading branch information
emersonknapp committed Dec 8, 2019
1 parent b9ccf27 commit 7f0dcc5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
4 changes: 4 additions & 0 deletions dev-img/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ RUN apt-get update && apt-get install -y \
# specifically cartographer-ros dependencies
RUN apt-get update && apt-get install -y \
ros-$ROSDISTRO-cartographer-ros \
libsdl1.2-dev \
libsdl-image1.2-dev \
ros-%ROSDISTRO-test-msgs \
libgraphicsmagick++1-dev \
&& rm -rf /var/lib/apt/lists/*

# for joint_state_publisher and neato_botvac
Expand Down
18 changes: 11 additions & 7 deletions ros/homey.repos
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ repositories:
type: git
url: https://github.com/ros2/pcl_conversions
version: ros2
# perception/slam_toolbox:
# type: git
# url: https://github.com/SteveMacenski/slam_toolbox.git
# version: eloquent-devel
ros2/joystick_drivers:
type: git
url: https://github.com/ros2/joystick_drivers
Expand All @@ -36,7 +32,15 @@ repositories:
type: git
url: [email protected]:emersonknapp/visualization_tutorials
version: imu-display
simulation/gazebo_terrain:
planning/navigation2:
type: git
url: [email protected]:emersonknapp/gazebo_terrain
version: ros2
url: https://github.com/ros-planning/navigation2
version: eloquent-devel
# simulation/gazebo_terrain:
# type: git
# url: [email protected]:emersonknapp/gazebo_terrain
# version: ros2
# perception/slam_toolbox:
# type: git
# url: https://github.com/SteveMacenski/slam_toolbox.git
# version: eloquent-devel

0 comments on commit 7f0dcc5

Please sign in to comment.