Skip to content

Commit

Permalink
add robot_localization to minimal build
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasw committed Nov 20, 2024
1 parent 2378030 commit cb84ecc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions ubuntu_2204/Dockerfile.minimal
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ RUN echo $CMAKE_PREFIX_PATH

WORKDIR $WS/..
RUN catkin config --install --cmake-args -DCMAKE_BUILD_TYPE=Release -Wno-deprecated -Wno-dev -DCMAKE_CXX_STANDARD_INCLUDE_DIRECTORIES=$DEST/include -DCMAKE_LIBRARY_PATH=$DEST/lib
RUN catkin build --no-status -j1 robot_localization
RUN catkin build --no-status -j1 image_transport
RUN catkin build --no-status -j1 grid_map_cv
RUN touch src/ros/grid_map/grid_map_demos/CATKIN_IGNORE
Expand Down
4 changes: 4 additions & 0 deletions ubuntu_2204/minimal_repos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ repositories:
type: git
url: https://github.com/OctoMap/octomap_msgs.git
version: melodic-devel
ros/robot_localization:
type: git
url: [email protected]:lucasw/robot_localization
version: boost_placeholders_cpp17
ros/robot_state_publisher:
type: git
url: https://github.com/lucasw/robot_state_publisher
Expand Down

0 comments on commit cb84ecc

Please sign in to comment.