Skip to content

Commit

Permalink
try desktop-full again
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias-Fischer committed Dec 3, 2020
1 parent cdad361 commit 2fd5ee3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
13 changes: 13 additions & 0 deletions patch/ros-noetic-gazebo-plugins.linux.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 389e8719..7026671b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3,6 +3,8 @@ project(gazebo_plugins)

option(ENABLE_DISPLAY_TESTS "Enable the building of tests that requires a display" OFF)

+add_compile_options(-Wall)
+
find_package(catkin REQUIRED COMPONENTS
gazebo_dev
message_generation
7 changes: 3 additions & 4 deletions vinca_linux_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ conda_index:

build_number: 3

skip_all_deps: true
skip_all_deps: false

packages_skip_by_deps:
# - ros_core
Expand All @@ -20,7 +20,7 @@ packages_remove_from_deps:
- stage

skip_existing:
# - https://conda.anaconda.org/robostack/
- https://conda.anaconda.org/robostack/

packages_select_by_deps:
##
Expand All @@ -34,8 +34,7 @@ packages_select_by_deps:
# - ros_core
# - rviz
# - desktop
# - desktop_full
- realtime_tools
- desktop_full
# - rosbridge_suite
# - moveit
# - class_loader
Expand Down

0 comments on commit 2fd5ee3

Please sign in to comment.