Skip to content

Commit 0778982

Browse files
Add geo_map_msgs for custom messages (ethz-asl#62) (ethz-asl#65)
* Add geo_map_msgs for custom messages (ethz-asl#62) * Encapsulate grid_map_geo package * Add gridmap geo messages * Ported to ROS 2 * Remove dummy include folder Signed-off-by: Ryan Friedman <[email protected]> * Make CI build all packages and handle moved tests Signed-off-by: Ryan Friedman <[email protected]> --------- Signed-off-by: Ryan Friedman <[email protected]> Co-authored-by: Jaeyoung Lim <[email protected]>
1 parent 89d1b86 commit 0778982

22 files changed

+66
-2
lines changed

.github/workflows/build_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ jobs:
3030
- name: Colcon Build (Release)
3131
run: |
3232
source /opt/ros/${{matrix.config.rosdistro}}/setup.bash
33-
colcon build --cmake-args -DCMAKE_BUILD_TYPE=Release --packages-up-to grid_map_geo
33+
colcon build --cmake-args -DCMAKE_BUILD_TYPE=Release
3434
shell: bash
3535
- name: Verify Export
3636
run: |
3737
source /opt/ros/${{matrix.config.rosdistro}}/setup.bash
3838
source install/setup.bash
39-
cd src/grid_map_geo/test/export
39+
cd src/grid_map_geo/grid_map_geo/test/export
4040
colcon build
4141
./build/grid_map_export_test/main
4242
shell: bash
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.

0 commit comments

Comments
 (0)